接口的使用
javax.management.openmbean.OpenMBeanConstructorInfo
使用 OpenMBeanConstructorInfo 的包
-
OpenMBeanConstructorInfo 在 javax.management.openmbean 中的用法
javax.management.openmbean 中的构造函数,参数类型为 OpenMBeanConstructorInfo修饰符构造方法描述OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications) 构造一个OpenMBeanInfoSupport实例,它描述了一类具有指定className、description、openAttributes、openConstructors、openOperations和notifications的开放式 MBean。OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications, Descriptor descriptor) 构造一个OpenMBeanInfoSupport实例,它描述了一类具有指定className、description、openAttributes、openConstructors、openOperations、notifications和descriptor的开放式 MBean。