Uses of Interface
org.glassfish.contextpropagation.wireadapters.WireAdapter
-
Packages that use WireAdapter 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 Logicweblogic.workarea. -
-
Uses of WireAdapter in org.glassfish.contextpropagation.bootstrap
Methods in org.glassfish.contextpropagation.bootstrap that return WireAdapter Modifier and Type Method Description WireAdapterDependencyProvider. getDefaultWireAdapter()static WireAdapterContextBootstrap. getWireAdapter()Methods in org.glassfish.contextpropagation.bootstrap with parameters of type WireAdapter Modifier and Type Method Description static voidContextBootstrap. configure(LoggerAdapter aLoggerAdapter, WireAdapter aWireAdapter, ThreadLocalAccessor aThreadLocalAccessor, ContextAccessController aContextAccessController, String aGuid)This function must be called by the server prior to using context propagation. -
Uses of WireAdapter in org.glassfish.contextpropagation.internal
Methods in org.glassfish.contextpropagation.internal that return WireAdapter Modifier and Type Method Description WireAdapterDependencyProviderImpl. getDefaultWireAdapter() -
Uses of WireAdapter in org.glassfish.contextpropagation.spi
Methods in org.glassfish.contextpropagation.spi with parameters of type WireAdapter Modifier and Type Method Description voidContextMapPropagator. useWireAdapter(WireAdapter wireAdapter)A protocol that propagates context data can choose an alternate WireAdapter, and thus a different encoding format on the wire. -
Uses of WireAdapter in org.glassfish.contextpropagation.wireadapters
Classes in org.glassfish.contextpropagation.wireadapters that implement WireAdapter Modifier and Type Class Description classAbstractWireAdapterThis 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. -
Uses of WireAdapter in org.glassfish.contextpropagation.wireadapters.glassfish
Classes in org.glassfish.contextpropagation.wireadapters.glassfish that implement WireAdapter Modifier and Type Class Description classDefaultWireAdapterThis wire adapter implementation produces a compact wire format that starts with a catalog. -
Uses of WireAdapter in org.glassfish.contextpropagation.wireadapters.wls
Classes in org.glassfish.contextpropagation.wireadapters.wls that implement WireAdapter Modifier and Type Class Description classWLSWireAdapterThis WireAdapter implementation is compatible with the wire format from Web Logic Server 12.2 and earlier.
-