Class EjbBpmPlatformBootstrap
- java.lang.Object
-
- org.camunda.bpm.container.impl.ejb.EjbBpmPlatformBootstrap
-
public class EjbBpmPlatformBootstrap extends java.lang.Object
Bootstrap for the Camunda Platform using a singleton EJB
- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description protected ExecutorService
executorServiceBean
protected ProcessApplicationService
processApplicationService
protected ProcessEngineService
processEngineService
-
Constructor Summary
Constructors Constructor Description EjbBpmPlatformBootstrap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RuntimeContainerDelegateImpl
getContainerDelegate()
ProcessApplicationService
getProcessApplicationService()
ProcessEngineService
getProcessEngineService()
protected void
start()
protected void
stop()
-
-
-
Field Detail
-
executorServiceBean
protected ExecutorService executorServiceBean
-
processEngineService
protected ProcessEngineService processEngineService
-
processApplicationService
protected ProcessApplicationService processApplicationService
-
-
Method Detail
-
start
@PostConstruct protected void start()
-
stop
@PreDestroy protected void stop()
-
getContainerDelegate
protected RuntimeContainerDelegateImpl getContainerDelegate()
-
getProcessEngineService
public ProcessEngineService getProcessEngineService()
-
getProcessApplicationService
public ProcessApplicationService getProcessApplicationService()
-
-