|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Describes operation of an OpenMBean
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Test the specified object for equality. |
java.lang.String |
getDescription()
Returs a human readable description about this operation. |
int |
getImpact()
Returns a constant which qualifies the impact of the operation being described by the OpenMBeanOperationInfo.
|
java.lang.String |
getName()
Returns the name of the operation being described by this OpenMBeanOperationInfo |
OpenType |
getReturnOpenType()
Return the OpenType of the values returned by this OpenMBeanOperationInfo |
java.lang.String |
getReturnType()
Return the fully qualified class name of the values being returned by this operation. |
MBeanParameterInfo[] |
getSignature()
Returns an array of MBeanParameterInfo for the operation |
int |
hashCode()
Returns the hashcode of this OpenMBeanOperationInfo |
java.lang.String |
toString()
Return a String representation |
| Method Detail |
public java.lang.String getDescription()
public java.lang.String getName()
OpenMBeanOperationInfopublic MBeanParameterInfo[] getSignature()
MBeanParameterInfo for the operationMBeanParameterInfo - An array of Parameterinfopublic int getImpact()
OpenMBeanOperationInfo.
The return constant is one of the ff:
public java.lang.String getReturnType()
public OpenType getReturnOpenType()
OpenMBeanOperationInfopublic boolean equals(java.lang.Object obj)
This method will return true if and only if the following conditions are true:
equals in class java.lang.Objectobj - The object being compared topublic int hashCode()
OpenMBeanOperationInfohashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||