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