Uses of Interface
org.camunda.bpm.container.RuntimeContainerDelegate
-
-
Uses of RuntimeContainerDelegate in org.camunda.bpm.admin.impl.web.bootstrap
Methods in org.camunda.bpm.admin.impl.web.bootstrap that return RuntimeContainerDelegate Modifier and Type Method Description protected RuntimeContainerDelegate
AdminContainerBootstrap.AdminEnvironment. getContainerRuntimeDelegate()
-
Uses of RuntimeContainerDelegate in org.camunda.bpm.cockpit.impl.web.bootstrap
Methods in org.camunda.bpm.cockpit.impl.web.bootstrap that return RuntimeContainerDelegate Modifier and Type Method Description protected RuntimeContainerDelegate
CockpitContainerBootstrap.CockpitEnvironment. getContainerRuntimeDelegate()
-
Uses of RuntimeContainerDelegate in org.camunda.bpm.container
Methods in org.camunda.bpm.container that return RuntimeContainerDelegate Modifier and Type Method Description RuntimeContainerDelegate
RuntimeContainerDelegate.RuntimeContainerDelegateInstance. get()
Methods in org.camunda.bpm.container with parameters of type RuntimeContainerDelegate Modifier and Type Method Description void
RuntimeContainerDelegate.RuntimeContainerDelegateInstance. set(RuntimeContainerDelegate delegate)
-
Uses of RuntimeContainerDelegate in org.camunda.bpm.container.impl
Classes in org.camunda.bpm.container.impl that implement RuntimeContainerDelegate Modifier and Type Class Description class
RuntimeContainerDelegateImpl
This is the defaultRuntimeContainerDelegate
implementation that delegates to the localMBeanServer
infrastructure. -
Uses of RuntimeContainerDelegate in org.camunda.bpm.container.impl.jboss.service
Classes in org.camunda.bpm.container.impl.jboss.service that implement RuntimeContainerDelegate Modifier and Type Class Description class
MscRuntimeContainerDelegate
ARuntimeContainerDelegate
implementation for JBoss AS 7 -
Uses of RuntimeContainerDelegate in org.camunda.bpm.engine.impl.jobexecutor
Methods in org.camunda.bpm.engine.impl.jobexecutor that return RuntimeContainerDelegate Modifier and Type Method Description protected RuntimeContainerDelegate
RuntimeContainerJobExecutor. getRuntimeContainerDelegate()
-
Uses of RuntimeContainerDelegate in org.camunda.bpm.engine.spring.container
Methods in org.camunda.bpm.engine.spring.container that return RuntimeContainerDelegate Modifier and Type Method Description protected RuntimeContainerDelegate
ManagedProcessEngineFactoryBean. getRuntimeContainerDelegate()
-
Uses of RuntimeContainerDelegate in org.camunda.bpm.tasklist.impl.web.bootstrap
Methods in org.camunda.bpm.tasklist.impl.web.bootstrap that return RuntimeContainerDelegate Modifier and Type Method Description protected RuntimeContainerDelegate
TasklistContainerBootstrap.TasklistEnvironment. getContainerRuntimeDelegate()
-
Uses of RuntimeContainerDelegate in org.camunda.bpm.welcome.impl.web.bootstrap
Methods in org.camunda.bpm.welcome.impl.web.bootstrap that return RuntimeContainerDelegate Modifier and Type Method Description protected RuntimeContainerDelegate
WelcomeContainerBootstrap.WelcomeEnvironment. getContainerRuntimeDelegate()
-