Uses of Interface
javax.management.openmbean.OpenMBeanConstructorInfo
-
Packages that use OpenMBeanConstructorInfo 软件包 描述 javax.management.openmbean 提供开放数据类型和Open MBean描述符类。 -
-
Uses of OpenMBeanConstructorInfo in javax.management.openmbean
Classes in javax.management.openmbean that implement OpenMBeanConstructorInfo 变量和类型 类 描述 classOpenMBeanConstructorInfoSupport描述Open MBean的构造函数。Constructors in javax.management.openmbean with parameters of type OpenMBeanConstructorInfo 构造器 描述 OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications)构造一个OpenMBeanInfoSupport实例,其描述了open MBean类具有指定的className,description,openAttributes,openConstructors,openOperations和notifications。OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications, Descriptor descriptor)构造一个OpenMBeanInfoSupport实例,其描述了open MBean类具有指定的className,description,openAttributes,openConstructors,openOperations,notifications,和descriptor。
-