kaos.core.csi.request
Class RequestManagerImpl.OperationWaiter

java.lang.Object
  extended by kaos.core.csi.request.RequestManagerImpl.OperationWaiter
Enclosing class:
RequestManagerImpl

protected static class RequestManagerImpl.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
RequestManagerImpl.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

RequestManagerImpl.OperationWaiter

public RequestManagerImpl.OperationWaiter()
Method Detail

printDebugString

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