| パッケージ | 説明 |
|---|---|
| javax.management.openmbean |
公開データ型と Open MBean 記述子クラスを提供します。
|
| 修飾子と型 | クラスと説明 |
|---|---|
class |
OpenMBeanAttributeInfoSupport
公開 MBean の属性を記述します。
|
| コンストラクタと説明 |
|---|
OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications)
指定された
className、description、openAttributes、openConstructors、openOperations、および notifications を持つ公開 MBean のクラスを記述する、OpenMBeanInfoSupport インスタンスを構築します。 |
OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications, Descriptor descriptor)
指定された
className、description、openAttributes、openConstructors、openOperations、notifications、および descriptor で公開 MBean のクラスを記述する、OpenMBeanInfoSupport インスタンスを構築します。 |
バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.