Package de.hybris.platform.metrics
Class DropwizardJmxReporterFactoryBean
- java.lang.Object
-
- org.springframework.beans.factory.config.AbstractFactoryBean<T>
-
- de.hybris.platform.metrics.AbstractJmxReporterFactoryBean<com.codahale.metrics.jmx.JmxReporter>
-
- de.hybris.platform.metrics.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 Summary
Constructors Constructor Description DropwizardJmxReporterFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.codahale.metrics.jmx.JmxReportercreateInstance()java.lang.Class<?>getObjectType()-
Methods inherited from class de.hybris.platform.metrics.AbstractJmxReporterFactoryBean
destroy, getDomain, getMetricRegistry, getPhase, isAutoStartup, isEnabled, isRunning, setDomain, setEnabled, setMetricRegistry, start, stop, stop
-
-
-
-
Method Detail
-
getObjectType
public java.lang.Class<?> getObjectType()
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<com.codahale.metrics.jmx.JmxReporter>- Specified by:
getObjectTypein classorg.springframework.beans.factory.config.AbstractFactoryBean<com.codahale.metrics.jmx.JmxReporter>
-
createInstance
protected com.codahale.metrics.jmx.JmxReporter createInstance()
- Specified by:
createInstancein classorg.springframework.beans.factory.config.AbstractFactoryBean<com.codahale.metrics.jmx.JmxReporter>
-
-