akka.remote
Class EndpointManager.Gated

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

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

See Also:
Serialized Form

Constructor Summary
EndpointManager.Gated(scala.concurrent.duration.Deadline timeOfRelease)
           
 
Method Summary
 boolean isTombstone()
          Indicates that the policy does not contain an active endpoint, but it is a tombstone of a previous failure
 scala.concurrent.duration.Deadline timeOfRelease()
           
 
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.Gated

public EndpointManager.Gated(scala.concurrent.duration.Deadline timeOfRelease)
Method Detail

timeOfRelease

public scala.concurrent.duration.Deadline timeOfRelease()

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)