|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.management.MBeanFeatureInfo javax.management.MBeanConstructorInfo javax.management.openmbean.OpenMBeanConstructorInfoSupport
OpenMBeanConstructorInfo implementation
Field Summary |
Fields inherited from class javax.management.MBeanFeatureInfo |
description, name |
Constructor Summary | |
OpenMBeanConstructorInfoSupport(String name,
String description,
OpenMBeanParameterInfo[] signature)
Contruct an OpenMBeanConstructorInfoSupport |
Method Summary | |
boolean |
equals(Object obj)
Compares an object for equality with the implementing class. |
int |
hashCode()
Generates a hashcode for the implementation. |
String |
toString()
A string representation of the open mbean constructor info. |
Methods inherited from class javax.management.MBeanConstructorInfo |
clone, getSignature |
Methods inherited from class javax.management.MBeanFeatureInfo |
getDescription, getName |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.management.openmbean.OpenMBeanConstructorInfo |
getDescription, getName, getSignature |
Constructor Detail |
public OpenMBeanConstructorInfoSupport(String name, String description, OpenMBeanParameterInfo[] signature)
name
- cannot be null or emptydescription
- cannot be null or emptysignature
- the parameters of the constructor
IllegalArgumentException
- when one of the above
constraints is not satisfiedMethod Detail |
public boolean equals(Object obj)
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 OpenMBeanConstructorInfo
equals
in class MBeanConstructorInfo
public int hashCode()
OpenMBeanConstructorInfo
The sum of the hashCodes for the elements mentioned in the equals method
hashCode
in interface OpenMBeanConstructorInfo
hashCode
in class MBeanConstructorInfo
public String toString()
OpenMBeanConstructorInfo
It is made up of implementation class and the values mentioned in the equals method
toString
in interface OpenMBeanConstructorInfo
toString
in class MBeanConstructorInfo
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |