| java.lang.Object javax.management.MBeanFeatureInfo javax.management.MBeanOperationInfo
All known Subclasses: javax.management.modelmbean.ModelMBeanOperationInfo, javax.management.openmbean.OpenMBeanOperationInfoSupport,
Field Summary | |
final public static int | ACTION This impact means the operation is write-like. | final public static int | ACTION_INFO This impact means the operation is both read-like and write-like. | final public static int | INFO This impact means the operation is read-like. | final public static int | UNKNOWN This impact means the operation impact is unknown. |
ACTION | final public static int ACTION(Code) | | This impact means the operation is write-like.
|
ACTION_INFO | final public static int ACTION_INFO(Code) | | This impact means the operation is both read-like and write-like.
|
INFO | final public static int INFO(Code) | | This impact means the operation is read-like.
|
UNKNOWN | final public static int UNKNOWN(Code) | | This impact means the operation impact is unknown.
|
MBeanOperationInfo | public MBeanOperationInfo(String description, Method method)(Code) | | Creates a new MBeanOperationInfo.
Parameters: description - The operation description Parameters: method - The method |
MBeanOperationInfo | public MBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact)(Code) | | Creates a new MBeanOperationInfo
Parameters: name - The operation name Parameters: description - The operation description Parameters: signature - The operation signature Parameters: type - The operation return type Parameters: impact - The operation impact |
getImpact | public int getImpact()(Code) | | Returns the impact of the operation
|
getReturnType | public String getReturnType()(Code) | | Returns the return type of the operation
|
hashCode | public int hashCode()(Code) | | |
|
|