Uses of Class
com.gigaspaces.lrmi.ConnectionPool
Packages that use ConnectionPool
Package
Description
Provides GigaSpaces LRMI (Light-RMI) package.
-
Uses of ConnectionPool in com.gigaspaces.lrmi
Methods in com.gigaspaces.lrmi with parameters of type ConnectionPoolModifier and TypeMethodDescriptionClientPeer.invoke(Object proxy, LRMIMethod lrmiMethod, Object[] args, ConnectionPool connPool) Invokes a method on the remote object this peer is connected to.Constructors in com.gigaspaces.lrmi with parameters of type ConnectionPool -
Uses of ConnectionPool in com.gigaspaces.lrmi.nio
Methods in com.gigaspaces.lrmi.nio with parameters of type ConnectionPoolModifier and TypeMethodDescriptionCPeer.invoke(Object proxy, LRMIMethod lrmiMethod, Object[] args, ConnectionPool connPool) -
Uses of ConnectionPool in com.gigaspaces.lrmi.nio.async
Constructors in com.gigaspaces.lrmi.nio.async with parameters of type ConnectionPoolModifierConstructorDescriptionAsyncContext(ConnectionPool connPool, ClientHandler handler, RequestPacket packet, LRMIFuture result, CPeer cpeer, IRemoteClassProviderProvider remoteConnection, ClassLoader contextClassLoader, LRMIRemoteClassLoaderIdentifier remoteClassLoaderIdentifier, String monitoringId, ClientPeerWatchedObjectsContext watchedObjectContext)