Class NoViewProcessApplicationStartService
java.lang.Object
org.camunda.bpm.container.impl.jboss.service.NoViewProcessApplicationStartService
- All Implemented Interfaces:
org.jboss.msc.Service
,org.jboss.msc.service.Service<ProcessApplicationInterface>
,org.jboss.msc.value.Value<ProcessApplicationInterface>
public class NoViewProcessApplicationStartService
extends Object
implements org.jboss.msc.service.Service<ProcessApplicationInterface>
Start Service for process applications that do not expose an EE Component View
(like ServletProcessApplication
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionprotected final Consumer<ProcessApplicationInterface>
protected ProcessApplicationReference
Fields inherited from interface org.jboss.msc.service.Service
NULL
-
Constructor Summary
ConstructorDescriptionNoViewProcessApplicationStartService
(ProcessApplicationReference reference, Consumer<ProcessApplicationInterface> provider) -
Method Summary
-
Field Details
-
reference
-
provider
-
-
Constructor Details
-
NoViewProcessApplicationStartService
public NoViewProcessApplicationStartService(ProcessApplicationReference reference, Consumer<ProcessApplicationInterface> provider)
-
-
Method Details
-
getValue
public ProcessApplicationInterface getValue() throws IllegalStateException, IllegalArgumentException- Specified by:
getValue
in interfaceorg.jboss.msc.value.Value<ProcessApplicationInterface>
- Throws:
IllegalStateException
IllegalArgumentException
-
start
public void start(org.jboss.msc.service.StartContext context) 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 context) - Specified by:
stop
in interfaceorg.jboss.msc.Service
-