| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 OpenMBeanOperationInfo 的软件包 | |
|---|---|
| javax.management.openmbean | 提供开放数据类型和 Open MBean 描述符类。 | 
| javax.management.openmbean 中 OpenMBeanOperationInfo 的使用 | 
|---|
| 实现 OpenMBeanOperationInfo 的 javax.management.openmbean 中的类 | |
|---|---|
|  class | OpenMBeanOperationInfoSupport描述 Open MBean 的一个操作。 | 
| 参数类型为 OpenMBeanOperationInfo 的 javax.management.openmbean 中的构造方法 | |
|---|---|
| OpenMBeanInfoSupport(String className,
                     String description,
                     OpenMBeanAttributeInfo[] openAttributes,
                     OpenMBeanConstructorInfo[] openConstructors,
                     OpenMBeanOperationInfo[] openOperations,
                     MBeanNotificationInfo[] notifications)构造一个 OpenMBeanInfoSupport实例,它使用指定的className、description、openAttributes、openConstructors、openOperations和notifications描述 open MBeans 的类。 | |
| OpenMBeanInfoSupport(String className,
                     String description,
                     OpenMBeanAttributeInfo[] openAttributes,
                     OpenMBeanConstructorInfo[] openConstructors,
                     OpenMBeanOperationInfo[] openOperations,
                     MBeanNotificationInfo[] notifications,
                     Descriptor descriptor)构造一个 OpenMBeanInfoSupport实例,它使用指定的className、description、openAttributes、openConstructors、openOperations、notifications和descriptor描述 open MBeans 的类 | |
| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。