com.atlassian.sal.core.executor
Class StubThreadLocalContextManager

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

public class StubThreadLocalContextManager
extends Object
implements ThreadLocalContextManager<Object>


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<Object>

setThreadLocalContext

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

clearThreadLocalContext

public void clearThreadLocalContext()
Specified by:
clearThreadLocalContext in interface ThreadLocalContextManager<Object>


Copyright © 2015 Atlassian. All rights reserved.