| Package | Description |
|---|---|
| org.glassfish.contextpropagation | |
| org.glassfish.contextpropagation.internal | |
| org.glassfish.diagnostics.context.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContextLifecycle
Work contexts that implements this interface will be notified of
context propagation lifecycle events when a context is changed, added,
removed, or propagated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Location
The Location class provides information about the current location of the
request relative to the point where it originally entered the system.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ViewCapable> |
ContextMap.createViewCapable(String prefix)
ViewCapable instances are custom contexts and are created by the context
propagation framework by
using a ContextViewFactory registered against the corresponding context's
name prefix.
|
| Modifier and Type | Method and Description |
|---|---|
ViewCapable |
ContextLifecycle.contextToPropagate()
Sent to a Context just before it is propagated.
|
ViewCapable |
Location.contextToPropagate() |
ViewCapable |
ContextViewFactory.createInstance(View view) |
| Modifier and Type | Method and Description |
|---|---|
<T extends ViewCapable> |
Utils.PrivilegedWireAdapterAccessor.createViewCapable(String prefix,
boolean isOriginator) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContextImpl
Base implementation of
org.glassfish.diagnostics.context.Context. |
Copyright © 2017. All rights reserved.