flex.management.jmx
Class MBeanInfo

java.lang.Object
  extended by flex.management.jmx.MBeanInfo

public class MBeanInfo
extends Object

Remotable MBeanInfo class that complies with Flash serialization requirements. MBean Notifications are not currently supported.


Field Summary
 MBeanAttributeInfo[] attributes
          The attributes exposed for management.
 String className
          The Java class name for the MBean object.
 MBeanConstructorInfo[] constructors
          The public constructors for the MBean.
 String description
          The description of the MBean.
 MBeanOperationInfo[] operations
          The operations exposed by the MBean.
 
Constructor Summary
MBeanInfo()
          Constructs an empty MBeanInfo instance.
MBeanInfo(javax.management.MBeanInfo mbeanInfo)
          Constructs a MBeanInfo instance based upon a javax.management.MBeanInfo instance.
 
Method Summary
 javax.management.MBeanInfo toMBeanInfo()
          Utility method to convert this MBeanInfo to a javax.management.MBeanInfo instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

public String className
The Java class name for the MBean object.


description

public String description
The description of the MBean.


attributes

public MBeanAttributeInfo[] attributes
The attributes exposed for management.


constructors

public MBeanConstructorInfo[] constructors
The public constructors for the MBean.


operations

public MBeanOperationInfo[] operations
The operations exposed by the MBean.

Constructor Detail

MBeanInfo

public MBeanInfo()
Constructs an empty MBeanInfo instance.


MBeanInfo

public MBeanInfo(javax.management.MBeanInfo mbeanInfo)
Constructs a MBeanInfo instance based upon a javax.management.MBeanInfo instance.

Parameters:
mbeanInfo - The JMX MBeanInfo instance to base this instance on.
Method Detail

toMBeanInfo

public javax.management.MBeanInfo toMBeanInfo()
Utility method to convert this MBeanInfo to a javax.management.MBeanInfo instance.

Returns:
A JMX MBeanInfo based upon this instance.


Copyright © 2007 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/lcdsjavadoc/flex/management/jmx/MBeanInfo.html