Package com.atlassian.sal.core.executor

Interface Summary
ThreadLocalContextManager Deprecated. use ThreadLocalContextManager instead
 

Class Summary
DefaultThreadLocalDelegateExecutorFactory<C> Creates delegating executable classes that copy thread local state
ThreadLocalDelegateExecutorService<C> 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<C> 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 © 2015 Atlassian. All rights reserved.