flex.management.jmx
Class Attribute

java.lang.Object
  extended byflex.management.jmx.Attribute

public class Attribute
extends Object

Remotable Attribute class that complies with Flash serialization requirements.


Field Summary
 String name
          The name of the attribute.
 Object value
          The value of the attribute.
 
Constructor Summary
Attribute()
          Constructs an empty Attribute instance.
Attribute(javax.management.Attribute attribute)
          Constructs an Attribute instance based upon a javax.management.Attribute instance.
 
Method Summary
 javax.management.Attribute toAttribute()
          Utility method to convert this Attribute instance to a javax.management.Attribute instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name
The name of the attribute.


value

public Object value
The value of the attribute.

Constructor Detail

Attribute

public Attribute()
Constructs an empty Attribute instance.


Attribute

public Attribute(javax.management.Attribute attribute)
Constructs an Attribute instance based upon a javax.management.Attribute instance.

Parameters:
attribute - The JMX Attribute to base this instance on.
Method Detail

toAttribute

public javax.management.Attribute toAttribute()
Utility method to convert this Attribute instance to a javax.management.Attribute instance.

Returns:
A JMX Attribute based upon this instance.


Copyright © 2006 Adobe Systems Inc. All Rights Reserved. (Updated August 2, 2006)