パッケージ | 説明 |
---|---|
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, 2013, Oracle and/or its affiliates. All rights reserved.