flex.management.jmx
Class MBeanAttributeInfo

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

public class MBeanAttributeInfo
extends Object

Remotable MBeanAttributeInfo class that complies with Flash serialization requirements. The isIs property is not named is because is is an ActionScript keyword.


Field Summary
 String description
          The description of the attribute.
 boolean isIs
          Whether the attribute has an "is" getter.
 String name
          The name of the attribute.
 boolean readable
          Whether the attribute can be read.
 String type
          The class name of the attribute.
 boolean writable
          Whether the attribute can be written.
 
Constructor Summary
MBeanAttributeInfo()
          Constructs an empty MBeanAttributeInfo instance.
MBeanAttributeInfo(javax.management.MBeanAttributeInfo mbeanAttributeInfo)
          Constructs a MBeanAttributeInfo instance based upon a javax.management.MBeanAttributeInfo instance.
 
Method Summary
 javax.management.MBeanAttributeInfo toMBeanAttributeInfo()
          Utility method to convert this MBeanAttributeInfo to a javax.management.MBeanAttributeInfo 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.


type

public String type
The class name of the attribute.


description

public String description
The description of the attribute.


readable

public boolean readable
Whether the attribute can be read.


writable

public boolean writable
Whether the attribute can be written.


isIs

public boolean isIs
Whether the attribute has an "is" getter.

Constructor Detail

MBeanAttributeInfo

public MBeanAttributeInfo()
Constructs an empty MBeanAttributeInfo instance.


MBeanAttributeInfo

public MBeanAttributeInfo(javax.management.MBeanAttributeInfo mbeanAttributeInfo)
Constructs a MBeanAttributeInfo instance based upon a javax.management.MBeanAttributeInfo instance.

Parameters:
mbeanAttributeInfo - The JMX MBeanAttributeInfo instance to base this instance on.
Method Detail

toMBeanAttributeInfo

public javax.management.MBeanAttributeInfo toMBeanAttributeInfo()
Utility method to convert this MBeanAttributeInfo to a javax.management.MBeanAttributeInfo instance.

Returns:
A JMX MBeanAttributeInfo based upon this instance.


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

Take a survey