|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An open MBean constructor info implements this interface as well as extending MBeanConstructorInfo.
OpenMBeanConstructorInfoSupport
is an example of such a class.
Method Summary | |
boolean |
equals(Object obj)
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. |
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. |
Method Detail |
public String getDescription()
public String getName()
public MBeanParameterInfo[] getSignature()
The parameters must be OpenMBeanParameterInfos.
public boolean equals(Object obj)
The object is not null
The object implements the open mbean constructor info interface
The constructor names are equal
The signatures are equal
obj
- the object to test
public int hashCode()
The sum of the hashCodes for the elements mentioned in the equals method
public String toString()
It is made up of implementation class and the values mentioned in the equals method
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |