Uses of Interface
javax.management.openmbean.OpenMBeanAttributeInfo
-
Packages that use OpenMBeanAttributeInfo 软件包 描述 javax.management.openmbean 提供打开的数据类型和Open MBean描述符类。 -
-
Uses of OpenMBeanAttributeInfo in javax.management.openmbean
Classes in javax.management.openmbean that implement OpenMBeanAttributeInfo Modifier and Type Class 描述 classOpenMBeanAttributeInfoSupport描述一个打开的MBean的属性。Constructors in javax.management.openmbean with parameters of type OpenMBeanAttributeInfo Constructor 描述 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。
-