akka.remote
Class EndpointManager.Pass

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

public static class EndpointManager.Pass
extends java.lang.Object
implements EndpointManager.EndpointPolicy, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
EndpointManager.Pass(ActorRef endpoint, scala.Option<java.lang.Object> uid, scala.Option<java.lang.Object> refuseUid)
           
 
Method Summary
 ActorRef endpoint()
           
 boolean isTombstone()
          Indicates that the policy does not contain an active endpoint, but it is a tombstone of a previous failure
 scala.Option<java.lang.Object> refuseUid()
           
 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.Pass

public EndpointManager.Pass(ActorRef endpoint,
                            scala.Option<java.lang.Object> uid,
                            scala.Option<java.lang.Object> refuseUid)
Method Detail

endpoint

public ActorRef endpoint()

uid

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

refuseUid

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

isTombstone

public boolean isTombstone()
Description copied from interface: EndpointManager.EndpointPolicy
Indicates that the policy does not contain an active endpoint, but it is a tombstone of a previous failure

Specified by:
isTombstone in interface EndpointManager.EndpointPolicy
Returns:
(undocumented)