akka.remote.transport
Class TestTransport.DisassociateAttempt

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

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

See Also:
Serialized Form

Constructor Summary
TestTransport.DisassociateAttempt(Address requester, Address remote)
           
 
Method Summary
 Address remote()
           
 Address requester()
           
 
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.DisassociateAttempt

public TestTransport.DisassociateAttempt(Address requester,
                                         Address remote)
Method Detail

requester

public Address requester()

remote

public Address remote()