Uses of Interface
org.camunda.bpm.ProcessEngineService
-
Packages that use ProcessEngineService Package Description org.camunda.bpm org.camunda.bpm.container org.camunda.bpm.container.impl org.camunda.bpm.container.impl.ejb org.camunda.bpm.container.impl.jboss.service -
-
Uses of ProcessEngineService in org.camunda.bpm
Methods in org.camunda.bpm that return ProcessEngineService Modifier and Type Method Description static ProcessEngineService
BpmPlatform. getProcessEngineService()
-
Uses of ProcessEngineService in org.camunda.bpm.container
Methods in org.camunda.bpm.container that return ProcessEngineService Modifier and Type Method Description ProcessEngineService
RuntimeContainerDelegate. getProcessEngineService()
-
Uses of ProcessEngineService in org.camunda.bpm.container.impl
Classes in org.camunda.bpm.container.impl that implement ProcessEngineService Modifier and Type Class Description class
RuntimeContainerDelegateImpl
This is the defaultRuntimeContainerDelegate
implementation that delegates to the localMBeanServer
infrastructure.Methods in org.camunda.bpm.container.impl that return ProcessEngineService Modifier and Type Method Description ProcessEngineService
RuntimeContainerDelegateImpl. getProcessEngineService()
-
Uses of ProcessEngineService in org.camunda.bpm.container.impl.ejb
Classes in org.camunda.bpm.container.impl.ejb that implement ProcessEngineService Modifier and Type Class Description class
EjbProcessEngineService
Exposes theProcessEngineService
as EJB inside the container.Fields in org.camunda.bpm.container.impl.ejb declared as ProcessEngineService Modifier and Type Field Description protected ProcessEngineService
EjbBpmPlatformBootstrap. processEngineService
protected ProcessEngineService
EjbProcessEngineService. processEngineServiceDelegate
the processEngineServiceDelegateMethods in org.camunda.bpm.container.impl.ejb that return ProcessEngineService Modifier and Type Method Description ProcessEngineService
EjbBpmPlatformBootstrap. getProcessEngineService()
-
Uses of ProcessEngineService in org.camunda.bpm.container.impl.jboss.service
Classes in org.camunda.bpm.container.impl.jboss.service that implement ProcessEngineService Modifier and Type Class Description class
MscRuntimeContainerDelegate
ARuntimeContainerDelegate
implementation for JBoss AS 7Methods in org.camunda.bpm.container.impl.jboss.service that return ProcessEngineService Modifier and Type Method Description ProcessEngineService
MscRuntimeContainerDelegate. getProcessEngineService()
-