public class ManagerMBeanClient extends MBeanClient
Constructor and Description |
---|
ManagerMBeanClient() |
Modifier and Type | Method and Description |
---|---|
protected String[] |
getAttributeNames()
List of attribute names that should be read from the MBeans
|
String |
getCorrelationKey(ObjectName objectName)
generate a correlation key to correlate these data with the other MBean data
|
protected String |
getObjectNameQuery()
Get the ObjectName query which may contains wildcards which will be used to query all the MBeans
That matches to that query.
|
protected AttributeList |
getPropertiesFromKey(ObjectName objectName)
get the Attributes from the ObjectName of the MBean
|
readPossibleAttributeValues
protected String getObjectNameQuery()
MBeanClient
getObjectNameQuery
in class MBeanClient
protected String[] getAttributeNames()
MBeanClient
getAttributeNames
in class MBeanClient
protected AttributeList getPropertiesFromKey(ObjectName objectName)
MBeanClient
getPropertiesFromKey
in class MBeanClient
objectName
- The ObjectName of the MBeanpublic String getCorrelationKey(ObjectName objectName)
MBeanClient
getCorrelationKey
in class MBeanClient
Copyright © 2019 WSO2. All rights reserved.