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 ProcessEngineServiceBpmPlatform. getProcessEngineService() -
Uses of ProcessEngineService in org.camunda.bpm.container
Methods in org.camunda.bpm.container that return ProcessEngineService Modifier and Type Method Description ProcessEngineServiceRuntimeContainerDelegate. 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 classRuntimeContainerDelegateImplThis is the defaultRuntimeContainerDelegateimplementation that delegates to the localMBeanServerinfrastructure.Methods in org.camunda.bpm.container.impl that return ProcessEngineService Modifier and Type Method Description ProcessEngineServiceRuntimeContainerDelegateImpl. 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 classEjbProcessEngineServiceExposes theProcessEngineServiceas EJB inside the container.Fields in org.camunda.bpm.container.impl.ejb declared as ProcessEngineService Modifier and Type Field Description protected ProcessEngineServiceEjbBpmPlatformBootstrap. processEngineServiceprotected ProcessEngineServiceEjbProcessEngineService. processEngineServiceDelegatethe processEngineServiceDelegateMethods in org.camunda.bpm.container.impl.ejb that return ProcessEngineService Modifier and Type Method Description ProcessEngineServiceEjbBpmPlatformBootstrap. 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 classMscRuntimeContainerDelegateARuntimeContainerDelegateimplementation for JBoss AS 7Methods in org.camunda.bpm.container.impl.jboss.service that return ProcessEngineService Modifier and Type Method Description ProcessEngineServiceMscRuntimeContainerDelegate. getProcessEngineService()
-