Class ContextManagerImpl
java.lang.Object
org.glassfish.diagnostics.context.impl.ContextManagerImpl
- All Implemented Interfaces:
ContextManager
Default implementation of ContextManager.
-
Field Summary
Fields inherited from interface org.glassfish.diagnostics.context.ContextManager
LOG_MESSAGE_RESOURCE, LOGGER, LOGGER_NAME, WORK_CONTEXT_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the Context associated with the currently executing task, creating a new Context if required.
-
Constructor Details
-
ContextManagerImpl
public ContextManagerImpl()
-
-
Method Details
-
getContext
Description copied from interface:ContextManagerGet the Context associated with the currently executing task, creating a new Context if required.- Specified by:
getContextin interfaceContextManager
-