MBeanParameterInfo (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:

[OpenMBeanParameterInfoSupport](openmbean/OpenMBeanParameterInfoSupport.html "class in javax.management.openmbean")


public class MBeanParameterInfo extends MBeanFeatureInfo implements Cloneable

Describes an argument of an operation 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 MBeanParameterInfo to another.
String getType() Returns the type or class name of the data.