javax.management
Class MBeanConstructorInfo
java.lang.Object
javax.management.MBeanFeatureInfo
javax.management.MBeanConstructorInfo
- All Implemented Interfaces:
- Serializable, Cloneable
- Direct Known Subclasses:
- ModelMBeanConstructorInfo, OpenMBeanConstructorInfoSupport
public class MBeanConstructorInfo
- extends MBeanFeatureInfo
- implements Serializable, Cloneable
Describes a constructor exposed by an MBean
This implementation protects its immutability by taking shallow clones of all arrays
supplied in constructors and by returning shallow array clones in getXXX() methods.
- Version:
- $Revision: 1.11.6.1 $
Revisions:
20020711 Adrian Brock:
- Author:
- Juha Lindfors., Trevor Squires., Adrian Brock
- See Also:
- Serialized Form
MBeanConstructorInfo
public MBeanConstructorInfo(String description,
Constructor constructor)
MBeanConstructorInfo
public MBeanConstructorInfo(String name,
String description,
MBeanParameterInfo[] signature)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
clone
public Object clone()
- Overrides:
clone
in class Object
getSignature
public MBeanParameterInfo[] getSignature()
equals
public boolean equals(Object object)
- Overrides:
equals
in class MBeanFeatureInfo
hashCode
public int hashCode()
- Overrides:
hashCode
in class MBeanFeatureInfo
toString
public String toString()
- Overrides:
toString
in class MBeanFeatureInfo
- Returns:
- a human readable string
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.