com.atlassian.sal.bamboo.executor
Class BambooThreadLocalContextManager
java.lang.Object
com.atlassian.sal.bamboo.executor.BambooThreadLocalContextManager
- All Implemented Interfaces:
- ThreadLocalContextManager
public class BambooThreadLocalContextManager
- extends Object
- implements ThreadLocalContextManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BambooThreadLocalContextManager
public BambooThreadLocalContextManager()
getThreadLocalContext
public Object getThreadLocalContext()
- Get the thread local context of the current thread
- Specified by:
getThreadLocalContext in interface ThreadLocalContextManager
- Returns:
- The thread local context
setThreadLocalContext
public void setThreadLocalContext(Object context)
- Set the thread local context on the current thread
- Specified by:
setThreadLocalContext in interface ThreadLocalContextManager
- Parameters:
context - The context to set
clearThreadLocalContext
public void clearThreadLocalContext()
- Clear the thread local context on the current thread
- Specified by:
clearThreadLocalContext in interface ThreadLocalContextManager
Copyright © 2010 Atlassian. All Rights Reserved.