Packagemx.messaging.management
Classpublic class MBeanAttributeInfo
InheritanceMBeanAttributeInfo Inheritance MBeanFeatureInfo Inheritance Object

Language Version : ActionScript 3.0
Product Versions : BlazeDS 4, LCDS 3
Runtime Versions : Flash Player 9, AIR 1.1

Client representation of metadata for a MBean attribute.



Public Properties
 PropertyDefined By
 Inheriteddescription : String
The description of the MBean feature.
MBeanFeatureInfo
  isIs : Boolean
Indicates if the server-side getter for the attribute has an 'is' prefix.
MBeanAttributeInfo
 Inheritedname : String
The name of the MBean feature.
MBeanFeatureInfo
  readable : Boolean
Indicates if the attribute is readable.
MBeanAttributeInfo
  type : String
The data type of the attribute.
MBeanAttributeInfo
  writable : Boolean
Indicates if the attribute is writable.
MBeanAttributeInfo
Public Methods
 MethodDefined By
  
Creates a new instance of an empty MBeanAttributeInfo.
MBeanAttributeInfo
 Inherited
toString():String
Returns a string representation of the feature info.
MBeanFeatureInfo
Property Detail
isIsproperty
public var isIs:Boolean

Language Version : ActionScript 3.0
Product Versions : BlazeDS 4, LCDS 3
Runtime Versions : Flash Player 9, AIR 1.1

Indicates if the server-side getter for the attribute has an 'is' prefix.

readableproperty 
public var readable:Boolean

Language Version : ActionScript 3.0
Product Versions : BlazeDS 4, LCDS 3
Runtime Versions : Flash Player 9, AIR 1.1

Indicates if the attribute is readable.

typeproperty 
public var type:String

Language Version : ActionScript 3.0
Product Versions : BlazeDS 4, LCDS 3
Runtime Versions : Flash Player 9, AIR 1.1

The data type of the attribute.

writableproperty 
public var writable:Boolean

Language Version : ActionScript 3.0
Product Versions : BlazeDS 4, LCDS 3
Runtime Versions : Flash Player 9, AIR 1.1

Indicates if the attribute is writable.

Constructor Detail
MBeanAttributeInfo()Constructor
public function MBeanAttributeInfo()

Language Version : ActionScript 3.0
Product Versions : BlazeDS 4, LCDS 3
Runtime Versions : Flash Player 9, AIR 1.1

Creates a new instance of an empty MBeanAttributeInfo.