Example usage for Java javax.management.openmbean OpenMBeanOperationInfoSupport fields, constructors, methods, implement or subclass
The text is from its open source code.
OpenMBeanOperationInfoSupport(String name, String description, OpenMBeanParameterInfo[] signature, OpenType> returnOpenType, int impact) Constructs an OpenMBeanOperationInfoSupport instance, which describes the operation of a class of open MBeans, with the specified name , description , signature , returnOpenType and impact . The signature array parameter is internally copied, so that subsequent changes to the array referenced by signature have no effect on this instance. |