| java.lang.Object javax.management.MBeanFeatureInfo javax.management.MBeanParameterInfo
Constructor Summary | |
public | MBeanParameterInfo(String name, String type, String description) Constructs a MBeanParameterInfo object.
Parameters: name - The name of the data. Parameters: type - The type or class name of the data. Parameters: description - A human readable description of the data. |
MBeanParameterInfo | public MBeanParameterInfo(String name, String type, String description)(Code) | | Constructs a MBeanParameterInfo object.
Parameters: name - The name of the data. Parameters: type - The type or class name of the data. Parameters: description - A human readable description of the data. Optional. |
clone | public Object clone()(Code) | | Creates and returns a copy of this object.
A duplicate copy of this object is returned |
getType | public String getType()(Code) | | Returns the type or class name of the data.
The class name is returned |
toString | public String toString()(Code) | | Returns a human readable version of the MBeanParameterInfo instance
human readable version of the MBeanParameterInfo instance is returned |
|
|