|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.test.jmx.compliance.openmbean.OpenMBeanInfoSupportTestCase.MyOpenMBeanOperationInfoSupport
| Constructor Summary | |
OpenMBeanInfoSupportTestCase.MyOpenMBeanOperationInfoSupport()
|
|
| Method Summary | |
boolean |
equals(Object o)
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.INFOMBeanOperationInfo.ACTIONMBeanOperationInfo.ACTION_INFO |
String |
getName()
Retrieve the name of the operation described. |
javax.management.openmbean.OpenType |
getReturnOpenType()
Retrieves the open type return type of operation. |
String |
getReturnType()
Retrieves the return type of operation. |
javax.management.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. |
| 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(Object o)
javax.management.openmbean.OpenMBeanOperationInfo
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 javax.management.openmbean.OpenMBeanOperationInfopublic String getDescription()
javax.management.openmbean.OpenMBeanOperationInfo
getDescription in interface javax.management.openmbean.OpenMBeanOperationInfopublic int getImpact()
javax.management.openmbean.OpenMBeanOperationInfoMBeanOperationInfo.INFOMBeanOperationInfo.ACTIONMBeanOperationInfo.ACTION_INFO
getImpact in interface javax.management.openmbean.OpenMBeanOperationInfopublic String getName()
javax.management.openmbean.OpenMBeanOperationInfo
getName in interface javax.management.openmbean.OpenMBeanOperationInfopublic javax.management.openmbean.OpenType getReturnOpenType()
javax.management.openmbean.OpenMBeanOperationInfo
getReturnOpenType in interface javax.management.openmbean.OpenMBeanOperationInfopublic String getReturnType()
javax.management.openmbean.OpenMBeanOperationInfo
getReturnType in interface javax.management.openmbean.OpenMBeanOperationInfopublic javax.management.MBeanParameterInfo[] getSignature()
javax.management.openmbean.OpenMBeanOperationInfoThe parameters must be OpenMBeanParameterInfos.
getSignature in interface javax.management.openmbean.OpenMBeanOperationInfopublic int hashCode()
javax.management.openmbean.OpenMBeanOperationInfoThe sum of the hashCodes for the elements mentioned in the equals method
hashCode in interface javax.management.openmbean.OpenMBeanOperationInfopublic String toString()
javax.management.openmbean.OpenMBeanOperationInfoIt is made up of implementation class and the values mentioned in the equals method
toString in interface javax.management.openmbean.OpenMBeanOperationInfo
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||