Constructors in javax.management.modelmbean with parameters of type ModelMBeanAttributeInfo |
ModelMBeanInfoSupport(java.lang.String className,
java.lang.String description,
ModelMBeanAttributeInfo[] attributes,
ModelMBeanConstructorInfo[] constructors,
ModelMBeanOperationInfo[] operations,
ModelMBeanNotificationInfo[] notifications)
Creates an instance of Model MBean info implementation based on the given
values. |
ModelMBeanInfoSupport(java.lang.String className,
java.lang.String description,
ModelMBeanAttributeInfo[] attributes,
ModelMBeanConstructorInfo[] constructors,
ModelMBeanOperationInfo[] operations,
ModelMBeanNotificationInfo[] notifications,
javax.management.Descriptor mbeandescriptor)
Creates an instance of Model MBean info implementation based on the given
values and descriptor. |
ModelMBeanAttributeInfo(ModelMBeanAttributeInfo info)
Copy constructor. |