akka.remote
Class EndpointManager.ListensFailure

java.lang.Object
  extended by akka.remote.EndpointManager.ListensFailure
All Implemented Interfaces:
NoSerializationVerificationNeeded, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
EndpointManager

public static class EndpointManager.ListensFailure
extends java.lang.Object
implements NoSerializationVerificationNeeded, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
EndpointManager.ListensFailure(scala.concurrent.Promise<scala.collection.immutable.Seq<scala.Tuple2<AkkaProtocolTransport,Address>>> addressesPromise, java.lang.Throwable cause)
           
 
Method Summary
 scala.concurrent.Promise<scala.collection.immutable.Seq<scala.Tuple2<AkkaProtocolTransport,Address>>> addressesPromise()
           
 java.lang.Throwable cause()
           
 
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

EndpointManager.ListensFailure

public EndpointManager.ListensFailure(scala.concurrent.Promise<scala.collection.immutable.Seq<scala.Tuple2<AkkaProtocolTransport,Address>>> addressesPromise,
                                      java.lang.Throwable cause)
Method Detail

addressesPromise

public scala.concurrent.Promise<scala.collection.immutable.Seq<scala.Tuple2<AkkaProtocolTransport,Address>>> addressesPromise()

cause

public java.lang.Throwable cause()