|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttest.compliance.openmbean.OpenMBeanInfoSupportTestCase.MyOpenMBeanOperationInfoSupport
| Constructor Summary | |
OpenMBeanInfoSupportTestCase.MyOpenMBeanOperationInfoSupport()
|
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Compares an object for equality with the implementing class. |
java.lang.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.INFOMBeanOperationInfo.ACTIONMBeanOperationInfo.ACTION_INFO |
java.lang.String |
getName()
Retrieve the name of the operation described. |
OpenType (src) |
getReturnOpenType()
Retrieves the open type return type of operation. |
java.lang.String |
getReturnType()
Retrieves the return type of operation. |
MBeanParameterInfo (src) [] |
getSignature()
Returns an array of the parameters passed to the operation |
int |
hashCode()
Generates a hashcode for the implementation. |
java.lang.String |
toString()
A string representation of the open mbean operation info. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public OpenMBeanInfoSupportTestCase.MyOpenMBeanOperationInfoSupport()
| Method Detail |
public boolean equals(java.lang.Object o)
OpenMBeanOperationInfo (src)
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 interface OpenMBeanOperationInfo (src) public java.lang.String getDescription()
OpenMBeanOperationInfo (src)
getDescription in interface OpenMBeanOperationInfo (src) public int getImpact()
OpenMBeanOperationInfo (src) MBeanOperationInfo.INFOMBeanOperationInfo.ACTIONMBeanOperationInfo.ACTION_INFO
getImpact in interface OpenMBeanOperationInfo (src) public java.lang.String getName()
OpenMBeanOperationInfo (src)
getName in interface OpenMBeanOperationInfo (src) public OpenType (src) getReturnOpenType()
OpenMBeanOperationInfo (src)
getReturnOpenType in interface OpenMBeanOperationInfo (src) public java.lang.String getReturnType()
OpenMBeanOperationInfo (src)
getReturnType in interface OpenMBeanOperationInfo (src) public MBeanParameterInfo (src) [] getSignature()
OpenMBeanOperationInfo (src) The parameters must be OpenMBeanParameterInfos.
getSignature in interface OpenMBeanOperationInfo (src) public int hashCode()
OpenMBeanOperationInfo (src) The sum of the hashCodes for the elements mentioned in the equals method
hashCode in interface OpenMBeanOperationInfo (src) public java.lang.String toString()
OpenMBeanOperationInfo (src) It is made up of implementation class and the values mentioned in the equals method
toString in interface OpenMBeanOperationInfo (src)
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||