akka.remote.testconductor
Class AddressReply

java.lang.Object
  extended by akka.remote.testconductor.AddressReply
All Implemented Interfaces:
ClientOp, NetworkOp, UnconfirmedClientOp, java.io.Serializable, scala.Equals, scala.Product

public class AddressReply
extends java.lang.Object
implements UnconfirmedClientOp, NetworkOp, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
AddressReply(RoleName node, Address addr)
           
 
Method Summary
 Address addr()
           
 RoleName node()
           
 
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

AddressReply

public AddressReply(RoleName node,
                    Address addr)
Method Detail

node

public RoleName node()

addr

public Address addr()