Class MscManagedProcessEngine

    • Field Detail

      • runtimeContainerDelegateInjector

        protected org.jboss.msc.value.InjectedValue<MscRuntimeContainerDelegate> runtimeContainerDelegateInjector
      • processEngine

        protected ProcessEngine processEngine
        the process engine managed by this service
    • Constructor Detail

      • MscManagedProcessEngine

        protected MscManagedProcessEngine()
      • MscManagedProcessEngine

        public MscManagedProcessEngine​(ProcessEngine processEngine)
    • Method Detail

      • getValue

        public ProcessEngine getValue()
                               throws java.lang.IllegalStateException,
                                      java.lang.IllegalArgumentException
        Specified by:
        getValue in interface org.jboss.msc.value.Value<ProcessEngine>
        Throws:
        java.lang.IllegalStateException
        java.lang.IllegalArgumentException
      • start

        public void start​(org.jboss.msc.service.StartContext context)
                   throws org.jboss.msc.service.StartException
        Specified by:
        start in interface org.jboss.msc.Service
        Specified by:
        start in interface org.jboss.msc.service.Service<ProcessEngine>
        Throws:
        org.jboss.msc.service.StartException
      • createProcessEngineJndiBinding

        protected void createProcessEngineJndiBinding​(org.jboss.msc.service.StartContext context)
      • removeProcessEngineJndiBinding

        protected void removeProcessEngineJndiBinding()
      • stop

        public void stop​(org.jboss.msc.service.StopContext context)
        Specified by:
        stop in interface org.jboss.msc.Service
        Specified by:
        stop in interface org.jboss.msc.service.Service<ProcessEngine>
      • getRuntimeContainerDelegateInjector

        public org.jboss.msc.inject.Injector<MscRuntimeContainerDelegate> getRuntimeContainerDelegateInjector()