OpenMBeanInfoSupport(String className,
String description,
OpenMBeanAttributeInfo[] openAttributes,
OpenMBeanConstructorInfo[] openConstructors,
OpenMBeanOperationInfo[] openOperations,
MBeanNotificationInfo[] notifications)
Constructs an OpenMBeanInfoSupport instance, which
describes a class of open MBeans with the specified className , description , openAttributes , openConstructors , openOperations and notifications . |
OpenMBeanInfoSupport(String className,
String description,
OpenMBeanAttributeInfo[] openAttributes,
OpenMBeanConstructorInfo[] openConstructors,
OpenMBeanOperationInfo[] openOperations,
MBeanNotificationInfo[] notifications,
Descriptor descriptor)
Constructs an OpenMBeanInfoSupport instance, which
describes a class of open MBeans with the specified className , description , openAttributes , openConstructors , openOperations , notifications , and descriptor . |