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
Fields Modifier and Type Field Description protected ProcessApplicationReferencereference 
- 
Constructor Summary
Constructors Constructor Description NoViewProcessApplicationStartService(ProcessApplicationReference reference) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessApplicationInterfacegetValue()voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context) 
 - 
 
- 
- 
Field Detail
- 
reference
protected ProcessApplicationReference reference
 
 - 
 
- 
Constructor Detail
- 
NoViewProcessApplicationStartService
public NoViewProcessApplicationStartService(ProcessApplicationReference reference)
 
 - 
 
- 
Method Detail
- 
getValue
public ProcessApplicationInterface getValue() throws IllegalStateException, IllegalArgumentException
- Specified by:
 getValuein interfaceorg.jboss.msc.value.Value<ProcessApplicationInterface>- Throws:
 IllegalStateExceptionIllegalArgumentException
 
- 
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException- Specified by:
 startin interfaceorg.jboss.msc.Service- Specified by:
 startin interfaceorg.jboss.msc.service.Service<ProcessApplicationInterface>- Throws:
 org.jboss.msc.service.StartException
 
- 
stop
public void stop(org.jboss.msc.service.StopContext context)
- Specified by:
 stopin interfaceorg.jboss.msc.Service- Specified by:
 stopin interfaceorg.jboss.msc.service.Service<ProcessApplicationInterface>
 
 - 
 
 -