Class JmxMetricsReporter


  • public final class JmxMetricsReporter
    extends java.lang.Object
    This bean will enable JMX reporting when added to application context.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroy()
      Stop JMX reporter.
      void init()
      Add jmx reporter on startup.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JmxMetricsReporter

        public JmxMetricsReporter()
    • Method Detail

      • init

        @PostConstruct
        public void init()
        Add jmx reporter on startup.
      • destroy

        @PreDestroy
        public void destroy()
        Stop JMX reporter.