org.apgrid.grpc.ng
Class NgGrpcHandle

java.lang.Object
  extended byorg.apgrid.grpc.ng.NgGrpcHandle
All Implemented Interfaces:
java.lang.Cloneable

public class NgGrpcHandle
extends java.lang.Object
implements java.lang.Cloneable

Provides interfaces for Grpc*Handle class.
This class is used internally, you should use NgGrpcFunctionHandle or NgGrpcObjectHandle.
And provides variables of status code.
It's used in NgGrpcFunctionHandle.getLocalStatus() and NgGrpcObjectHandle.getLocalStatus().


Field Summary
 int CLIENTSTATE_CANCEL
          canceling session
 int CLIENTSTATE_COMPLETE_CALCULATING
          received notify of function complete
 int CLIENTSTATE_DISPOSE
          disposing handle
 int CLIENTSTATE_IDLE
          idling
 int CLIENTSTATE_INIT
          initializing handle
 int CLIENTSTATE_INVOKE_CALLBACK
          executing callback
 int CLIENTSTATE_INVOKE_SESSION
          invoking session
 int CLIENTSTATE_NONE
          not available
 int CLIENTSTATE_PULLBACK
          pulling back session
 int CLIENTSTATE_RESET
          resetting handle
 int CLIENTSTATE_RESUME
          resuming session
 int CLIENTSTATE_SUSPEND
          suspending session
 int CLIENTSTATE_TRANSARG
          sending arguments
 int CLIENTSTATE_TRANSRES
          transforming results
 int CLIENTSTATE_WAIT
          waiting for function complete
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLIENTSTATE_NONE

public final int CLIENTSTATE_NONE
not available

See Also:
Constant Field Values

CLIENTSTATE_IDLE

public final int CLIENTSTATE_IDLE
idling

See Also:
Constant Field Values

CLIENTSTATE_INIT

public final int CLIENTSTATE_INIT
initializing handle

See Also:
Constant Field Values

CLIENTSTATE_INVOKE_SESSION

public final int CLIENTSTATE_INVOKE_SESSION
invoking session

See Also:
Constant Field Values

CLIENTSTATE_TRANSARG

public final int CLIENTSTATE_TRANSARG
sending arguments

See Also:
Constant Field Values

CLIENTSTATE_WAIT

public final int CLIENTSTATE_WAIT
waiting for function complete

See Also:
Constant Field Values

CLIENTSTATE_COMPLETE_CALCULATING

public final int CLIENTSTATE_COMPLETE_CALCULATING
received notify of function complete

See Also:
Constant Field Values

CLIENTSTATE_TRANSRES

public final int CLIENTSTATE_TRANSRES
transforming results

See Also:
Constant Field Values

CLIENTSTATE_PULLBACK

public final int CLIENTSTATE_PULLBACK
pulling back session

See Also:
Constant Field Values

CLIENTSTATE_SUSPEND

public final int CLIENTSTATE_SUSPEND
suspending session

See Also:
Constant Field Values

CLIENTSTATE_RESUME

public final int CLIENTSTATE_RESUME
resuming session

See Also:
Constant Field Values

CLIENTSTATE_DISPOSE

public final int CLIENTSTATE_DISPOSE
disposing handle

See Also:
Constant Field Values

CLIENTSTATE_RESET

public final int CLIENTSTATE_RESET
resetting handle

See Also:
Constant Field Values

CLIENTSTATE_CANCEL

public final int CLIENTSTATE_CANCEL
canceling session

See Also:
Constant Field Values

CLIENTSTATE_INVOKE_CALLBACK

public final int CLIENTSTATE_INVOKE_CALLBACK
executing callback

See Also:
Constant Field Values