Describes an argument of an operation exposed by an MBean.
author: Young Yang
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.
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.