|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectflex.management.jmx.MBeanInfo
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public String className
public String description
public MBeanAttributeInfo[] attributes
public MBeanConstructorInfo[] constructors
public MBeanOperationInfo[] operations
| Constructor Detail |
public MBeanInfo()
MBeanInfo instance.
public MBeanInfo(javax.management.MBeanInfo mbeanInfo)
MBeanInfo instance based upon a
javax.management.MBeanInfo instance.
mbeanInfo - The JMX MBeanInfo instance to base this instance on.| Method Detail |
public javax.management.MBeanInfo toMBeanInfo()
MBeanInfo to a
javax.management.MBeanInfo instance.
MBeanInfo based upon this instance.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||