| Package | Description | 
|---|---|
| com.gigaspaces.lrmi | 
 Provides GigaSpaces LRMI (Light-RMI) package. 
 | 
| com.gigaspaces.lrmi.nio | 
| Modifier and Type | Method and Description | 
|---|---|
static OperationPriority | 
OperationPriority.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static OperationPriority[] | 
OperationPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
OperationPriority | 
RequestPacket.operationPriority  | 
| Modifier and Type | Method and Description | 
|---|---|
OperationPriority | 
IResponseContext.getOperationPriority()  | 
OperationPriority | 
AbstractResponseContext.getOperationPriority()  | 
static OperationPriority | 
RequestPacket.getOperationPriorityFromBytes(byte[] bytes)
Assumes internal knowledge of how the LRMI incoming invocation bytes should appear 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RequestPacket.set(long objectId,
   int methodOrderId,
   Object[] args,
   boolean isOneWay,
   boolean isCallBack,
   LRMIMethod lrmiMethod,
   long contextClassLoaderId,
   OperationPriority priority,
   PlatformLogicalVersion targetVersion)  | 
| Constructor and Description | 
|---|
AbstractResponseContext(PlatformLogicalVersion sourcePlatformLogicalVersion,
                       OperationPriority operationPriority,
                       String lrmiMonitoringId,
                       LRMIInvocationTrace trace)  | 
PivotResponseContext(Pivot pivot,
                    ChannelEntry channel,
                    IResponseHandler handler,
                    PlatformLogicalVersion sourcePlatformLogicalVersion,
                    OperationPriority operationPriority,
                    String lrmiMonitoringId,
                    LRMIInvocationTrace trace)  | 
RequestPacket(long objectId,
             int methodOrderId,
             Object[] args,
             boolean isOneWay,
             boolean isCallBack,
             LRMIMethod invokeMethod,
             long contextClassLoaderId,
             OperationPriority priority,
             PlatformLogicalVersion targetVersion)  | 
Copyright © GigaSpaces.