| Interface | Description |
|---|---|
| ContextLifecycle |
Work contexts that implements this interface will be notified of
context propagation lifecycle events when a context is changed, added,
removed, or propagated.
|
| ContextMap |
This is the primary API for application developers who want to use context
propagation.
|
| ContextViewFactory |
Use this factory to provide support for a custom ViewCapable class.
|
| SerializableContextFactory |
The purpose of this factory is to support legacy custom work contexts
from WebLogic Server (WLS).
|
| SerializableContextFactory.WLSContext | |
| SerializableContextFactory.WLSContext.WLSContextHelper | |
| View |
A View provides access to a subset of contexts that share a common prefix
that is the key for a ViewCapable instance.
|
| ViewCapable |
Custom work contexts should implement this interface and store any data
to be propagated in the View instance that is provided to its factory.
|
| Class | Description |
|---|---|
| Location |
The Location class provides information about the current location of the
request relative to the point where it originally entered the system.
|
| Enum | Description |
|---|---|
| PropagationMode |
The propagation mode determines if a work context is propagated.
|
| Exception | Description |
|---|---|
| InsufficientCredentialException |
Thrown when the user has insufficient privileges to access
or change the contents of the a ContextMap.
|
Copyright © 2019. All rights reserved.