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 PlatformServiceContainerRuntimeContainerDelegateImpl. 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 JobExecutorStartProcessEngineStep. getJobExecutorService(PlatformServiceContainer serviceContainer)protected ProcessEngineDeployProcessArchiveStep. getProcessEngine(PlatformServiceContainer serviceContainer)protected ProcessEngineDeployProcessArchiveStep. getProcessEngine(PlatformServiceContainer serviceContainer, java.lang.String defaultDeployToProcessEngineName)protected voidStartProcessApplicationServiceStep. 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 voidJcaExecutorServiceDelegate. start(PlatformServiceContainer mBeanServiceContainer)voidJcaExecutorServiceDelegate. 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 classMBeanServiceContainerA 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 voidJmxManagedBpmPlatformPlugins. start(PlatformServiceContainer mBeanServiceContainer)voidJmxManagedJobExecutor. start(PlatformServiceContainer mBeanServiceContainer)voidJmxManagedProcessApplication. start(PlatformServiceContainer mBeanServiceContainer)voidJmxManagedProcessEngine. start(PlatformServiceContainer contanier)voidJmxManagedProcessEngineController. start(PlatformServiceContainer contanier)voidJmxManagedThreadPool. start(PlatformServiceContainer mBeanServiceContainer)voidJmxManagedBpmPlatformPlugins. stop(PlatformServiceContainer mBeanServiceContainer)voidJmxManagedJobExecutor. stop(PlatformServiceContainer mBeanServiceContainer)voidJmxManagedProcessApplication. stop(PlatformServiceContainer mBeanServiceContainer)voidJmxManagedProcessEngine. stop(PlatformServiceContainer container)voidJmxManagedProcessEngineController. stop(PlatformServiceContainer container)voidJmxManagedThreadPool. 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 PlatformServiceContainerDeploymentOperation.DeploymentOperationBuilder. containerprotected PlatformServiceContainerDeploymentOperation. serviceContainerthe service containerMethods in org.camunda.bpm.container.impl.spi that return PlatformServiceContainer Modifier and Type Method Description PlatformServiceContainerDeploymentOperation. getServiceContainer()Methods in org.camunda.bpm.container.impl.spi with parameters of type PlatformServiceContainer Modifier and Type Method Description voidPlatformService. start(PlatformServiceContainer mBeanServiceContainer)voidPlatformService. stop(PlatformServiceContainer mBeanServiceContainer)Constructors in org.camunda.bpm.container.impl.spi with parameters of type PlatformServiceContainer Constructor Description DeploymentOperation(java.lang.String name, PlatformServiceContainer container, java.util.List<DeploymentOperationStep> steps)DeploymentOperationBuilder(PlatformServiceContainer container, java.lang.String name)
-