public interface IClassProvider extends Remote
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
getClassDefinition(long id,
                  String className)  | 
byte[] | 
getResource(long id,
           String resourceName)  | 
long | 
putClassLoader(ClassLoader classLoader)  | 
byte[] getClassDefinition(long id,
                          String className)
                   throws RemoteException,
                          ClassNotFoundException
byte[] getResource(long id,
                   String resourceName)
            throws RemoteException
RemoteExceptionlong putClassLoader(ClassLoader classLoader) throws RemoteException
RemoteExceptionCopyright © GigaSpaces.