Packagemx.messaging.management
Classpublic class MBeanParameterInfo
InheritanceMBeanParameterInfo 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 operation parameter.



Public Properties
 PropertyDefined By
 Inheriteddescription : String
The description of the MBean feature.
MBeanFeatureInfo
 Inheritedname : String
The name of the MBean feature.
MBeanFeatureInfo
  type : String
The data type of the operation parameter.
MBeanParameterInfo
Public Methods
 MethodDefined By
  
Creates a new instance of an empty MBeanParameterInfo.
MBeanParameterInfo
 Inherited
toString():String
Returns a string representation of the feature info.
MBeanFeatureInfo
Property Detail
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 operation parameter.

Constructor Detail
MBeanParameterInfo()Constructor
public function MBeanParameterInfo()

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