akka.cluster
Class InternalClusterAction.InitJoinNack

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

public static class InternalClusterAction.InitJoinNack
extends java.lang.Object
implements ClusterMessage, scala.Product, scala.Serializable

See Also:
JoinSeedNode, Serialized Form

Constructor Summary
InternalClusterAction.InitJoinNack(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

InternalClusterAction.InitJoinNack

public InternalClusterAction.InitJoinNack(Address address)
Method Detail

address

public Address address()