akka.cluster
Class ClusterJmx

java.lang.Object
  extended by akka.cluster.ClusterJmx

public class ClusterJmx
extends java.lang.Object

INTERNAL API


Constructor Summary
ClusterJmx(Cluster cluster, LoggingAdapter log)
           
 
Method Summary
 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
 

Constructor Detail

ClusterJmx

public ClusterJmx(Cluster cluster,
                  LoggingAdapter log)
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.