Modifier and Type | Method and Description |
---|---|
PlatformServiceContainer |
RuntimeContainerDelegateImpl.getServiceContainer() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
void |
JcaExecutorServiceDelegate.start(PlatformServiceContainer mBeanServiceContainer) |
void |
JcaExecutorServiceDelegate.stop(PlatformServiceContainer mBeanServiceContainer) |
Modifier and Type | Class and Description |
---|---|
class |
MBeanServiceContainer
A simple Service Container that delegates to the JVM's
MBeanServer . |
Modifier and Type | Method and Description |
---|---|
void |
JmxManagedProcessApplication.start(PlatformServiceContainer mBeanServiceContainer) |
void |
JmxManagedBpmPlatformPlugins.start(PlatformServiceContainer mBeanServiceContainer) |
void |
JmxManagedJobExecutor.start(PlatformServiceContainer mBeanServiceContainer) |
void |
JmxManagedThreadPool.start(PlatformServiceContainer mBeanServiceContainer) |
void |
JmxManagedProcessEngine.start(PlatformServiceContainer contanier) |
void |
JmxManagedProcessEngineController.start(PlatformServiceContainer contanier) |
void |
JmxManagedProcessApplication.stop(PlatformServiceContainer mBeanServiceContainer) |
void |
JmxManagedBpmPlatformPlugins.stop(PlatformServiceContainer mBeanServiceContainer) |
void |
JmxManagedJobExecutor.stop(PlatformServiceContainer mBeanServiceContainer) |
void |
JmxManagedThreadPool.stop(PlatformServiceContainer mBeanServiceContainer) |
void |
JmxManagedProcessEngine.stop(PlatformServiceContainer container) |
void |
JmxManagedProcessEngineController.stop(PlatformServiceContainer container) |
Modifier and Type | Field and Description |
---|---|
protected PlatformServiceContainer |
DeploymentOperation.DeploymentOperationBuilder.container |
protected PlatformServiceContainer |
DeploymentOperation.serviceContainer
the service container
|
Modifier and Type | Method and Description |
---|---|
PlatformServiceContainer |
DeploymentOperation.getServiceContainer() |
Modifier and Type | Method and Description |
---|---|
void |
PlatformService.start(PlatformServiceContainer mBeanServiceContainer) |
void |
PlatformService.stop(PlatformServiceContainer mBeanServiceContainer) |
Constructor and Description |
---|
DeploymentOperation(String name,
PlatformServiceContainer container,
List<DeploymentOperationStep> steps) |
DeploymentOperationBuilder(PlatformServiceContainer container,
String name) |
Copyright © 2022. All rights reserved.