Package com.atlassian.sal.core.executor

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

Class Summary
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.
 



Copyright © 2011 Atlassian. All Rights Reserved.