|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OpenMBeanOperationInfo
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 |
|---|
java.lang.String getDescription()
java.lang.String getName()
OpenMBeanOperationInfo
MBeanParameterInfo[] getSignature()
MBeanParameterInfo for the operation
MBeanParameterInfo - An array of Parameterinfoint getImpact()
OpenMBeanOperationInfo.
The return constant is one of the ff:
java.lang.String getReturnType()
OpenType getReturnOpenType()
OpenMBeanOperationInfo
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 to
int hashCode()
OpenMBeanOperationInfo
hashCode in class java.lang.Objectjava.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||