Uses of Interface
org.glassfish.contextpropagation.bootstrap.LoggerAdapter
-
Packages that use LoggerAdapter Package Description org.glassfish.contextpropagation.bootstrap org.glassfish.contextpropagation.internal -
-
Uses of LoggerAdapter in org.glassfish.contextpropagation.bootstrap
Methods in org.glassfish.contextpropagation.bootstrap that return LoggerAdapter Modifier and Type Method Description static LoggerAdapterContextBootstrap. getLoggerAdapter()LoggerAdapterDependencyProvider. getLoggerAdapter()Methods in org.glassfish.contextpropagation.bootstrap with parameters of type LoggerAdapter 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 LoggerAdapter in org.glassfish.contextpropagation.internal
Methods in org.glassfish.contextpropagation.internal that return LoggerAdapter Modifier and Type Method Description LoggerAdapterDependencyProviderImpl. getLoggerAdapter()
-