パッケージ | 説明 |
---|---|
javax.management.openmbean |
公開データ型とOpen MBean記述子クラスを提供します。
|
修飾子と型 | クラスと説明 |
---|---|
class |
OpenMBeanConstructorInfoSupport
Open 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, 2014, Oracle and/or its affiliates. All rights reserved.