Example usage for Java javax.management MBeanParameterInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
MBeanParameterInfo(String name, String type, String description) Constructs an MBeanParameterInfo object. |
String | getDescription() Returns the human-readable description of the feature. |
String | getName() Returns the name of the feature. |
String | getType() Returns the type or class name of the data. |