|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttest.compliance.openmbean.OpenMBeanInfoSupportTestCase.MyOpenMBeanConstructorInfoSupport
Constructor Summary | |
OpenMBeanInfoSupportTestCase.MyOpenMBeanConstructorInfoSupport()
|
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 constructor the implementation of this interface describes. |
java.lang.String |
getName()
Retrieve the name of the constructor described. |
MBeanParameterInfo (src) [] |
getSignature()
Returns an array of the parameters passed to the constructor |
int |
hashCode()
Generates a hashcode for the implementation. |
java.lang.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(java.lang.Object o)
OpenMBeanConstructorInfo (src)
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 OpenMBeanConstructorInfo (src)
public java.lang.String getDescription()
OpenMBeanConstructorInfo (src)
getDescription
in interface OpenMBeanConstructorInfo (src)
public java.lang.String getName()
OpenMBeanConstructorInfo (src)
getName
in interface OpenMBeanConstructorInfo (src)
public MBeanParameterInfo (src) [] getSignature()
OpenMBeanConstructorInfo (src)
The parameters must be OpenMBeanParameterInfos.
getSignature
in interface OpenMBeanConstructorInfo (src)
public int hashCode()
OpenMBeanConstructorInfo (src)
The sum of the hashCodes for the elements mentioned in the equals method
hashCode
in interface OpenMBeanConstructorInfo (src)
public java.lang.String toString()
OpenMBeanConstructorInfo (src)
It is made up of implementation class and the values mentioned in the equals method
toString
in interface OpenMBeanConstructorInfo (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |