|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectflex.management.jmx.MBeanOperationInfo
Remotable MBeanOperationInfo class that complies with Flash serialization requirements.
| Field Summary | |
String |
description
The operation description. |
int |
impact
The impact of the operation; one of INFO, ACTION, ACTION_INFO, UNKNOWN. |
String |
name
The operation name. |
String |
returnType
The operation's return type. |
MBeanParameterInfo[] |
signature
The operation's argument signature. |
| Constructor Summary | |
MBeanOperationInfo()
Constructs an empty MBeanOperationInfo instance. |
|
MBeanOperationInfo(javax.management.MBeanOperationInfo mbeanOperationInfo)
Constructs a MBeanOperationInfo instance based upon a
javax.management.MBeanOperationInfo instance. |
|
| Method Summary | |
javax.management.MBeanOperationInfo |
toMBeanOperationInfo()
Utility method to convert this MBeanOperationInfo to a
javax.management.MBeanOperationInfo 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
public String returnType
public int impact
INFO, ACTION, ACTION_INFO, UNKNOWN.
| Constructor Detail |
public MBeanOperationInfo()
MBeanOperationInfo instance.
public MBeanOperationInfo(javax.management.MBeanOperationInfo mbeanOperationInfo)
MBeanOperationInfo instance based upon a
javax.management.MBeanOperationInfo instance.
mbeanOperationInfo - The JMX MBeanOperationInfo instance to base this instance on.| Method Detail |
public javax.management.MBeanOperationInfo toMBeanOperationInfo()
MBeanOperationInfo to a
javax.management.MBeanOperationInfo instance.
MBeanOperationInfo based upon this instance.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||