Example usage for Java javax.management.openmbean OpenMBeanParameterInfoSupport fields, constructors, methods, implement or subclass
The text is from its open source code.
OpenMBeanParameterInfoSupport(String name, String description, OpenType> openType) Constructs an OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified name , openType and description . |