Class ContextManagerImpl

java.lang.Object
org.glassfish.diagnostics.context.impl.ContextManagerImpl
All Implemented Interfaces:
ContextManager

@Service @Rank(500) public class ContextManagerImpl extends Object implements ContextManager
Default implementation of ContextManager.
  • Constructor Details

    • ContextManagerImpl

      public ContextManagerImpl()
  • Method Details

    • getContext

      public Context getContext()
      Description copied from interface: ContextManager
      Get the Context associated with the currently executing task, creating a new Context if required.
      Specified by:
      getContext in interface ContextManager