flex.management.jmx
Class ObjectName

java.lang.Object
  extended by flex.management.jmx.ObjectName

public class ObjectName
extends Object

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(ObjectName objectName)
          Constructs a ObjectName instance based upon a javax.management.ObjectName instance.
 
Method Summary
 ObjectName toObjectName()
          Utility method to convert this ObjectName to a javax.management.ObjectName instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

canonicalKeyPropertyListString

public String canonicalKeyPropertyListString
String representation of the list of key properties sorted in lexical order.


canonicalName

public String canonicalName
Canonical form of the name with properties sorted in lexical order.


domain

public String domain
The domain part of the object name.


keyPropertyList

public Hashtable keyPropertyList
A Hashtable containing key-property pairs.


keyPropertyListString

public String keyPropertyListString
String representation of the key properties.


pattern

public boolean pattern
Indicates whether the object name is a pattern.


propertyPattern

public boolean propertyPattern
Indicates whether the object name is a pattern on key properties.

Constructor Detail

ObjectName

public ObjectName()
Constructs an empty ObjectName instance.


ObjectName

public ObjectName(ObjectName objectName)
Constructs a ObjectName instance based upon a javax.management.ObjectName instance.

Parameters:
objectName - The JMX ObjectName instance to base this instance on.
Method Detail

toObjectName

public ObjectName toObjectName()
                        throws MalformedObjectNameException
Utility method to convert this ObjectName to a javax.management.ObjectName instance.

Returns:
A JMX ObjectName based upon this instance.
Throws:
MalformedObjectNameException


Copyright © 2008 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/management/jmx/ObjectName.html