java.lang.Object
nectar.reda.client.action.ClientAction
nectar.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.
| Fields inherited from class nectar.reda.client.action.ClientAction |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
threadHashCode
private int threadHashCode
ClientCommandAction
public ClientCommandAction()
- Creates a new instance of ClientCommandAction
setCallingThreadHashCode
public void setCallingThreadHashCode(int hashCode)
getCallingThreadHashCode
public int getCallingThreadHashCode()