インターフェース MBeanInfoAssembler

すべての既知のサブインターフェース:
AutodetectCapableMBeanInfoAssembler
すべての既知の実装クラス:
AbstractConfigurableMBeanInfoAssemblerAbstractMBeanInfoAssemblerAbstractReflectiveMBeanInfoAssemblerInterfaceBasedMBeanInfoAssemblerMetadataMBeanInfoAssemblerMethodExclusionMBeanInfoAssemblerMethodNameBasedMBeanInfoAssemblerSimpleReflectiveMBeanInfoAssembler

public interface MBeanInfoAssembler
管理対象リソースの管理インターフェースメタデータを作成できるすべてのクラスによって実装されるインターフェース。

MBean ではない Bean の管理インターフェースを生成するために MBeanExporter によって使用されます。

導入:
1.2
作成者:
Rob Harrop, Juergen Hoeller
関連事項:
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    getMBeanInfo(ObjectSE managedBean, StringSE beanKey)
    指定された管理対象リソースの ModelMBeanInfo を作成します。
  • メソッドの詳細

    • getMBeanInfo

      ModelMBeanInfoSE getMBeanInfo(ObjectSE managedBean, StringSE beanKey) throws JMExceptionSE
      指定された管理対象リソースの ModelMBeanInfo を作成します。
      パラメーター:
      managedBean - 公開される Bean (AOP プロキシである可能性があります)
      beanKey - 管理された Bean に関連付けられたキー
      戻り値:
      ModelMBeanInfo メタデータオブジェクト
      例外:
      JMExceptionSE - エラーの場合