kaos.core.service.directory
Class KAoSDirectoryService.OperationWaiter

java.lang.Object
  extended by kaos.core.service.directory.KAoSDirectoryService.OperationWaiter
Enclosing class:
KAoSDirectoryService

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

This class is used as a helper class to block Thread registering the Directory service. The calling Thread has to wait until Guard is instantiated and registered with the DS, then setGuardRegistered() method should be called to notify the waiting Thread and to continue the registration of the DS.


Constructor Summary
KAoSDirectoryService.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

KAoSDirectoryService.OperationWaiter

public KAoSDirectoryService.OperationWaiter()
Method Detail

printDebugString

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