flex.management.jmx
Class Attribute

java.lang.Object
  extended by flex.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(Attribute attribute)
          Constructs an Attribute instance based upon a javax.management.Attribute instance.
 
Method Summary
 Attribute toAttribute()
          Utility method to convert this Attribute instance to a javax.management.Attribute instance.
 
Methods inherited from class java.lang.Object
equals, 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(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 Attribute toAttribute()
Utility method to convert this Attribute instance to a javax.management.Attribute instance.

Returns:
A JMX Attribute based upon this instance.


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/Attribute.html