Serializable, Cloneable, DescriptorRead
OpenMBeanParameterInfoSupportpublic class MBeanParameterInfo extends MBeanFeatureInfo implements Cloneable
description, name
| Constructor | Description | 
|---|---|
| MBeanParameterInfo | Constructs an  MBeanParameterInfoobject. | 
| MBeanParameterInfo | Constructs an  MBeanParameterInfoobject. | 
getDescription, getDescriptor, getName
public MBeanParameterInfo(String name, String type, String description)
MBeanParameterInfo object.name - The name of the datatype - The type or class name of the datadescription - A human readable description of the data. Optional.public MBeanParameterInfo(String name, String type, String description, Descriptor descriptor)
MBeanParameterInfo object.name - The name of the datatype - The type or class name of the datadescription - A human readable description of the data. Optional.descriptor - The descriptor for the operation. This may be null which is equivalent to an empty descriptor.public Object clone()
Returns a shallow clone of this instance. The clone is obtained by simply calling super.clone(), thus calling the default native shallow cloning mechanism implemented by Object.clone(). No deeper cloning of any internal field is made.
Since this class is immutable, cloning is chiefly of interest to subclasses.
public String getType()
public boolean equals(Object o)
equals in class MBeanFeatureInfo
o - the object to compare to.o is an MBeanParameterInfo such that its MBeanFeatureInfo.getName(), getType(), MBeanFeatureInfo.getDescriptor(), and MBeanFeatureInfo.getDescription() values are equal (not necessarily identical) to those of this MBeanParameterInfo.
    © 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
    https://docs.oracle.com/en/java/javase/21/docs/api/java.management/javax/management/MBeanParameterInfo.html