akka.io
Class SelectionHandler.Retry

java.lang.Object
  extended by akka.io.SelectionHandler.Retry
All Implemented Interfaces:
NoSerializationVerificationNeeded, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
SelectionHandler

public static class SelectionHandler.Retry
extends java.lang.Object
implements NoSerializationVerificationNeeded, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
SelectionHandler.Retry(SelectionHandler.WorkerForCommand command, int retriesLeft)
           
 
Method Summary
 SelectionHandler.WorkerForCommand command()
           
 int retriesLeft()
           
 
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

SelectionHandler.Retry

public SelectionHandler.Retry(SelectionHandler.WorkerForCommand command,
                              int retriesLeft)
Method Detail

command

public SelectionHandler.WorkerForCommand command()

retriesLeft

public int retriesLeft()