クラス 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
- コンストラクターの詳細- SimpleReflectiveMBeanInfoAssemblerpublic 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 に関連付けられているキー
- 戻り値:
- 操作を管理インターフェースに含めるかどうか