akka.remote
Class EndpointManager.Quarantined

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

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

See Also:
Serialized Form

Constructor Summary
EndpointManager.Quarantined(int uid, 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()
           
 int 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.Quarantined

public EndpointManager.Quarantined(int uid,
                                   scala.concurrent.duration.Deadline timeOfRelease)
Method Detail

uid

public int uid()

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)