Package | mx.messaging.management |
Class | public class MBeanConstructorInfo |
Inheritance | MBeanConstructorInfo MBeanFeatureInfo Object |
Language Version : | ActionScript 3.0 |
Product Versions : | BlazeDS 4, LCDS 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Property | Defined By | ||
---|---|---|---|
description : String
The description of the MBean feature. | MBeanFeatureInfo | ||
name : String
The name of the MBean feature. | MBeanFeatureInfo | ||
signature : Array
The parameter data types that make up the constructor signature. | MBeanConstructorInfo |
Method | Defined By | ||
---|---|---|---|
Creates a new instance of an empty MBeanConstructorInfo. | MBeanConstructorInfo | ||
toString():String
Returns a string representation of the feature info. | MBeanFeatureInfo |
signature | property |
public var signature:Array
Language Version : | ActionScript 3.0 |
Product Versions : | BlazeDS 4, LCDS 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The parameter data types that make up the constructor signature.
MBeanConstructorInfo | () | Constructor |
public function MBeanConstructorInfo()
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 MBeanConstructorInfo.