Package | Description |
---|---|
com.gigaspaces.internal.lrmi | |
com.gigaspaces.lrmi.classloading | |
com.gigaspaces.lrmi.nio | |
com.gigaspaces.lrmi.nio.selector.handler |
Modifier and Type | Method and Description |
---|---|
void |
LRMIServiceMonitoringDetailsImpl.addChannelDetails(ChannelEntry channelEntry) |
Constructor and Description |
---|
SimpleClassProvider(ChannelEntry channelEntry) |
Modifier and Type | Method and Description |
---|---|
ChannelEntry |
Pivot.getChannelEntryFromChannel(SocketChannel channel) |
ChannelEntry |
Pivot.newConnection(ReadSelectorThread readHandler,
SelectionKey key)
Called by the ConnMgr thread when a new connection is created.
|
Modifier and Type | Method and Description |
---|---|
protected List<ChannelEntry> |
Pivot.getChannels(long remoteObjID) |
Modifier and Type | Method and Description |
---|---|
void |
Pivot.closeConnection(ChannelEntry channelEntry)
Called by anyone who wants to close a connection.
|
Runnable |
SystemRequestHandler.SystemRequestContext.getResponseTask(Pivot pivot,
ChannelEntry channelEntry,
long requestReadStartTimeStamp) |
Runnable |
SystemRequestHandlerImpl.AbstractWatchdogMonitorSystemRequestContext.getResponseTask(Pivot pivot,
ChannelEntry channelEntry,
long requestReadStartTimestamp) |
void |
Pivot.handleProtocolValidation(ChannelEntry channelEntry,
Reader.ProtocolValidationContext context,
ReadSelectorThread handler) |
void |
Pivot.handleReadRequest(ChannelEntry channelEntry,
Reader.Context ctx,
ReadSelectorThread handler)
Called by a Reader Selector when it detects that a channel has pending data for read.
|
void |
Pivot.handleRequest(RequestPacket requestPacket,
ChannelEntry channelEntry)
Handles client request and sends reply to the client.
|
void |
Pivot.requestPending(ChannelEntry channel,
ReplyPacket<?> respPacket,
IResponseContext responseContext) |
void |
Pivot.sendResponse(ChannelEntry channelEntry,
ReplyPacket replyPacket,
IResponseContext respContext) |
Constructor and Description |
---|
PivotResponseContext(Pivot pivot,
ChannelEntry channel,
IResponseHandler handler,
PlatformLogicalVersion sourcePlatformLogicalVersion,
OperationPriority operationPriority,
String lrmiMonitoringId,
LRMIInvocationTrace trace) |
ServerRemoteClassProviderProvider(ChannelEntry channel) |
Modifier and Type | Method and Description |
---|---|
void |
WriteSelectorThread.setWriteInterest(ChannelEntry channelEntry) |
Copyright © GigaSpaces.