Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nectar.reda.client.action
Class ClientCommandAction  view ClientCommandAction download ClientCommandAction.java

java.lang.Object
  extended bynectar.reda.client.action.ClientAction
      extended bynectar.reda.client.action.ClientCommandAction
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EchoAction, GetModule, GetModuleList, GetServerTimeAction, LoginAction, PingAction

public class ClientCommandAction
extends ClientAction

ClientCommandActions follow the command response model. The thread that submits a ClientCommandAction to the ActionPump will block until the reponse is received.


Field Summary
private  int threadHashCode
           
 
Fields inherited from class nectar.reda.client.action.ClientAction
 
Constructor Summary
ClientCommandAction()
          Creates a new instance of ClientCommandAction
 
Method Summary
 int getCallingThreadHashCode()
           
 void setCallingThreadHashCode(int hashCode)
           
 
Methods inherited from class nectar.reda.client.action.ClientAction
hasException, setException, throwException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

threadHashCode

private int threadHashCode
Constructor Detail

ClientCommandAction

public ClientCommandAction()
Creates a new instance of ClientCommandAction

Method Detail

setCallingThreadHashCode

public void setCallingThreadHashCode(int hashCode)

getCallingThreadHashCode

public int getCallingThreadHashCode()