kaos.spatial
Class LocalSpatialDB.OperationWaiter

java.lang.Object
  extended by kaos.spatial.LocalSpatialDB.OperationWaiter
Enclosing class:
LocalSpatialDB

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

This class is used as a helper class to block Threads invoking the various SpatialDB operations. After an operation is invoked and a message is sent to the global SpatialDB, the calling Thread has to wait until the global SpatialDB, returns a reply message containing the result or an Exception to be re-trown to the entity requesting the operation.


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

LocalSpatialDB.OperationWaiter

public LocalSpatialDB.OperationWaiter()
Method Detail

printDebugString

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