public class MBeanData extends Object implements Comparable
| Constructor and Description |
|---|
MBeanData()
Constructor
|
MBeanData(ObjectName objectName,
MBeanInfo metaData)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o)
Compares MBeanData based on the ObjectName domain name and canonical
key properties
|
boolean |
equals(Object o)
Equals
|
String |
getClassName()
Get the class name
|
MBeanInfo |
getMetaData()
Get the metadata
|
String |
getName()
Get the string repsentation of the object name
|
String |
getNameProperties()
Get the key propertues listing
|
ObjectName |
getObjectName()
Get the object name
|
int |
hashCode()
Hash code
|
void |
setMetaData(MBeanInfo metaData)
Set the metadata
|
void |
setObjectName(ObjectName objectName)
Set the object name
|
public MBeanData()
public MBeanData(ObjectName objectName, MBeanInfo metaData)
objectName - The object namemetaData - The metadata about the beanpublic ObjectName getObjectName()
public void setObjectName(ObjectName objectName)
objectName - The new valuepublic MBeanInfo getMetaData()
public void setMetaData(MBeanInfo metaData)
metaData - The new valuepublic String getName()
public String getNameProperties()
public String getClassName()
public int compareTo(Object o)
compareTo in interface Comparableo - the MBeanData to compare againstCopyright © 2021 JBoss by Red Hat. All rights reserved.