参数类型为 ModelMBeanNotificationInfo 的 javax.management.modelmbean 中的构造方法 |
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。 |
ModelMBeanNotificationInfo(ModelMBeanNotificationInfo inInfo) 从此 ModelMBeanNotfication Object 构造新 ModelMBeanNotificationInfo 对象。 |