public interface ClassManager
extends ca.eandb.util.classloader.ClassLoaderStrategy
ClassLoaderStrategy in a StrategyClassLoader.ClassLoaderStrategy,
StrategyClassLoader| Modifier and Type | Method and Description |
|---|---|
byte[] |
getClassDigest(String name)
Gets the MD5 digest of the class definition.
|
void |
setClassDefinition(String name,
byte[] def)
Sets a class definition.
|
void |
setClassDefinition(String name,
ByteBuffer def)
Sets a class definition.
|
void setClassDefinition(String name, ByteBuffer def)
name - The fully qualified name of the class to define.def - A ByteBuffer containing the definition of the
class.void setClassDefinition(String name, byte[] def)
name - The fully qualified name of the class to define.def - The definition of the class.byte[] getClassDigest(String name)
name - The fully qualified name of the class.Copyright © 2016. All rights reserved.