Examples of mbeanExporter()


Examples of org.springframework.context.annotation.MBeanExportConfiguration.mbeanExporter()

    MBeanExportConfiguration config = new MBeanExportConfiguration();
    config.setEnvironment(this.environment);
    config.setBeanFactory(this.beanFactory);
    config.setImportMetadata(new StandardAnnotationMetadata(Empty.class));
    // But add a custom naming strategy
    AnnotationMBeanExporter exporter = config.mbeanExporter();
    exporter.setNamingStrategy(this.namingStrategy);
    return exporter;
  }

  @Bean
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.