kaos.core.csi.command
Class CommandImpl.OperationWaiter

java.lang.Object
  extended by kaos.core.csi.command.CommandImpl.OperationWaiter
Enclosing class:
CommandImpl

protected static class CommandImpl.OperationWaiter
extends java.lang.Object

This class is used as a helper class to block Threads invoking the synchronous 'requestAction' methods. After the action request is sent to the action executor, the calling Thread has to wait until the action executor returns a reply message containing the action result.


Constructor Summary
CommandImpl.OperationWaiter()
           
 
Method Summary
protected  void printDebugString(java.lang.String msg, int loggerDisplayLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandImpl.OperationWaiter

public CommandImpl.OperationWaiter()
Method Detail

printDebugString

protected void printDebugString(java.lang.String msg,
                                int loggerDisplayLevel)