| Constructor and Description |
|---|
JmxObject(java.lang.String pObjectName,
java.lang.String safeName)
Creates this JmxObject.
|
| Modifier and Type | Method and Description |
|---|---|
javax.management.ObjectName |
getObjectName()
Gets the field objectName.
|
java.lang.String |
getObjectNameString()
Gets the field objectNameString.
|
java.lang.String |
toString()
String representation of this JmxObject.
|
public JmxObject(java.lang.String pObjectName,
java.lang.String safeName)
throws javax.management.MalformedObjectNameException
pObjectName - The object name.safeName - The safeName for the metric.javax.management.MalformedObjectNameException - Thrown if a problem with the object name.public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getObjectNameString()
public javax.management.ObjectName getObjectName()