akka.cluster
Class ClusterUserAction

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

public class ClusterUserAction
extends java.lang.Object

INTERNAL API Cluster commands sent by the USER via Cluster extension or JMX.


Nested Class Summary
static class ClusterUserAction.Down
          Command to mark node as temporary down.
static class ClusterUserAction.Down$
           
static class ClusterUserAction.JoinTo
          Command to initiate join another node (represented by address).
static class ClusterUserAction.JoinTo$
           
static class ClusterUserAction.Leave
          Command to leave the cluster.
static class ClusterUserAction.Leave$
           
 
Constructor Summary
ClusterUserAction()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterUserAction

public ClusterUserAction()