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 Modifier and Type Class 描述 class
OpenMBeanConstructorInfoSupport
描述一个开放MBean的构造函数。Constructors in javax.management.openmbean with parameters of type OpenMBeanConstructorInfo 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
。
-