Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
mx.messaging.management 
MBeanInfo 
Packagemx.messaging.management
Classpublic class MBeanInfo
InheritanceMBeanInfo Inheritance Object

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, LiveCycle Data Services 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
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  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
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined By
  
Creates a new instance of an empty MBeanInfo.
MBeanInfo
 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 MBean info.
MBeanInfo
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

attributes

property
public var attributes:Array

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

The attributes exposed by the MBean.

className

property 
public var className:String

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

The class name for the MBean.

constructors

property 
public var constructors:Array

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

The constructors exposed by the MBean.

description

property 
public var description:String

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

The description for the MBean.

operations

property 
public var operations:Array

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, LiveCycle Data Services 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, LiveCycle Data Services 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, LiveCycle Data Services 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.