Class CacheJmxRegistration


  • public class CacheJmxRegistration
    extends AbstractJmxRegistration
    If Configuration.jmxStatistics() is enabled, then class will register all the MBeans from cache local's ConfigurationRegistry to the MBean server.
    Since:
    4.0
    Author:
    Mircea.Markus@jboss.com, Galder ZamarreƱo
    • Field Detail

    • Constructor Detail

      • CacheJmxRegistration

        public CacheJmxRegistration()
    • Method Detail

      • start

        public void start()
        Here is where the registration is being performed.
      • stop

        public void stop()
        Unregister when the cache is being stopped.
      • setUnregisterCacheMBean

        public void setUnregisterCacheMBean​(boolean unregisterCacheMBean)