Class ProcessApplicationStartService

    • Field Detail

      • deploymentServiceNames

        protected final java.util.Collection<org.jboss.msc.service.ServiceName> deploymentServiceNames
        the names of the deployment services we depend on; those must be added as declarative dependencies when the service is installed.
      • paComponentViewInjector

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

        protected org.jboss.msc.value.InjectedValue<ProcessEngine> defaultProcessEngineInjector
        injector for the default process engine
      • platformPluginsInjector

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

        protected org.jboss.jandex.AnnotationInstance preUndeployDescription
      • postDeployDescription

        protected org.jboss.jandex.AnnotationInstance postDeployDescription
      • referencedProcessEngines

        protected java.util.HashSet<ProcessEngine> referencedProcessEngines
      • paModule

        protected org.jboss.modules.Module paModule
    • Constructor Detail

      • ProcessApplicationStartService

        public ProcessApplicationStartService​(java.util.Collection<org.jboss.msc.service.ServiceName> deploymentServiceNames,
                                              org.jboss.jandex.AnnotationInstance postDeployDescription,
                                              org.jboss.jandex.AnnotationInstance preUndeployDescription,
                                              org.jboss.modules.Module paModule)
    • Method Detail

      • 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<ProcessApplicationStartService>
        Throws:
        org.jboss.msc.service.StartException
      • 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<ProcessApplicationStartService>
      • invokePostDeploy

        protected void invokePostDeploy​(ProcessApplicationInterface processApplication)
                                 throws java.lang.ClassNotFoundException,
                                        org.jboss.msc.service.StartException
        Throws:
        java.lang.ClassNotFoundException
        org.jboss.msc.service.StartException
      • invokePreUndeploy

        protected void invokePreUndeploy​(ProcessApplicationInterface processApplication)
                                  throws java.lang.ClassNotFoundException
        Throws:
        java.lang.ClassNotFoundException
      • getInjections

        protected java.lang.Object[] getInjections​(java.lang.reflect.Method lifecycleMethod)
      • getPaClass

        protected java.lang.Class<?> getPaClass​(org.jboss.jandex.AnnotationInstance annotation)
                                         throws java.lang.ClassNotFoundException
        Throws:
        java.lang.ClassNotFoundException
      • getPaComponentViewInjector

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

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

        public org.jboss.msc.value.InjectedValue<ProcessEngine> getDefaultProcessEngineInjector()
      • getPlatformPluginsInjector

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