Uses of Interface
org.camunda.bpm.container.RuntimeContainerDelegate
-
Packages that use RuntimeContainerDelegate Package Description org.camunda.bpm.container org.camunda.bpm.container.impl org.camunda.bpm.engine.impl.jobexecutor -
-
Uses of RuntimeContainerDelegate in org.camunda.bpm.container
Methods in org.camunda.bpm.container that return RuntimeContainerDelegate Modifier and Type Method Description RuntimeContainerDelegateRuntimeContainerDelegate.RuntimeContainerDelegateInstance. get()Methods in org.camunda.bpm.container with parameters of type RuntimeContainerDelegate Modifier and Type Method Description voidRuntimeContainerDelegate.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 classRuntimeContainerDelegateImplThis is the defaultRuntimeContainerDelegateimplementation that delegates to the localMBeanServerinfrastructure. -
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 RuntimeContainerDelegateRuntimeContainerJobExecutor. getRuntimeContainerDelegate()
-