Class MscManagedProcessApplication
java.lang.Object
org.camunda.bpm.container.impl.jboss.service.MscManagedProcessApplication
- All Implemented Interfaces:
org.jboss.msc.Service
,org.jboss.msc.service.Service<MscManagedProcessApplication>
,org.jboss.msc.value.Value<MscManagedProcessApplication>
public class MscManagedProcessApplication
extends Object
implements org.jboss.msc.service.Service<MscManagedProcessApplication>
Represents a Process Application registered with the Msc
This is the equivalent of the JmxManagedProcessApplication
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionprotected ProcessApplicationInfo
protected ProcessApplicationReference
Fields inherited from interface org.jboss.msc.service.Service
NULL
-
Constructor Summary
ConstructorDescriptionMscManagedProcessApplication
(ProcessApplicationInfo processApplicationInfo, ProcessApplicationReference processApplicationReference) -
Method Summary
-
Field Details
-
processApplicationInfo
-
processApplicationReference
-
-
Constructor Details
-
MscManagedProcessApplication
public MscManagedProcessApplication(ProcessApplicationInfo processApplicationInfo, ProcessApplicationReference processApplicationReference)
-
-
Method Details
-
getValue
public MscManagedProcessApplication getValue() throws IllegalStateException, IllegalArgumentException- Specified by:
getValue
in interfaceorg.jboss.msc.value.Value<MscManagedProcessApplication>
- 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
-
getProcessApplicationInfo
-
getProcessApplicationReference
-