インターフェース MBeanInfoAssembler
- すべての既知のサブインターフェース:
- AutodetectCapableMBeanInfoAssembler
- すべての既知の実装クラス:
- AbstractConfigurableMBeanInfoAssembler、- AbstractMBeanInfoAssembler、- AbstractReflectiveMBeanInfoAssembler、- InterfaceBasedMBeanInfoAssembler、- MetadataMBeanInfoAssembler、- MethodExclusionMBeanInfoAssembler、- MethodNameBasedMBeanInfoAssembler、- SimpleReflectiveMBeanInfoAssembler
public interface MBeanInfoAssembler
 管理対象リソースの管理インターフェースメタデータを作成できるすべてのクラスによって実装されるインターフェース。
MBean ではない Bean の管理インターフェースを生成するために MBeanExporter によって使用されます。
- 導入:
- 1.2
- 作成者:
- Rob Harrop, Juergen Hoeller
- 関連事項:
- メソッドのサマリー修飾子と型メソッド説明- getMBeanInfo- (ObjectSE managedBean, StringSE beanKey) 指定された管理対象リソースの ModelMBeanInfo を作成します。
- メソッドの詳細- getMBeanInfo指定された管理対象リソースの ModelMBeanInfo を作成します。- パラメーター:
- managedBean- 公開される Bean (AOP プロキシである可能性があります)
- beanKey- 管理された Bean に関連付けられたキー
- 戻り値:
- ModelMBeanInfo メタデータオブジェクト
- 例外:
- JMExceptionSE- エラーの場合