Uses of Interface
org.camunda.bpm.container.impl.jmx.kernel.MBeanServiceContainer.ServiceType

Packages that use MBeanServiceContainer.ServiceType
org.camunda.bpm.container.impl.jmx   
org.camunda.bpm.container.impl.jmx.kernel   
 

Uses of MBeanServiceContainer.ServiceType in org.camunda.bpm.container.impl.jmx
 

Classes in org.camunda.bpm.container.impl.jmx that implement MBeanServiceContainer.ServiceType
static class JmxRuntimeContainerDelegate.ServiceTypes
          The service types managed by this container.
 

Uses of MBeanServiceContainer.ServiceType in org.camunda.bpm.container.impl.jmx.kernel
 

Methods in org.camunda.bpm.container.impl.jmx.kernel with parameters of type MBeanServiceContainer.ServiceType
<S> S
MBeanServiceContainer.getService(MBeanServiceContainer.ServiceType type, String localName)
          get a specific service by name or null if no such Service exists.
 Set<ObjectName> MBeanServiceContainer.getServiceNames(MBeanServiceContainer.ServiceType type)
           
<S> List<MBeanService<S>>
MBeanServiceContainer.getServicesByType(MBeanServiceContainer.ServiceType type)
           
<S> S
MBeanServiceContainer.getServiceValue(MBeanServiceContainer.ServiceType type, String localName)
          get the service value for a specific service by name or null if no such Service exists.
<S> List<S>
MBeanServiceContainer.getServiceValuesByType(MBeanServiceContainer.ServiceType type)
           
<S> void
MBeanServiceContainer.startService(MBeanServiceContainer.ServiceType serviceType, String localName, MBeanService<S> service)
           
 void MBeanServiceContainer.stopService(MBeanServiceContainer.ServiceType serviceType, String localName)
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.