akka.cluster
Class ClusterUserAction.JoinTo

java.lang.Object
  extended by akka.cluster.ClusterUserAction.JoinTo
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
ClusterUserAction

public static class ClusterUserAction.JoinTo
extends java.lang.Object
implements scala.Product, scala.Serializable

Command to initiate join another node (represented by address). Join will be sent to the other node.

See Also:
Serialized Form

Constructor Summary
ClusterUserAction.JoinTo(Address address)
           
 
Method Summary
 Address address()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

ClusterUserAction.JoinTo

public ClusterUserAction.JoinTo(Address address)
Method Detail

address

public Address address()