Package | Description |
---|---|
com.gigaspaces.internal.lrmi | |
com.gigaspaces.lrmi |
Provides GigaSpaces LRMI (Light-RMI) package.
|
com.gigaspaces.lrmi.nio | |
com.gigaspaces.lrmi.nio.watchdog |
Modifier and Type | Method and Description |
---|---|
void |
LRMIProxyMonitoringDetailsImpl.addConnectionResource(ConnectionResource resource) |
Modifier and Type | Class and Description |
---|---|
class |
BaseClientPeer
BaseClientPeer is a convenient abstract superclass for Client Peer classes of Protocol Adapters.
|
Modifier and Type | Method and Description |
---|---|
ConnectionResource |
ConnectionFactory.allocate() |
ConnectionResource |
ConnectionPool.getConnection(LRMIMethod lrmiMethod)
Returns a connected Client Peer from the pool.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionPool.freeConnection(ConnectionResource clientPeer)
Free a connection (return it to pool).
|
void |
DisableStubProcedure.invoke(ConnectionResource resource) |
void |
ReceivedTrafficProcedure.invoke(ConnectionResource resource) |
void |
GeneratedTrafficProcedure.invoke(ConnectionResource resource) |
Modifier and Type | Class and Description |
---|---|
class |
CPeer
CPeer is the LRMI over NIO Client Peer.
|
Modifier and Type | Field and Description |
---|---|
protected ConnectionResource |
Watchdog.WatchedObject._client |
Modifier and Type | Method and Description |
---|---|
ConnectionResource |
Watchdog.WatchedObject.getClient() |
Modifier and Type | Method and Description |
---|---|
Watchdog.WatchedObject |
Watchdog.WatchdogGroup.addIdleWatch(ConnectionResource client)
Add CPeer to the watched objects (idle group)
|
Watchdog.WatchedObject |
Watchdog.WatchdogGroup.addRequestWatch(SocketChannel sock,
ConnectionResource client)
Add given socket to the watched objects (request group)
|
Watchdog.WatchedObject |
Watchdog.WatchdogGroup.addResponseWatch(SocketChannel sock,
ConnectionResource client)
Add given socket and cpeer to the watched objects (response group)
|
protected void |
RequestTimeoutObserver.handleOpenSocket(SocketChannel socketChannel,
int watchedObjectLocalPort,
long absoluteTimeout,
ConnectionResource connectionResource) |
protected void |
RequestResponseTimeoutObserver.handleOpenSocket(SocketChannel socketChannel,
int watchedSocketLocalPort,
long absoluteTimeout,
ConnectionResource connectionResource) |
Constructor and Description |
---|
WatchedObject(Watchdog.WatchdogGroup group,
SocketChannel socket,
ConnectionResource client) |
Copyright © GigaSpaces.