Class RuntimeContainerDelegateImpl

java.lang.Object
org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
All Implemented Interfaces:
RuntimeContainerDelegate, ProcessApplicationService, ProcessEngineService

public class RuntimeContainerDelegateImpl extends Object implements RuntimeContainerDelegate, ProcessEngineService, ProcessApplicationService

This is the default RuntimeContainerDelegate implementation that delegates to the local MBeanServer infrastructure. The MBeanServer is available as per the Java Virtual Machine and allows the process engine to expose Management Resources.

Author:
Daniel Meyer