| Package | mx.messaging.management |
| Class | public class MBeanInfo |
| Inheritance | MBeanInfo Object |
| Property | Defined By | ||
|---|---|---|---|
| attributes : Array
The attributes exposed by the MBean. | MBeanInfo | ||
| className : String
The class name for the MBean. | MBeanInfo | ||
![]() | constructor : 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 | ||
![]() | prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | |
| Method | Defined By | ||
|---|---|---|---|
Creates a new instance of an empty MBeanInfo. | MBeanInfo | ||
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
Returns a string representation of the MBean info. | MBeanInfo | ||
![]() |
Returns the primitive value of the specified object. | Object | |
| attributes | property |
public var attributes:ArrayThe attributes exposed by the MBean.
| className | property |
public var className:StringThe class name for the MBean.
| constructors | property |
public var constructors:ArrayThe constructors exposed by the MBean.
| description | property |
public var description:StringThe description for the MBean.
| operations | property |
public var operations:ArrayThe operations provided by the MBean.
| MBeanInfo | () | Constructor |
public function MBeanInfo()Creates a new instance of an empty MBeanInfo.
| toString | () | method |
public function toString():StringReturns a string representation of the MBean info.
ReturnsString — String representation of the MBean info.
|