akka.remote.transport
Class TestTransport.AssociateAttempt

java.lang.Object
  extended by akka.remote.transport.TestTransport.AssociateAttempt
All Implemented Interfaces:
TestTransport.Activity, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
TestTransport

public static class TestTransport.AssociateAttempt
extends java.lang.Object
implements TestTransport.Activity, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
TestTransport.AssociateAttempt(Address localAddress, Address remoteAddress)
           
 
Method Summary
 Address localAddress()
           
 Address remoteAddress()
           
 
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

TestTransport.AssociateAttempt

public TestTransport.AssociateAttempt(Address localAddress,
                                      Address remoteAddress)
Method Detail

localAddress

public Address localAddress()

remoteAddress

public Address remoteAddress()