package

com.atlassian.sal.core.executor

Interfaces

ThreadLocalContextManager Manager for retrieving and storing a single object which represents all thread local state  

Classes

DefaultThreadLocalDelegateExecutorFactory Creates delegating executable classes that copy thread local state  
ThreadLocalDelegateExecutorService Executor service that wraps executing callables and runnables in a wrapper that transfers the thread local state of the caller to the thread of the executing task. 
ThreadLocalDelegateScheduledExecutorService Scheduled executor service that wraps executing callables and runnables in a wrapper that transfers the thread local state of the caller to the thread of the executing task.