akka.remote
Class EndpointManager.Quarantine

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

public static class EndpointManager.Quarantine
extends java.lang.Object
implements EndpointManager.RemotingCommand, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
EndpointManager.Quarantine(Address remoteAddress, scala.Option<java.lang.Object> uid)
           
 
Method Summary
 Address remoteAddress()
           
 scala.Option<java.lang.Object> uid()
           
 
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.Quarantine

public EndpointManager.Quarantine(Address remoteAddress,
                                  scala.Option<java.lang.Object> uid)
Method Detail

remoteAddress

public Address remoteAddress()

uid

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