クラス SimpleReflectiveMBeanInfoAssembler
java.lang.ObjectSE
org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
- 実装されたすべてのインターフェース:
MBeanInfoAssembler
メソッドとプロパティの組み込みに常に賛成票を投じる
AbstractReflectiveMBeanInfoAssembler
の単純なサブクラス。すべての public メソッドとプロパティを操作と属性として効果的に公開します。- 導入:
- 1.2
- 作成者:
- Rob Harrop, Juergen Hoeller
フィールドのサマリー
クラス org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler から継承されたフィールド
ATTRIBUTE_OPERATION_VISIBILITY, FIELD_CLASS, FIELD_CURRENCY_TIME_LIMIT, FIELD_DEFAULT, FIELD_DISPLAY_NAME, FIELD_GET_METHOD, FIELD_LOG, FIELD_LOG_FILE, FIELD_METRIC_CATEGORY, FIELD_METRIC_TYPE, FIELD_PERSIST_LOCATION, FIELD_PERSIST_NAME, FIELD_PERSIST_PERIOD, FIELD_PERSIST_POLICY, FIELD_ROLE, FIELD_SET_METHOD, FIELD_UNITS, FIELD_VISIBILITY, ROLE_GETTER, ROLE_OPERATION, ROLE_SETTER
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明protected boolean
includeOperation
(MethodSE method, StringSE beanKey) 常にtrue
を返します。protected boolean
includeReadAttribute
(MethodSE method, StringSE beanKey) 常にtrue
を返します。protected boolean
includeWriteAttribute
(MethodSE method, StringSE beanKey) 常にtrue
を返します。クラス org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler から継承されたメソッド
getNotificationInfo, setNotificationInfoMappings, setNotificationInfos
クラス org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler から継承されたメソッド
applyCurrencyTimeLimit, applyDefaultCurrencyTimeLimit, createModelMBeanOperationInfo, getAttributeDescription, getAttributeInfo, getClassForDescriptor, getDefaultCurrencyTimeLimit, getOperationDescription, getOperationInfo, getOperationParameters, getParameterNameDiscoverer, isExposeClassDescriptor, isUseStrictCasing, populateAttributeDescriptor, populateMBeanDescriptor, populateOperationDescriptor, setDefaultCurrencyTimeLimit, setExposeClassDescriptor, setParameterNameDiscoverer, setUseStrictCasing
クラス org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler から継承されたメソッド
checkManagedBean, getClassName, getClassToExpose, getClassToExpose, getConstructorInfo, getDescription, getMBeanInfo, getTargetClass
コンストラクターの詳細
SimpleReflectiveMBeanInfoAssembler
public SimpleReflectiveMBeanInfoAssembler()
メソッドの詳細
includeReadAttribute
常にtrue
を返します。- 次で指定:
- クラス
AbstractReflectiveMBeanInfoAssembler
のincludeReadAttribute
- パラメーター:
method
- アクセサーMethod
beanKey
-MBeanExporter
の Bean マップで MBean に関連付けられているキー- 戻り値:
- アクセサーを管理インターフェースに含める場合は
true
、それ以外の場合はfalse
includeWriteAttribute
常にtrue
を返します。- 次で指定:
- クラス
AbstractReflectiveMBeanInfoAssembler
のincludeWriteAttribute
- パラメーター:
method
- ミューテータMethod
。beanKey
-MBeanExporter
の Bean マップで MBean に関連付けられているキー- 戻り値:
- ミューテーターを管理インターフェースに含める場合は
true
、それ以外の場合はfalse
includeOperation
常にtrue
を返します。- 次で指定:
- クラス
AbstractReflectiveMBeanInfoAssembler
のincludeOperation
- パラメーター:
method
- 操作方法beanKey
-MBeanExporter
の Bean マップで MBean に関連付けられているキー- 戻り値:
- 操作を管理インターフェースに含めるかどうか