Uses of Interface
org.camunda.bpm.container.impl.jmx.kernel.MBeanService

Packages that use MBeanService
org.camunda.bpm.container.impl.jmx.kernel   
org.camunda.bpm.container.impl.jmx.services   
 

Uses of MBeanService in org.camunda.bpm.container.impl.jmx.kernel
 

Fields in org.camunda.bpm.container.impl.jmx.kernel with type parameters of type MBeanService
protected  Map<ObjectName,MBeanService<?>> MBeanServiceContainer.servicesByName
           
 

Methods in org.camunda.bpm.container.impl.jmx.kernel that return types with arguments of type MBeanService
<S> List<MBeanService<S>>
MBeanServiceContainer.getServicesByType(MBeanServiceContainer.ServiceType type)
           
 

Methods in org.camunda.bpm.container.impl.jmx.kernel with parameters of type MBeanService
<S> void
MBeanServiceContainer.startService(MBeanServiceContainer.ServiceType serviceType, String localName, MBeanService<S> service)
           
<S> void
MBeanServiceContainer.startService(ObjectName serviceName, MBeanService<S> service)
           
 

Uses of MBeanService in org.camunda.bpm.container.impl.jmx.services
 

Classes in org.camunda.bpm.container.impl.jmx.services that implement MBeanService
 class JmxManagedJobExecutor
           
 class JmxManagedProcessApplication
           
 class JmxManagedProcessEngine
          Represents a process engine managed by the MBeanServiceContainer
 class JmxManagedProcessEngineController
          Represents a managed process engine that is started / stopped inside the MBeanServiceContainer
 class JmxManagedThreadPool
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.