Uses of Interface
org.camunda.bpm.ProcessApplicationService
-
-
Uses of ProcessApplicationService in org.camunda.bpm
Methods in org.camunda.bpm that return ProcessApplicationService Modifier and Type Method Description static ProcessApplicationService
BpmPlatform. getProcessApplicationService()
-
Uses of ProcessApplicationService in org.camunda.bpm.container
Methods in org.camunda.bpm.container that return ProcessApplicationService Modifier and Type Method Description ProcessApplicationService
RuntimeContainerDelegate. getProcessApplicationService()
-
Uses of ProcessApplicationService in org.camunda.bpm.container.impl
Classes in org.camunda.bpm.container.impl that implement ProcessApplicationService 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 ProcessApplicationService Modifier and Type Method Description ProcessApplicationService
RuntimeContainerDelegateImpl. getProcessApplicationService()
-
Uses of ProcessApplicationService in org.camunda.bpm.container.impl.ejb
Classes in org.camunda.bpm.container.impl.ejb that implement ProcessApplicationService Modifier and Type Class Description class
EjbProcessApplicationService
Exposes theProcessApplicationService
as EJB inside the container.Fields in org.camunda.bpm.container.impl.ejb declared as ProcessApplicationService Modifier and Type Field Description protected ProcessApplicationService
EjbBpmPlatformBootstrap. processApplicationService
protected ProcessApplicationService
EjbProcessApplicationService. processApplicationServiceDelegate
the processApplicationServiceDelegateMethods in org.camunda.bpm.container.impl.ejb that return ProcessApplicationService Modifier and Type Method Description ProcessApplicationService
EjbBpmPlatformBootstrap. getProcessApplicationService()
-
Uses of ProcessApplicationService in org.camunda.bpm.container.impl.jboss.service
Classes in org.camunda.bpm.container.impl.jboss.service that implement ProcessApplicationService Modifier and Type Class Description class
MscRuntimeContainerDelegate
ARuntimeContainerDelegate
implementation for JBoss AS 7Methods in org.camunda.bpm.container.impl.jboss.service that return ProcessApplicationService Modifier and Type Method Description ProcessApplicationService
MscRuntimeContainerDelegate. getProcessApplicationService()
-