|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PlatformServiceContainer in org.camunda.bpm.container.impl |
|---|
| Methods in org.camunda.bpm.container.impl that return PlatformServiceContainer | |
|---|---|
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 | |
|---|---|
protected JobExecutor |
StartProcessEngineStep.getJobExecutorService(PlatformServiceContainer serviceContainer)
|
protected ProcessEngine |
DeployProcessArchiveStep.getProcessEngine(PlatformServiceContainer serviceContainer)
|
| Uses of PlatformServiceContainer in org.camunda.bpm.container.impl.jmx |
|---|
| Classes in org.camunda.bpm.container.impl.jmx that implement PlatformServiceContainer | |
|---|---|
class |
MBeanServiceContainer
A simple Service Container that delegates to the JVM's MBeanServer. |
| 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 | |
|---|---|
void |
JmxManagedProcessEngineController.start(PlatformServiceContainer contanier)
|
void |
JmxManagedThreadPool.start(PlatformServiceContainer mBeanServiceContainer)
|
void |
JmxManagedProcessEngine.start(PlatformServiceContainer contanier)
|
void |
JmxManagedProcessApplication.start(PlatformServiceContainer mBeanServiceContainer)
|
void |
JmxManagedJobExecutor.start(PlatformServiceContainer mBeanServiceContainer)
|
void |
JmxManagedProcessEngineController.stop(PlatformServiceContainer container)
|
void |
JmxManagedThreadPool.stop(PlatformServiceContainer mBeanServiceContainer)
|
void |
JmxManagedProcessEngine.stop(PlatformServiceContainer container)
|
void |
JmxManagedProcessApplication.stop(PlatformServiceContainer mBeanServiceContainer)
|
void |
JmxManagedJobExecutor.stop(PlatformServiceContainer mBeanServiceContainer)
|
| Uses of PlatformServiceContainer in org.camunda.bpm.container.impl.spi |
|---|
| Fields in org.camunda.bpm.container.impl.spi declared as PlatformServiceContainer | |
|---|---|
protected PlatformServiceContainer |
DeploymentOperation.DeploymentOperationBuilder.container
|
protected PlatformServiceContainer |
DeploymentOperation.serviceContainer
the service container |
| Methods in org.camunda.bpm.container.impl.spi that return PlatformServiceContainer | |
|---|---|
PlatformServiceContainer |
DeploymentOperation.getServiceContainer()
|
| Methods in org.camunda.bpm.container.impl.spi with parameters of type PlatformServiceContainer | |
|---|---|
void |
PlatformService.start(PlatformServiceContainer mBeanServiceContainer)
|
void |
PlatformService.stop(PlatformServiceContainer mBeanServiceContainer)
|
| Constructors in org.camunda.bpm.container.impl.spi with parameters of type PlatformServiceContainer | |
|---|---|
DeploymentOperation.DeploymentOperationBuilder(PlatformServiceContainer container,
String name)
|
|
DeploymentOperation(String name,
PlatformServiceContainer container,
List<DeploymentOperationStep> steps)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||