edu.internet2.middleware.grouper.util
Class GrouperThreadLocalState

java.lang.Object
  extended by edu.internet2.middleware.grouper.util.GrouperThreadLocalState

public class GrouperThreadLocalState
extends Object

keep state of thread local to propagate to worker threads


Constructor Summary
GrouperThreadLocalState()
           
 
Method Summary
 void assignCurrentThreadLocals()
          assign current thread locals here
static void removeCurrentThreadLocals()
          remove current thread locals (e.g.
 void storeCurrentThreadLocals()
          store current thread locals here
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrouperThreadLocalState

public GrouperThreadLocalState()
Method Detail

storeCurrentThreadLocals

public void storeCurrentThreadLocals()
store current thread locals here


assignCurrentThreadLocals

public void assignCurrentThreadLocals()
assign current thread locals here


removeCurrentThreadLocals

public static void removeCurrentThreadLocals()
remove current thread locals (e.g. at end of request)