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 Modifier and Type Class 描述 classOpenMBeanOperationInfoSupport描述一个Open MBean的操作。Constructors in javax.management.openmbean with parameters of type OpenMBeanOperationInfo 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。
-