|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectflex.management.jmx.ObjectName
Remotable ObjectName representation that complies with Flash serialization requirements. This class is JMX 1.1 compliant.
| Field Summary | |
String |
canonicalKeyPropertyListString
String representation of the list of key properties sorted in lexical order. |
String |
canonicalName
Canonical form of the name with properties sorted in lexical order. |
String |
domain
The domain part of the object name. |
Hashtable |
keyPropertyList
A Hashtable containing key-property pairs. |
String |
keyPropertyListString
String representation of the key properties. |
boolean |
pattern
Indicates whether the object name is a pattern. |
boolean |
propertyPattern
Indicates whether the object name is a pattern on key properties. |
| Constructor Summary | |
ObjectName()
Constructs an empty ObjectName instance. |
|
ObjectName(javax.management.ObjectName objectName)
Constructs a ObjectName instance based upon a
javax.management.ObjectName instance. |
|
| Method Summary | |
javax.management.ObjectName |
toObjectName()
Utility method to convert this ObjectName to a
javax.management.ObjectName instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public String canonicalKeyPropertyListString
public String canonicalName
public String domain
public Hashtable keyPropertyList
public String keyPropertyListString
public boolean pattern
public boolean propertyPattern
| Constructor Detail |
public ObjectName()
ObjectName instance.
public ObjectName(javax.management.ObjectName objectName)
ObjectName instance based upon a
javax.management.ObjectName instance.
objectName - The JMX ObjectName instance to base this instance on.| Method Detail |
public javax.management.ObjectName toObjectName()
throws javax.management.MalformedObjectNameException
ObjectName to a
javax.management.ObjectName instance.
ObjectName based upon this instance.
javax.management.MalformedObjectNameException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||