Interface | Description |
---|---|
ThreadLocalContextManager | Deprecated
use
ThreadLocalContextManager instead |
Class | Description |
---|---|
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.