Class ProcessApplicationStopService

    • Field Detail

      • paComponentViewInjector

        protected org.jboss.msc.value.InjectedValue<org.jboss.as.ee.component.ComponentView> paComponentViewInjector
      • platformPluginsInjector

        protected org.jboss.msc.value.InjectedValue<BpmPlatformPlugins> platformPluginsInjector
    • Constructor Detail

      • ProcessApplicationStopService

        public ProcessApplicationStopService()
    • Method Detail

      • getValue

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

        public void start​(org.jboss.msc.service.StartContext arg0)
                   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<ProcessApplicationStopService>
        Throws:
        org.jboss.msc.service.StartException
      • stop

        public void stop​(org.jboss.msc.service.StopContext arg0)
        Specified by:
        stop in interface org.jboss.msc.Service
        Specified by:
        stop in interface org.jboss.msc.service.Service<ProcessApplicationStopService>
      • getPaComponentViewInjector

        public org.jboss.msc.value.InjectedValue<org.jboss.as.ee.component.ComponentView> getPaComponentViewInjector()
      • getPlatformPluginsInjector

        public org.jboss.msc.value.InjectedValue<BpmPlatformPlugins> getPlatformPluginsInjector()