org.cougaar.core.blackboard
Class BlackboardClient.Local

java.lang.Object
  extended by java.lang.ThreadLocal
      extended by org.cougaar.core.blackboard.BlackboardClient.Local
Enclosing interface:
BlackboardClient

public static class BlackboardClient.Local
extends java.lang.ThreadLocal

ThreadLocal for static utilities to find the BlackboardClient context.


Constructor Summary
BlackboardClient.Local()
           
 
Method Summary
 BlackboardClient getClient()
           
 
Methods inherited from class java.lang.ThreadLocal
get, initialValue, remove, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlackboardClient.Local

public BlackboardClient.Local()
Method Detail

getClient

public BlackboardClient getClient()