| 软件包 | 描述 |
|---|---|
| javax.management.openmbean |
提供开放的数据类型和开放MBean描述符类。
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenMBeanAttributeInfoSupport
介绍了一个开放的MBean属性。
|
| Constructor and Description |
|---|
OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications)
构建了一个
OpenMBeanInfoSupport实例,描述了一类开放MBean与指定的
className,
description,
openAttributes,
openConstructors,
openOperations和
notifications。
|
OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications, Descriptor descriptor)
构建了一个
OpenMBeanInfoSupport实例,描述了一类开放MBean与指定的
className,
description,
openAttributes,
openConstructors,
openOperations,
notifications,和
descriptor。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.