クラス IntegrationMBeanExportConfiguration
java.lang.ObjectSE
org.springframework.integration.jmx.config.IntegrationMBeanExportConfiguration
- 実装されたすべてのインターフェース:
Aware
、BeanFactoryAware
、ImportAware
、EnvironmentAware
@Configuration(proxyBeanMethods=false)
@Role(2)
public class IntegrationMBeanExportConfiguration
extends ObjectSE
implements ImportAware, EnvironmentAware, BeanFactoryAware
IntegrationMBeanExporter
Bean を登録する @Configuration
クラス。 この構成クラスは、EnableIntegrationMBeanExport
アノテーションを使用すると自動的にインポートされます。使用箇所の詳細については、javadoc を参照してください。
- 導入:
- 4.0
- 作成者:
- Artem Bilan, Gary Russell
フィールドのサマリー
フィールドコンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明void
setBeanFactory
(BeanFactory beanFactory) void
setEnvironment
(Environment environment) void
setImportMetadata
(AnnotationMetadata importMetadata)
フィールドの詳細
MBEAN_EXPORTER_NAME
コンストラクターの詳細
IntegrationMBeanExportConfiguration
public IntegrationMBeanExportConfiguration()
メソッドの詳細
setBeanFactory
- 次で指定:
- インターフェース
BeanFactoryAware
のsetBeanFactory
- 例外:
BeansException
setEnvironment
- 次で指定:
- インターフェース
EnvironmentAware
のsetEnvironment
setImportMetadata
- 次で指定:
- インターフェース
ImportAware
のsetImportMetadata
mbeanExporter