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
Modifier and TypeFieldDescriptionprotected ExecutorService
protected ProcessApplicationService
protected ProcessEngineService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected RuntimeContainerDelegateImpl
protected void
start()
protected void
stop()
-
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
-