akka.io
Class SelectionHandler.WorkerForCommand

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

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

See Also:
Serialized Form

Constructor Summary
SelectionHandler.WorkerForCommand(SelectionHandler.HasFailureMessage apiCommand, ActorRef commander, scala.Function1<ChannelRegistry,Props> childProps)
           
 
Method Summary
 SelectionHandler.HasFailureMessage apiCommand()
           
 scala.Function1<ChannelRegistry,Props> childProps()
           
 ActorRef commander()
           
 
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.WorkerForCommand

public SelectionHandler.WorkerForCommand(SelectionHandler.HasFailureMessage apiCommand,
                                         ActorRef commander,
                                         scala.Function1<ChannelRegistry,Props> childProps)
Method Detail

apiCommand

public SelectionHandler.HasFailureMessage apiCommand()

commander

public ActorRef commander()

childProps

public scala.Function1<ChannelRegistry,Props> childProps()