参数类型为 ModelMBeanAttributeInfo 的 javax.management.modelmbean 中的构造方法 |
ModelMBeanAttributeInfo(ModelMBeanAttributeInfo inInfo) 根据此 ModelMBeanAttributeInfo Object 构造新 ModelMBeanAttributeInfo 对象。 |
ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications) 创建带有所提供的信息、但描述符为默认描述符的 ModelMBeanInfoSupport。 |
ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications, Descriptor mbeandescriptor) 创建带有所提供的信息和参数中所给定的描述符的 ModelMBeanInfoSupport。 |