Class CustomBackofficeThreadCreator

  • All Implemented Interfaces:
    com.hybris.cockpitng.engine.operations.LongOperationThreadExecutor, com.hybris.cockpitng.util.CockpitThreadContextCreator

    public class CustomBackofficeThreadCreator
    extends BackofficeThreadContextCreator
    • Constructor Detail

      • CustomBackofficeThreadCreator

        public CustomBackofficeThreadCreator()
    • Method Detail

      • createThreadContext

        public java.util.Map<java.lang.String,​java.lang.Object> createThreadContext()
        Specified by:
        createThreadContext in interface com.hybris.cockpitng.util.CockpitThreadContextCreator
        Overrides:
        createThreadContext in class BackofficeThreadContextCreator
      • initThreadContext

        public void initThreadContext​(java.util.Map<java.lang.String,​java.lang.Object> ctx)
        Specified by:
        initThreadContext in interface com.hybris.cockpitng.util.CockpitThreadContextCreator
        Overrides:
        initThreadContext in class BackofficeThreadContextCreator
      • setSessionService

        public void setSessionService​(SessionService sessionService)