akka.remote.transport
Class TestTransport.ShutdownAttempt

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

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

See Also:
Serialized Form

Constructor Summary
TestTransport.ShutdownAttempt(Address boundAddress)
           
 
Method Summary
 Address boundAddress()
           
 
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.ShutdownAttempt

public TestTransport.ShutdownAttempt(Address boundAddress)
Method Detail

boundAddress

public Address boundAddress()