flex.management.jmx
Class ObjectInstance

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

public class ObjectInstance
extends Object

Remotable ObjectInstance representation that complies with Flash serialization requirements.


Field Summary
 String className
          The class name part of the ObjectInstance.
 ObjectName objectName
          The object name part of the ObjectInstance.
 
Constructor Summary
ObjectInstance()
          Constructs an empty ObjectInstance instance.
ObjectInstance(ObjectInstance objectInstance)
          Constructs a ObjectInstance instance based upon a javax.management.ObjectInstance instance.
 
Method Summary
 ObjectInstance toObjectInstance()
          Utility method to convert this ObjectInstance to a javax.management.ObjectInstance instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectName

public ObjectName objectName
The object name part of the ObjectInstance.


className

public String className
The class name part of the ObjectInstance.

Constructor Detail

ObjectInstance

public ObjectInstance()
Constructs an empty ObjectInstance instance.


ObjectInstance

public ObjectInstance(ObjectInstance objectInstance)
Constructs a ObjectInstance instance based upon a javax.management.ObjectInstance instance.

Parameters:
objectInstance - The JMX ObjectInstance instance to base this instance on.
Method Detail

toObjectInstance

public ObjectInstance toObjectInstance()
                                throws MalformedObjectNameException
Utility method to convert this ObjectInstance to a javax.management.ObjectInstance instance.

Returns:
A JMX ObjectInstance 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/ObjectInstance.html