public class MBeanUtils
extends java.lang.Object
| Constructor and Description |
|---|
MBeanUtils() |
| Modifier and Type | Method and Description |
|---|---|
static javax.management.ObjectName |
configObjectName(java.lang.String configServiceName, java.lang.String session)
Helper method that returns the ObjectName for the ConfigMBean associated with the given session
|
static javax.management.ObjectName |
sessionObjectName(java.lang.String configServiceName)
Helper method that returns the ObjectName for the SessionMBean
|
public static javax.management.ObjectName sessionObjectName(java.lang.String configServiceName)
configServiceName - the name fo the target config servicepublic static javax.management.ObjectName configObjectName(java.lang.String configServiceName,
java.lang.String session)
configServiceName - the name fo the target config service