Class JmxReporterFactoryBean

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
de.hybris.platform.metrics.AbstractJmxReporterFactoryBean<HybrisJmxReporter>
de.hybris.platform.metrics.JmxReporterFactoryBean
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<HybrisJmxReporter>, org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle

public class JmxReporterFactoryBean extends AbstractJmxReporterFactoryBean<HybrisJmxReporter>
  • Constructor Details

    • JmxReporterFactoryBean

      public JmxReporterFactoryBean()
  • Method Details

    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<HybrisJmxReporter>
      Specified by:
      getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<HybrisJmxReporter>
    • createInstance

      protected HybrisJmxReporter createInstance()
      Specified by:
      createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean<HybrisJmxReporter>