MBeanConstructorInfo (Java SE 15 & JDK 15) (original) (raw)

All Implemented Interfaces:

[Serializable](../../../java.base/java/io/Serializable.html "interface in java.io"), [Cloneable](../../../java.base/java/lang/Cloneable.html "interface in java.lang"), [DescriptorRead](DescriptorRead.html "interface in javax.management")

Direct Known Subclasses:

[ModelMBeanConstructorInfo](modelmbean/ModelMBeanConstructorInfo.html "class in javax.management.modelmbean"), [OpenMBeanConstructorInfoSupport](openmbean/OpenMBeanConstructorInfoSupport.html "class in javax.management.openmbean")


public class MBeanConstructorInfo extends MBeanFeatureInfo implements Cloneable

Describes a constructor exposed by an MBean. Instances of this class are immutable. Subclasses may be mutable but this is not recommended.

Since:

1.5

See Also:

Serialized Form

Modifier and Type Method Description
Object clone() Returns a shallow clone of this instance.
boolean equals​(Object o) Compare this MBeanConstructorInfo to another.
MBeanParameterInfo[] getSignature() Returns the list of parameters for this constructor.