|
|||||||||
| Home >> All >> javax >> management >> [ openmbean overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.management.openmbean
Interface OpenMBeanConstructorInfo

- All Known Implementing Classes:
- OpenMBeanConstructorInfoSupport
- public interface OpenMBeanConstructorInfo
An open MBean constructor info implements this interface as well as extending MBeanConstructorInfo.
OpenMBeanConstructorInfoSupport is an example of such a class.
- Version:
- $Revision: 1.1.2.1 $
| Method Summary | |
boolean |
equals(java.lang.Object obj)
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. |
javax.management.MBeanParameterInfo[] |
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. |
| Method Detail |
getDescription
public java.lang.String getDescription()
- Retrieve a human readable description of the open MBean constructor the
implementation of this interface describes.
getName
public java.lang.String getName()
- Retrieve the name of the constructor described.
getSignature
public javax.management.MBeanParameterInfo[] getSignature()
- Returns an array of the parameters passed to the constructor
The parameters must be OpenMBeanParameterInfos.
equals
public boolean equals(java.lang.Object obj)
- Compares an object for equality with the implementing class.
The object is not null
The object implements the open mbean constructor info interface
The constructor names are equal
The signatures are equal
hashCode
public int hashCode()
- Generates a hashcode for the implementation.
The sum of the hashCodes for the elements mentioned in the equals method
toString
public java.lang.String toString()
- A string representation of the open mbean constructor info.
It is made up of implementation class and the values mentioned in the equals method
|
|||||||||
| Home >> All >> javax >> management >> [ openmbean overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC