|
|||||||||||
| 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.MyOpenMBeanConstructorInfoSupport
| Constructor Summary | |
OpenMBeanInfoSupportTestCase.MyOpenMBeanConstructorInfoSupport()
|
|
| 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 constructor the implementation of this interface describes. |
String |
getName()
Retrieve the name of the constructor described. |
javax.management.MBeanParameterInfo[] |
getSignature()
Returns an array of the parameters passed to the constructor |
int |
hashCode()
Generates a hashcode for the implementation. |
String |
toString()
A string representation of the open mbean constructor info. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public OpenMBeanInfoSupportTestCase.MyOpenMBeanConstructorInfoSupport()
| Method Detail |
public boolean equals(Object o)
javax.management.openmbean.OpenMBeanConstructorInfo
The object is not null
The object implements the open mbean constructor info interface
The constructor names are equal
The signatures are equal
equals in interface javax.management.openmbean.OpenMBeanConstructorInfopublic String getDescription()
javax.management.openmbean.OpenMBeanConstructorInfo
getDescription in interface javax.management.openmbean.OpenMBeanConstructorInfopublic String getName()
javax.management.openmbean.OpenMBeanConstructorInfo
getName in interface javax.management.openmbean.OpenMBeanConstructorInfopublic javax.management.MBeanParameterInfo[] getSignature()
javax.management.openmbean.OpenMBeanConstructorInfoThe parameters must be OpenMBeanParameterInfos.
getSignature in interface javax.management.openmbean.OpenMBeanConstructorInfopublic int hashCode()
javax.management.openmbean.OpenMBeanConstructorInfoThe sum of the hashCodes for the elements mentioned in the equals method
hashCode in interface javax.management.openmbean.OpenMBeanConstructorInfopublic String toString()
javax.management.openmbean.OpenMBeanConstructorInfoIt is made up of implementation class and the values mentioned in the equals method
toString in interface javax.management.openmbean.OpenMBeanConstructorInfo
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||