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 java.lang.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 SummaryFields Modifier and Type Field Description protected ProcessApplicationInfoprocessApplicationInfoprotected ProcessApplicationReferenceprocessApplicationReference
 - 
Constructor SummaryConstructors Constructor Description MscManagedProcessApplication(ProcessApplicationInfo processApplicationInfo, ProcessApplicationReference processApplicationReference)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessApplicationInfogetProcessApplicationInfo()ProcessApplicationReferencegetProcessApplicationReference()MscManagedProcessApplicationgetValue()voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)
 
- 
- 
- 
Field Detail- 
processApplicationInfoprotected ProcessApplicationInfo processApplicationInfo 
 - 
processApplicationReferenceprotected ProcessApplicationReference processApplicationReference 
 
- 
 - 
Constructor Detail- 
MscManagedProcessApplicationpublic MscManagedProcessApplication(ProcessApplicationInfo processApplicationInfo, ProcessApplicationReference processApplicationReference) 
 
- 
 - 
Method Detail- 
getValuepublic MscManagedProcessApplication getValue() throws java.lang.IllegalStateException, java.lang.IllegalArgumentException - Specified by:
- getValuein interface- org.jboss.msc.value.Value<MscManagedProcessApplication>
- Throws:
- java.lang.IllegalStateException
- java.lang.IllegalArgumentException
 
 - 
startpublic void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException- Specified by:
- startin interface- org.jboss.msc.Service
- Specified by:
- startin interface- org.jboss.msc.service.Service<MscManagedProcessApplication>
- Throws:
- org.jboss.msc.service.StartException
 
 - 
stoppublic void stop(org.jboss.msc.service.StopContext context) - Specified by:
- stopin interface- org.jboss.msc.Service
- Specified by:
- stopin interface- org.jboss.msc.service.Service<MscManagedProcessApplication>
 
 - 
getProcessApplicationInfopublic ProcessApplicationInfo getProcessApplicationInfo() 
 - 
getProcessApplicationReferencepublic ProcessApplicationReference getProcessApplicationReference() 
 
- 
 
-