Uses of Class
com.gigaspaces.lrmi.ConnectionResource
Packages that use ConnectionResource
Package
Description
Provides GigaSpaces LRMI (Light-RMI) package.
-
Uses of ConnectionResource in com.gigaspaces.internal.lrmi
Methods in com.gigaspaces.internal.lrmi with parameters of type ConnectionResourceModifier and TypeMethodDescriptionvoidLRMIProxyMonitoringDetailsImpl.addConnectionResource(ConnectionResource resource) -
Uses of ConnectionResource in com.gigaspaces.lrmi
Subclasses of ConnectionResource in com.gigaspaces.lrmiModifier and TypeClassDescriptionclassBaseClientPeer is a convenient abstract superclass for Client Peer classes of Protocol Adapters.Methods in com.gigaspaces.lrmi that return ConnectionResourceModifier and TypeMethodDescriptionConnectionFactory.allocate()ConnectionPool.getConnection(LRMIMethod lrmiMethod) Returns a connected Client Peer from the pool.Methods in com.gigaspaces.lrmi with parameters of type ConnectionResourceModifier and TypeMethodDescriptionvoidConnectionPool.freeConnection(ConnectionResource clientPeer) Free a connection (return it to pool).voidDisableStubProcedure.invoke(ConnectionResource resource) voidGeneratedTrafficProcedure.invoke(ConnectionResource resource) voidReceivedTrafficProcedure.invoke(ConnectionResource resource) -
Uses of ConnectionResource in com.gigaspaces.lrmi.nio
Subclasses of ConnectionResource in com.gigaspaces.lrmi.nio -
Uses of ConnectionResource in com.gigaspaces.lrmi.nio.watchdog
Fields in com.gigaspaces.lrmi.nio.watchdog declared as ConnectionResourceModifier and TypeFieldDescriptionprotected final ConnectionResourceWatchdog.WatchedObject._clientMethods in com.gigaspaces.lrmi.nio.watchdog that return ConnectionResourceMethods in com.gigaspaces.lrmi.nio.watchdog with parameters of type ConnectionResourceModifier and TypeMethodDescriptionWatchdog.WatchdogGroup.addIdleWatch(ConnectionResource client) Add CPeer to the watched objects (idle group)Watchdog.WatchdogGroup.addRequestWatch(SocketChannel sock, ConnectionResource client) Add given socket to the watched objects (request group)Watchdog.WatchdogGroup.addResponseWatch(SocketChannel sock, ConnectionResource client) Add given socket and cpeer to the watched objects (response group)protected voidRequestResponseTimeoutObserver.handleOpenSocket(SocketChannel socketChannel, int watchedSocketLocalPort, long absoluteTimeout, ConnectionResource connectionResource) protected voidRequestTimeoutObserver.handleOpenSocket(SocketChannel socketChannel, int watchedObjectLocalPort, long absoluteTimeout, ConnectionResource connectionResource) Constructors in com.gigaspaces.lrmi.nio.watchdog with parameters of type ConnectionResourceModifierConstructorDescriptionWatchedObject(Watchdog.WatchdogGroup group, SocketChannel socket, ConnectionResource client)