Uses of Interface
org.camunda.bpm.container.impl.spi.PlatformServiceContainer
-
-
Uses of PlatformServiceContainer in org.camunda.bpm.container.impl
Methods in org.camunda.bpm.container.impl that return PlatformServiceContainer Modifier and Type Method Description PlatformServiceContainer
RuntimeContainerDelegateImpl. getServiceContainer()
-
Uses of PlatformServiceContainer in org.camunda.bpm.container.impl.deployment
Methods in org.camunda.bpm.container.impl.deployment with parameters of type PlatformServiceContainer Modifier and Type Method Description protected JobExecutor
StartProcessEngineStep. getJobExecutorService(PlatformServiceContainer serviceContainer)
protected ProcessEngine
DeployProcessArchiveStep. getProcessEngine(PlatformServiceContainer serviceContainer)
protected ProcessEngine
DeployProcessArchiveStep. getProcessEngine(PlatformServiceContainer serviceContainer, String defaultDeployToProcessEngineName)
protected void
StartProcessApplicationServiceStep. notifyBpmPlatformPlugins(PlatformServiceContainer serviceContainer, AbstractProcessApplication processApplication)
-
Uses of PlatformServiceContainer in org.camunda.bpm.container.impl.ejb.deployment
Methods in org.camunda.bpm.container.impl.ejb.deployment with parameters of type PlatformServiceContainer Modifier and Type Method Description void
JcaExecutorServiceDelegate. start(PlatformServiceContainer mBeanServiceContainer)
void
JcaExecutorServiceDelegate. stop(PlatformServiceContainer mBeanServiceContainer)
-
Uses of PlatformServiceContainer in org.camunda.bpm.container.impl.jmx
Classes in org.camunda.bpm.container.impl.jmx that implement PlatformServiceContainer Modifier and Type Class Description class
MBeanServiceContainer
A simple Service Container that delegates to the JVM'sMBeanServer
. -
Uses of PlatformServiceContainer in org.camunda.bpm.container.impl.jmx.services
Methods in org.camunda.bpm.container.impl.jmx.services with parameters of type PlatformServiceContainer Modifier and Type Method Description void
JmxManagedBpmPlatformPlugins. start(PlatformServiceContainer mBeanServiceContainer)
void
JmxManagedJobExecutor. start(PlatformServiceContainer mBeanServiceContainer)
void
JmxManagedProcessApplication. start(PlatformServiceContainer mBeanServiceContainer)
void
JmxManagedProcessEngine. start(PlatformServiceContainer contanier)
void
JmxManagedProcessEngineController. start(PlatformServiceContainer contanier)
void
JmxManagedThreadPool. start(PlatformServiceContainer mBeanServiceContainer)
void
JmxManagedBpmPlatformPlugins. stop(PlatformServiceContainer mBeanServiceContainer)
void
JmxManagedJobExecutor. stop(PlatformServiceContainer mBeanServiceContainer)
void
JmxManagedProcessApplication. stop(PlatformServiceContainer mBeanServiceContainer)
void
JmxManagedProcessEngine. stop(PlatformServiceContainer container)
void
JmxManagedProcessEngineController. stop(PlatformServiceContainer container)
void
JmxManagedThreadPool. stop(PlatformServiceContainer mBeanServiceContainer)
-
Uses of PlatformServiceContainer in org.camunda.bpm.container.impl.spi
Fields in org.camunda.bpm.container.impl.spi declared as PlatformServiceContainer Modifier and Type Field Description protected PlatformServiceContainer
DeploymentOperation.DeploymentOperationBuilder. container
protected PlatformServiceContainer
DeploymentOperation. serviceContainer
the service containerMethods in org.camunda.bpm.container.impl.spi that return PlatformServiceContainer Modifier and Type Method Description PlatformServiceContainer
DeploymentOperation. getServiceContainer()
Methods in org.camunda.bpm.container.impl.spi with parameters of type PlatformServiceContainer Modifier and Type Method Description void
PlatformService. start(PlatformServiceContainer mBeanServiceContainer)
void
PlatformService. stop(PlatformServiceContainer mBeanServiceContainer)
Constructors in org.camunda.bpm.container.impl.spi with parameters of type PlatformServiceContainer Constructor Description DeploymentOperation(String name, PlatformServiceContainer container, List<DeploymentOperationStep> steps)
DeploymentOperationBuilder(PlatformServiceContainer container, String name)
-