com.atlassian.sal.core.executor
Class StubThreadLocalContextManager

java.lang.Object
  extended by com.atlassian.sal.core.executor.StubThreadLocalContextManager
All Implemented Interfaces:
ThreadLocalContextManager

public class StubThreadLocalContextManager
extends Object
implements ThreadLocalContextManager


Constructor Summary
StubThreadLocalContextManager()
           
 
Method Summary
 void clearThreadLocalContext()
           
 Object getThreadLocalContext()
           
 void setThreadLocalContext(Object context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StubThreadLocalContextManager

public StubThreadLocalContextManager()
Method Detail

getThreadLocalContext

public Object getThreadLocalContext()
Specified by:
getThreadLocalContext in interface ThreadLocalContextManager

setThreadLocalContext

public void setThreadLocalContext(Object context)
Specified by:
setThreadLocalContext in interface ThreadLocalContextManager

clearThreadLocalContext

public void clearThreadLocalContext()
Specified by:
clearThreadLocalContext in interface ThreadLocalContextManager


Copyright © 2011 Atlassian. All Rights Reserved.