|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OpenMBeanOperationInfo
An open MBean operation info implements this interface as well as extending MBeanOperationInfo.
OpenMBeanOperationInfoSupport
is an example of such a class.
Method Summary | |
---|---|
boolean |
equals(Object obj)
Compares an object for equality with the implementing class. |
String |
getDescription()
Retrieve a human readable description of the open MBean operation the implementation of this interface describes. |
int |
getImpact()
Retrieves the impact of the operation. MBeanOperationInfo.INFO MBeanOperationInfo.ACTION MBeanOperationInfo.ACTION_INFO |
String |
getName()
Retrieve the name of the operation described. |
OpenType |
getReturnOpenType()
Retrieves the open type return type of operation. |
String |
getReturnType()
Retrieves the return type of operation. |
MBeanParameterInfo[] |
getSignature()
Returns an array of the parameters passed to the operation |
int |
hashCode()
Generates a hashcode for the implementation. |
String |
toString()
A string representation of the open mbean operation info. |
Method Detail |
---|
String getDescription()
String getName()
MBeanParameterInfo[] getSignature()
The parameters must be OpenMBeanParameterInfos.
int getImpact()
MBeanOperationInfo.INFO
MBeanOperationInfo.ACTION
MBeanOperationInfo.ACTION_INFO
String getReturnType()
OpenType getReturnOpenType()
boolean equals(Object obj)
The object is not null
The object implements the open mbean operation info interface
The operation names are equal
The signatures are equal
The return types are equal
The impacts are equal
equals
in class Object
obj
- the object to test
int hashCode()
The sum of the hashCodes for the elements mentioned in the equals method
hashCode
in class Object
String toString()
It is made up of implementation class and the values mentioned in the equals method
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |