Uses of Interface
javax.management.openmbean.OpenMBeanOperationInfo
-
Packages that use OpenMBeanOperationInfo 软件包 描述 javax.management.openmbean 提供开放数据类型和Open MBean描述符类。 -
-
Uses of OpenMBeanOperationInfo in javax.management.openmbean
Classes in javax.management.openmbean that implement OpenMBeanOperationInfo 变量和类型 类 描述 classOpenMBeanOperationInfoSupport描述Open MBean的操作。Constructors in javax.management.openmbean with parameters of type OpenMBeanOperationInfo 构造器 描述 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。
-