| Interface | Description |
|---|---|
| ContextReference<C> |
Reference to some context.
|
| ContextualExecutor |
Facility for contextual execution.
|
| Contextualizer |
Facility for creating contextual tasks.
|
| ThreadContextReference<C> |
Reference that can be associated with an arbitrary thread.
|
| Class | Description |
|---|---|
| CompositeContextualizer |
A
Contextualizer decorator that creates contextual tasks from a multiple contextualizers. |
| ContextReferenceExecutor<C> |
Contextual executor based on a context reference.
|
| ContextualExecutorService |
ExecutorService decorator that contextualizes tasks to be executed. |
| ContextualThreadFactory<C> |
ThreadFactory decorator that contextualizes its threads. |
| DefaultContextualizer |
Default
Contextualizer that applies the following contexts:
Thread context ClassLoader
JNDI namespace
|
| DefaultExecutorService |
ExecutorService that performs contextual execution of submitted tasks. |
| DefaultThreadFactory |
Default
ThreadFactory implementation that applies a specific context ClassLoader. |
| NamespaceContextExecutor |
A contextual executor that applies namespace context that was active when this object was constructed.
|
| Enum | Description |
|---|---|
| ContextClassLoaderReference |
Thread-aware reference for a context
ClassLoader. |
| ExecutorServiceFactory |
Set of factory implementations for creating an
ExecutorService from a ThreadFactory. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.