ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
mx.messaging.management 

MBeanFeatureInfo  - AS3 BlazeDS LCDS

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

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

Client representation of metadata for a MBean feature.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  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
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
  
Returns a string representation of the feature info.
MBeanFeatureInfo
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

description

property
public var description:String

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

The description of the MBean feature.

name

property 
public var name:String

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 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, Adobe Digital Enterprise Platform Data Services for Java EE 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, Adobe Digital Enterprise Platform Data Services for Java EE 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.