@Configuration @ConditionalOnClass(value=org.springframework.integration.jmx.config.EnableIntegrationMBeanExport.class) @ConditionalOnMissingBean(value=org.springframework.integration.monitor.IntegrationMBeanExporter.class, search=CURRENT) @ConditionalOnBean(value=javax.management.MBeanServer.classSE) @ConditionalOnProperty(prefix="spring.jmx", name="enabled", havingValue="true", matchIfMissing=true) protected static class IntegrationAutoConfiguration.IntegrationJmxConfiguration extends ObjectSE implements org.springframework.context.EnvironmentAware, org.springframework.beans.factory.BeanFactoryAware
| 修飾子 | コンストラクターと説明 |
|---|---|
protected | IntegrationJmxConfiguration() |
| 修飾子と型 | メソッドと説明 |
|---|---|
org.springframework.integration.monitor.IntegrationMBeanExporter | integrationMbeanExporter() |
void | setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void | setEnvironment(org.springframework.core.env.Environment environment) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansExceptionorg.springframework.beans.factory.BeanFactoryAware 内の setBeanFactory org.springframework.beans.BeansExceptionpublic void setEnvironment(org.springframework.core.env.Environment environment)
org.springframework.context.EnvironmentAware 内の setEnvironment @Bean public org.springframework.integration.monitor.IntegrationMBeanExporter integrationMbeanExporter()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.