Packagemx.messaging.management
Classpublic class MBeanFeatureInfo
InheritanceMBeanFeatureInfo Inheritance Object
Subclasses MBeanAttributeInfo, MBeanConstructorInfo, MBeanOperationInfo, MBeanParameterInfo

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 feature.



Public Properties
 PropertyDefined By
  description : String
The description of the MBean feature.
MBeanFeatureInfo
  name : String
The name of the MBean feature.
MBeanFeatureInfo
Public Methods
 MethodDefined By
  
Creates a new instance of an empty MBeanFeatureInfo.
MBeanFeatureInfo
  
toString():String
Returns a string representation of the feature info.
MBeanFeatureInfo
Property Detail
descriptionproperty
public var description:String

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

The description of the MBean feature.

nameproperty 
public var name:String

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

The name of the MBean feature.

Constructor Detail
MBeanFeatureInfo()Constructor
public function MBeanFeatureInfo()

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 MBeanFeatureInfo.

Method Detail
toString()method
public function toString():String

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

Returns a string representation of the feature info.

Returns
String — String representation of the feature info.