Class EjbBpmPlatformBootstrap
java.lang.Object
org.camunda.bpm.container.impl.ejb.EjbBpmPlatformBootstrap
Bootstrap for the Camunda Platform using a singleton EJB
- Author:
 - Daniel Meyer
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ExecutorServiceprotected ProcessApplicationServiceprotected ProcessEngineService - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected RuntimeContainerDelegateImplprotected voidstart()protected voidstop() 
- 
Field Details
- 
executorServiceBean
 - 
processEngineService
 - 
processApplicationService
 
 - 
 - 
Constructor Details
- 
EjbBpmPlatformBootstrap
public EjbBpmPlatformBootstrap() 
 - 
 - 
Method Details
- 
start
@PostConstruct protected void start() - 
stop
@PreDestroy protected void stop() - 
getContainerDelegate
 - 
getProcessEngineService
 - 
getProcessApplicationService
 
 -