Package | Description |
---|---|
com.gigaspaces.lrmi.classloading |
Modifier and Type | Method and Description |
---|---|
LRMIClassLoader |
ServiceClassLoaderContext.getClassLoaderByClassName(String className) |
LRMIClassLoader |
ServiceClassLoaderContext.getClassLoaderByClassNameNonBlocking(String className) |
LRMIClassLoader |
ServiceClassLoaderContext.getClassLoaderByRemoteId(LRMIRemoteClassLoaderIdentifier identifier) |
LRMIClassLoader |
ServiceClassLoaderContext.putClassBytesAndLoader(String className,
LRMIClassLoader lrmiClassLoader,
byte[] definition)
Associate a
LRMIClassLoader with the specified class name and definition |
LRMIClassLoader |
ServiceClassLoaderContext.putClassLoaderByRemoteId(LRMIRemoteClassLoaderIdentifier identifier,
LRMIClassLoader lrmiClassLoader)
Associate a
LRMIClassLoader with the specified remote class loader id, if one
allready associated return it instead |
Modifier and Type | Method and Description |
---|---|
LRMIClassLoader |
ServiceClassLoaderContext.putClassBytesAndLoader(String className,
LRMIClassLoader lrmiClassLoader,
byte[] definition)
Associate a
LRMIClassLoader with the specified class name and definition |
LRMIClassLoader |
ServiceClassLoaderContext.putClassLoaderByRemoteId(LRMIRemoteClassLoaderIdentifier identifier,
LRMIClassLoader lrmiClassLoader)
Associate a
LRMIClassLoader with the specified remote class loader id, if one
allready associated return it instead |
Copyright © GigaSpaces.