Package akka.cluster

Class ClusterJmx


  • public class ClusterJmx
    extends java.lang.Object
    Creates the cluster JMX MBean and registers it in the MBean server.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void createMBean()
      Creates the cluster JMX MBean and registers it in the MBean server.
      void unregisterMBean()
      Unregisters the cluster JMX MBean from MBean server.
      • Methods inherited from class java.lang.Object

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

      • createMBean

        public void createMBean()
        Creates the cluster JMX MBean and registers it in the MBean server.
      • unregisterMBean

        public void unregisterMBean()
        Unregisters the cluster JMX MBean from MBean server.