Uses of Class
com.gigaspaces.lrmi.classloading.LRMIClassLoader
Packages that use LRMIClassLoader
-
Uses of LRMIClassLoader in com.gigaspaces.lrmi.classloading
Methods in com.gigaspaces.lrmi.classloading that return LRMIClassLoaderModifier and TypeMethodDescriptionServiceClassLoaderContext.getClassLoaderByClassName(String className) ServiceClassLoaderContext.getClassLoaderByClassNameNonBlocking(String className) ServiceClassLoaderContext.getClassLoaderByRemoteId(LRMIRemoteClassLoaderIdentifier identifier) ServiceClassLoaderContext.putClassBytesAndLoader(String className, LRMIClassLoader lrmiClassLoader, byte[] definition) Associate aLRMIClassLoaderwith the specified class name and definitionServiceClassLoaderContext.putClassLoaderByRemoteId(LRMIRemoteClassLoaderIdentifier identifier, LRMIClassLoader lrmiClassLoader) Associate aLRMIClassLoaderwith the specified remote class loader id, if one allready associated return it insteadMethods in com.gigaspaces.lrmi.classloading with parameters of type LRMIClassLoaderModifier and TypeMethodDescriptionServiceClassLoaderContext.putClassBytesAndLoader(String className, LRMIClassLoader lrmiClassLoader, byte[] definition) Associate aLRMIClassLoaderwith the specified class name and definitionServiceClassLoaderContext.putClassLoaderByRemoteId(LRMIRemoteClassLoaderIdentifier identifier, LRMIClassLoader lrmiClassLoader) Associate aLRMIClassLoaderwith the specified remote class loader id, if one allready associated return it instead