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