akka.remote.transport
Class AkkaProtocolTransport.AssociateUnderlyingRefuseUid

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

public static class AkkaProtocolTransport.AssociateUnderlyingRefuseUid
extends java.lang.Object
implements NoSerializationVerificationNeeded, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
AkkaProtocolTransport.AssociateUnderlyingRefuseUid(Address remoteAddress, scala.concurrent.Promise<AssociationHandle> statusPromise, scala.Option<java.lang.Object> refuseUid)
           
 
Method Summary
 scala.Option<java.lang.Object> refuseUid()
           
 Address remoteAddress()
           
 scala.concurrent.Promise<AssociationHandle> statusPromise()
           
 
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

AkkaProtocolTransport.AssociateUnderlyingRefuseUid

public AkkaProtocolTransport.AssociateUnderlyingRefuseUid(Address remoteAddress,
                                                          scala.concurrent.Promise<AssociationHandle> statusPromise,
                                                          scala.Option<java.lang.Object> refuseUid)
Method Detail

remoteAddress

public Address remoteAddress()

statusPromise

public scala.concurrent.Promise<AssociationHandle> statusPromise()

refuseUid

public scala.Option<java.lang.Object> refuseUid()