Interface CXClassLoader
- All Known Subinterfaces:
- Consumer
- public interface CXClassLoader
This custom class loader can load classes through RMI calls, or from the local file system.
|
Method Summary |
byte[] |
getClassBytes(java.lang.String className)
returns the bytes of a class which has been serialized. |
getClassBytes
public byte[] getClassBytes(java.lang.String className)
- returns the bytes of a class which has been serialized. To improve future references, those bytes are stored locally in a hashtable.