Uses of Interface
org.camunda.bpm.container.RuntimeContainerDelegate
Packages that use RuntimeContainerDelegate
Package
Description
-
Uses of RuntimeContainerDelegate in org.camunda.bpm.admin.impl.web.bootstrap
Methods in org.camunda.bpm.admin.impl.web.bootstrap that return RuntimeContainerDelegateModifier and TypeMethodDescriptionprotected 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 RuntimeContainerDelegateModifier and TypeMethodDescriptionprotected RuntimeContainerDelegate
CockpitContainerBootstrap.CockpitEnvironment.getContainerRuntimeDelegate()
-
Uses of RuntimeContainerDelegate in org.camunda.bpm.container
Methods in org.camunda.bpm.container that return RuntimeContainerDelegateModifier and TypeMethodDescriptionRuntimeContainerDelegate.RuntimeContainerDelegateInstance.get()
Methods in org.camunda.bpm.container with parameters of type RuntimeContainerDelegateModifier and TypeMethodDescriptionvoid
RuntimeContainerDelegate.RuntimeContainerDelegateInstance.set
(RuntimeContainerDelegate delegate) -
Uses of RuntimeContainerDelegate in org.camunda.bpm.container.impl
Classes in org.camunda.bpm.container.impl that implement RuntimeContainerDelegateModifier and TypeClassDescriptionclass
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 RuntimeContainerDelegateFields in org.camunda.bpm.container.impl.jboss.service with type parameters of type RuntimeContainerDelegateModifier and TypeFieldDescriptionprotected Consumer<RuntimeContainerDelegate>
MscRuntimeContainerDelegate.provider
Constructor parameters in org.camunda.bpm.container.impl.jboss.service with type arguments of type RuntimeContainerDelegateModifierConstructorDescription -
Uses of RuntimeContainerDelegate in org.camunda.bpm.engine.impl.jobexecutor
Methods in org.camunda.bpm.engine.impl.jobexecutor that return RuntimeContainerDelegateModifier and TypeMethodDescriptionprotected RuntimeContainerDelegate
RuntimeContainerJobExecutor.getRuntimeContainerDelegate()
-
Uses of RuntimeContainerDelegate in org.camunda.bpm.engine.spring.container
Methods in org.camunda.bpm.engine.spring.container that return RuntimeContainerDelegateModifier and TypeMethodDescriptionprotected 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 RuntimeContainerDelegateModifier and TypeMethodDescriptionprotected 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 RuntimeContainerDelegateModifier and TypeMethodDescriptionprotected RuntimeContainerDelegate
WelcomeContainerBootstrap.WelcomeEnvironment.getContainerRuntimeDelegate()