パッケージ | 説明 |
---|---|
javax.management.openmbean |
公開データ型とOpen MBean記述子クラスを提供します。
|
修飾子と型 | インタフェースと説明 |
---|---|
interface |
OpenMBeanAttributeInfo
公開MBeanの属性を記述します。
|
修飾子と型 | クラスと説明 |
---|---|
class |
OpenMBeanAttributeInfoSupport
公開MBeanの属性を記述します。
|
class |
OpenMBeanParameterInfoSupport
公開MBeanの1つ以上のオペレーションまたはコンストラクタで使用されるパラメータを記述します。
|
コンストラクタと説明 |
---|
OpenMBeanConstructorInfoSupport(String name, String description, OpenMBeanParameterInfo[] signature)
指定された
name 、description 、およびsignature を持つ公開MBeanのクラスのコンストラクタを記述する、OpenMBeanConstructorInfoSupport インスタンスを構築します。 |
OpenMBeanConstructorInfoSupport(String name, String description, OpenMBeanParameterInfo[] signature, Descriptor descriptor)
指定された
name 、description 、signature 、およびdescriptor で公開MBeanのクラスのコンストラクタを記述する、OpenMBeanConstructorInfoSupport インスタンスを構築します。 |
OpenMBeanOperationInfoSupport(String name, String description, OpenMBeanParameterInfo[] signature, OpenType<?> returnOpenType, int impact)
指定された
name 、description 、signature 、returnOpenType 、およびimpact を使って公開MBeanのクラスのオペレーションを記述する、OpenMBeanOperationInfoSupport インスタンスを構築します。 |
OpenMBeanOperationInfoSupport(String name, String description, OpenMBeanParameterInfo[] signature, OpenType<?> returnOpenType, int impact, Descriptor descriptor)
指定された
name 、description 、signature 、returnOpenType 、impact 、およびdescriptor で公開MBeanのクラスのオペレーションを記述する、OpenMBeanOperationInfoSupport インスタンスを構築します。 |
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.