Uses of Class
com.gigaspaces.lrmi.classloading.LRMIRemoteClassLoaderIdentifier
Packages that use LRMIRemoteClassLoaderIdentifier
Package
Description
-
Uses of LRMIRemoteClassLoaderIdentifier in com.gigaspaces.lrmi.classloading
Methods in com.gigaspaces.lrmi.classloading that return LRMIRemoteClassLoaderIdentifierModifier and TypeMethodDescriptionIRemoteClassProviderProvider.getRemoteClassLoaderIdentifier()IRemoteClassProviderProvider.setRemoteClassLoaderIdentifier(LRMIRemoteClassLoaderIdentifier remoteClassLoaderIdentifier) set thread context class loader identifierMethods in com.gigaspaces.lrmi.classloading with parameters of type LRMIRemoteClassLoaderIdentifierModifier and TypeMethodDescriptionServiceClassLoaderContext.getClassLoaderByRemoteId(LRMIRemoteClassLoaderIdentifier identifier) protected static voidLRMIClassLoadersHolder.logWarningOnExceptionCreatingLRMIClassLoader(String className, LRMIRemoteClassLoaderIdentifier identifier, Exception e) ServiceClassLoaderContext.putClassLoaderByRemoteId(LRMIRemoteClassLoaderIdentifier identifier, LRMIClassLoader lrmiClassLoader) Associate aLRMIClassLoaderwith the specified remote class loader id, if one allready associated return it insteadIRemoteClassProviderProvider.setRemoteClassLoaderIdentifier(LRMIRemoteClassLoaderIdentifier remoteClassLoaderIdentifier) set thread context class loader identifier -
Uses of LRMIRemoteClassLoaderIdentifier in com.gigaspaces.lrmi.classloading.protocol.lrmi
Methods in com.gigaspaces.lrmi.classloading.protocol.lrmi that return LRMIRemoteClassLoaderIdentifierModifier and TypeMethodDescriptionLRMIConnection.getRemoteClassLoaderIdentifier()LRMIConnection.setRemoteClassLoaderIdentifier(LRMIRemoteClassLoaderIdentifier remoteClassLoaderIdentifier) Methods in com.gigaspaces.lrmi.classloading.protocol.lrmi with parameters of type LRMIRemoteClassLoaderIdentifierModifier and TypeMethodDescriptionLRMIConnection.setRemoteClassLoaderIdentifier(LRMIRemoteClassLoaderIdentifier remoteClassLoaderIdentifier) -
Uses of LRMIRemoteClassLoaderIdentifier in com.gigaspaces.lrmi.nio
Methods in com.gigaspaces.lrmi.nio that return LRMIRemoteClassLoaderIdentifierModifier and TypeMethodDescriptionRemoteClassLoaderContext.get()Pivot.ServerRemoteClassProviderProvider.getRemoteClassLoaderIdentifier()RemoteClassLoaderContext.set(LRMIRemoteClassLoaderIdentifier remoteClassLoaderIdentifier) Pivot.ServerRemoteClassProviderProvider.setRemoteClassLoaderIdentifier(LRMIRemoteClassLoaderIdentifier remoteClassLoaderIdentifier) Methods in com.gigaspaces.lrmi.nio with parameters of type LRMIRemoteClassLoaderIdentifierModifier and TypeMethodDescriptionRemoteClassLoaderContext.set(LRMIRemoteClassLoaderIdentifier remoteClassLoaderIdentifier) Pivot.ServerRemoteClassProviderProvider.setRemoteClassLoaderIdentifier(LRMIRemoteClassLoaderIdentifier remoteClassLoaderIdentifier) -
Uses of LRMIRemoteClassLoaderIdentifier in com.gigaspaces.lrmi.nio.async
Constructors in com.gigaspaces.lrmi.nio.async with parameters of type LRMIRemoteClassLoaderIdentifierModifierConstructorDescriptionAsyncContext(ConnectionPool connPool, ClientHandler handler, RequestPacket packet, LRMIFuture result, CPeer cpeer, IRemoteClassProviderProvider remoteConnection, ClassLoader contextClassLoader, LRMIRemoteClassLoaderIdentifier remoteClassLoaderIdentifier, String monitoringId, ClientPeerWatchedObjectsContext watchedObjectContext)