|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | 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()
OpenMBeanOperationInfo
public MBeanParameterInfo[] getSignature()
MBeanParameterInfo
for the operation
public int getImpact()
OpenMBeanOperationInfo
.
The return constant is one of the ff:
public java.lang.String getReturnType()
public OpenType getReturnOpenType()
OpenMBeanOperationInfo
public 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.Object
obj
- The object being compared to
public int hashCode()
OpenMBeanOperationInfo
hashCode
in class java.lang.Object
public java.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 |