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 invoking
BpmPlatformPlugin.postProcessApplicationUndeploy(ProcessApplicationInterface)
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionprotected final Supplier<ProcessApplicationInterface>
protected final Supplier<org.jboss.as.ee.component.ComponentView>
protected final Supplier<BpmPlatformPlugins>
protected final Consumer<ProcessApplicationStopService>
Fields inherited from interface org.jboss.msc.service.Service
NULL
-
Constructor Summary
ConstructorDescriptionProcessApplicationStopService
(Supplier<org.jboss.as.ee.component.ComponentView> paComponentViewSupplier, Supplier<ProcessApplicationInterface> noViewApplicationSupplier, Supplier<BpmPlatformPlugins> platformPluginsSupplier, Consumer<ProcessApplicationStopService> provider) -
Method Summary
-
Field Details
-
paComponentViewSupplier
-
noViewApplicationSupplier
-
platformPluginsSupplier
-
provider
-
-
Constructor Details
-
ProcessApplicationStopService
public ProcessApplicationStopService(Supplier<org.jboss.as.ee.component.ComponentView> paComponentViewSupplier, Supplier<ProcessApplicationInterface> noViewApplicationSupplier, Supplier<BpmPlatformPlugins> platformPluginsSupplier, Consumer<ProcessApplicationStopService> provider)
-
-
Method Details
-
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
- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext arg0) - Specified by:
stop
in interfaceorg.jboss.msc.Service
-