Packagemx.messaging.management
Classpublic class MBeanInfo
InheritanceMBeanInfo 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.



Public Properties
 PropertyDefined By
  attributes : Array
The attributes exposed by the MBean.
MBeanInfo
  className : String
The class name for the MBean.
MBeanInfo
  constructors : Array
The constructors exposed by the MBean.
MBeanInfo
  description : String
The description for the MBean.
MBeanInfo
  operations : Array
The operations provided by the MBean.
MBeanInfo
Public Methods
 MethodDefined By
  
Creates a new instance of an empty MBeanInfo.
MBeanInfo
  
toString():String
Returns a string representation of the MBean info.
MBeanInfo
Property Detail
attributesproperty
public var attributes:Array

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

The attributes exposed by the MBean.

classNameproperty 
public var className:String

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

The class name for the MBean.

constructorsproperty 
public var constructors:Array

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

The constructors exposed by the MBean.

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 for the MBean.

operationsproperty 
public var operations:Array

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

The operations provided by the MBean.

Constructor Detail
MBeanInfo()Constructor
public function MBeanInfo()

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

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 MBean info.

Returns
String — String representation of the MBean info.