|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectflex.management.jmx.MBeanConstructorInfo
Remotable MBeanConstructorInfo class that complies with Flash serialization requirements.
| Field Summary | |
String |
description
The description of the constructor. |
String |
name
The name of the constructor. |
MBeanParameterInfo[] |
signature
The constructor's parameter signature. |
| Constructor Summary | |
MBeanConstructorInfo()
Constructs an empty MBeanConstructorInfo instance. |
|
MBeanConstructorInfo(javax.management.MBeanConstructorInfo mbeanConstructorInfo)
Constructs a MBeanConstructorInfo instance based upon a
javax.management.MBeanConstructorInfo instance. |
|
| Method Summary | |
javax.management.MBeanConstructorInfo |
toMBeanConstructorInfo()
Utility method to convert this MBeanConstructorInfo instance to a
javax.management.MBeanConstructorInfo instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public String name
public String description
public MBeanParameterInfo[] signature
| Constructor Detail |
public MBeanConstructorInfo()
MBeanConstructorInfo instance.
public MBeanConstructorInfo(javax.management.MBeanConstructorInfo mbeanConstructorInfo)
MBeanConstructorInfo instance based upon a
javax.management.MBeanConstructorInfo instance.
mbeanConstructorInfo - The javax.management.MBeanConstructorInfo to base this instance on.| Method Detail |
public javax.management.MBeanConstructorInfo toMBeanConstructorInfo()
MBeanConstructorInfo instance to a
javax.management.MBeanConstructorInfo instance.
MBeanConstructorInfo based upon this instance.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||