Class DropwizardJmxReporterFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<com.codahale.metrics.jmx.JmxReporter>, org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle

    public class DropwizardJmxReporterFactoryBean
    extends AbstractJmxReporterFactoryBean<com.codahale.metrics.jmx.JmxReporter>
    • Constructor Detail

      • DropwizardJmxReporterFactoryBean

        public DropwizardJmxReporterFactoryBean()
    • Method Detail

      • getObjectType

        public java.lang.Class<?> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<com.codahale.metrics.jmx.JmxReporter>
        Specified by:
        getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<com.codahale.metrics.jmx.JmxReporter>
      • createInstance

        protected com.codahale.metrics.jmx.JmxReporter createInstance()
        Specified by:
        createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean<com.codahale.metrics.jmx.JmxReporter>