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

All Known Implementing Classes:
JmxRuntimeContainerDelegate.ServiceTypes
Enclosing class:
MBeanServiceContainer

public static interface MBeanServiceContainer.ServiceType

A ServiceType is a collection of services that share a common name prefix.


Method Summary
 ObjectName getServiceName(String localName)
          get the full ObjectName for the service
 ObjectName getTypeName()
          Returns a wildcard ObjectName name that allows to query the MBeanServer for all services of the type represented by this ServiceType.
 

Method Detail

getServiceName

ObjectName getServiceName(String localName)
get the full ObjectName for the service


getTypeName

ObjectName getTypeName()
Returns a wildcard ObjectName name that allows to query the MBeanServer for all services of the type represented by this ServiceType.



Copyright © 2014 camunda services GmbH. All Rights Reserved.