クラス SimpleReflectiveMBeanInfoAssembler

実装されたすべてのインターフェース:
MBeanInfoAssembler

public class SimpleReflectiveMBeanInfoAssembler extends AbstractConfigurableMBeanInfoAssembler
メソッドとプロパティの組み込みに常に賛成票を投じる AbstractReflectiveMBeanInfoAssembler の単純なサブクラス。すべての public メソッドとプロパティを操作と属性として効果的に公開します。
導入:
1.2
作成者:
Rob Harrop, Juergen Hoeller
  • コンストラクターの詳細

    • SimpleReflectiveMBeanInfoAssembler

      public SimpleReflectiveMBeanInfoAssembler()
  • メソッドの詳細

    • includeReadAttribute

      protected boolean includeReadAttribute(MethodSE method, StringSE beanKey)
      常に true を返します。
      次で指定:
      クラス AbstractReflectiveMBeanInfoAssemblerincludeReadAttribute 
      パラメーター:
      method - アクセサー Method
      beanKey - MBeanExporter の Bean マップで MBean に関連付けられているキー
      戻り値:
      アクセサーを管理インターフェースに含める場合は true、それ以外の場合は false
    • includeWriteAttribute

      protected boolean includeWriteAttribute(MethodSE method, StringSE beanKey)
      常に true を返します。
      次で指定:
      クラス AbstractReflectiveMBeanInfoAssemblerincludeWriteAttribute 
      パラメーター:
      method - ミューテータ Method
      beanKey - MBeanExporter の Bean マップで MBean に関連付けられているキー
      戻り値:
      ミューテーターを管理インターフェースに含める場合は true、それ以外の場合は false
    • includeOperation

      protected boolean includeOperation(MethodSE method, StringSE beanKey)
      常に true を返します。
      次で指定:
      クラス AbstractReflectiveMBeanInfoAssemblerincludeOperation 
      パラメーター:
      method - 操作方法
      beanKey - MBeanExporter の Bean マップで MBean に関連付けられているキー
      戻り値:
      操作を管理インターフェースに含めるかどうか