| Package | Description |
|---|---|
| org.glassfish.contextpropagation.bootstrap | |
| org.glassfish.contextpropagation.internal | |
| org.glassfish.contextpropagation.spi | |
| org.glassfish.contextpropagation.wireadapters | |
| org.glassfish.contextpropagation.wireadapters.glassfish | |
| org.glassfish.contextpropagation.wireadapters.wls |
Provides public interfaces and classes for compatibility with Web Logic
weblogic.workarea. |
| Modifier and Type | Method and Description |
|---|---|
WireAdapter |
DependencyProvider.getDefaultWireAdapter() |
static WireAdapter |
ContextBootstrap.getWireAdapter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ContextBootstrap.configure(LoggerAdapter aLoggerAdapter,
WireAdapter aWireAdapter,
ThreadLocalAccessor aThreadLocalAccessor,
ContextAccessController aContextAccessController,
String aGuid)
This function must be called by the server prior to using context propagation.
|
| Modifier and Type | Method and Description |
|---|---|
WireAdapter |
DependencyProviderImpl.getDefaultWireAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextMapPropagator.useWireAdapter(WireAdapter wireAdapter)
A protocol that propagates context data can choose an alternate
WireAdapter, and thus a different encoding format on the wire.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWireAdapter
This class provides a framework for collecting catalog information, writing
the catalog ahead of all other contexts and for skipping over the deserialization
of contexts that cannot be deserialized.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWireAdapter
This wire adapter implementation produces a compact wire format that
starts with a catalog.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WLSWireAdapter
This WireAdapter implementation is compatible with the wire format
from Web Logic Server 12.2 and earlier.
|
Copyright © 2019. All rights reserved.