Class ContextManagerImpl

  • All Implemented Interfaces:
    ContextManager

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

      • ContextManagerImpl

        public ContextManagerImpl()
    • Method Detail

      • 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