Class ProcessApplicationStopService
- java.lang.Object
-
- org.camunda.bpm.container.impl.jboss.service.ProcessApplicationStopService
-
- All Implemented Interfaces:
org.jboss.msc.Service
,org.jboss.msc.service.Service<ProcessApplicationStopService>
,org.jboss.msc.value.Value<ProcessApplicationStopService>
public class ProcessApplicationStopService extends Object implements org.jboss.msc.service.Service<ProcessApplicationStopService>
Responsible for invokingBpmPlatformPlugin.postProcessApplicationUndeploy(ProcessApplicationInterface)
- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jboss.msc.value.InjectedValue<ProcessApplicationInterface>
noViewProcessApplication
protected org.jboss.msc.value.InjectedValue<org.jboss.as.ee.component.ComponentView>
paComponentViewInjector
protected org.jboss.msc.value.InjectedValue<BpmPlatformPlugins>
platformPluginsInjector
-
Constructor Summary
Constructors Constructor Description ProcessApplicationStopService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.msc.value.InjectedValue<ProcessApplicationInterface>
getNoViewProcessApplication()
org.jboss.msc.value.InjectedValue<org.jboss.as.ee.component.ComponentView>
getPaComponentViewInjector()
org.jboss.msc.value.InjectedValue<BpmPlatformPlugins>
getPlatformPluginsInjector()
ProcessApplicationStopService
getValue()
void
start(org.jboss.msc.service.StartContext arg0)
void
stop(org.jboss.msc.service.StopContext arg0)
-
-
-
Field Detail
-
paComponentViewInjector
protected org.jboss.msc.value.InjectedValue<org.jboss.as.ee.component.ComponentView> paComponentViewInjector
-
noViewProcessApplication
protected org.jboss.msc.value.InjectedValue<ProcessApplicationInterface> noViewProcessApplication
-
platformPluginsInjector
protected org.jboss.msc.value.InjectedValue<BpmPlatformPlugins> platformPluginsInjector
-
-
Method Detail
-
getValue
public ProcessApplicationStopService getValue() throws IllegalStateException, IllegalArgumentException
- Specified by:
getValue
in interfaceorg.jboss.msc.value.Value<ProcessApplicationStopService>
- Throws:
IllegalStateException
IllegalArgumentException
-
start
public void start(org.jboss.msc.service.StartContext arg0) throws org.jboss.msc.service.StartException
- Specified by:
start
in interfaceorg.jboss.msc.Service
- Specified by:
start
in interfaceorg.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 interfaceorg.jboss.msc.Service
- Specified by:
stop
in interfaceorg.jboss.msc.service.Service<ProcessApplicationStopService>
-
getNoViewProcessApplication
public org.jboss.msc.value.InjectedValue<ProcessApplicationInterface> getNoViewProcessApplication()
-
getPaComponentViewInjector
public org.jboss.msc.value.InjectedValue<org.jboss.as.ee.component.ComponentView> getPaComponentViewInjector()
-
getPlatformPluginsInjector
public org.jboss.msc.value.InjectedValue<BpmPlatformPlugins> getPlatformPluginsInjector()
-
-