akka.routing
Class CollectRouteeRefs

java.lang.Object
  extended by akka.routing.CollectRouteeRefs
All Implemented Interfaces:
Actor

public class CollectRouteeRefs
extends java.lang.Object
implements Actor

INTERNAL API Backwards compatibility glue to support CurrentRoutees/RouterRoutees containing refs of the routees. This class is not needed when CurrentRoutees/RouterRoutees are removed.


Nested Class Summary
 
Nested classes/interfaces inherited from interface akka.actor.Actor
Actor.emptyBehavior$
 
Constructor Summary
CollectRouteeRefs(scala.collection.immutable.IndexedSeq<Routee> routees, ActorRef replyTo)
           
 
Method Summary
 scala.collection.immutable.Vector<ActorRef> collected()
           
 int count()
           
 void done()
           
 scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
          This defines the initial actor behavior, it must return a partial function with the actor logic.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.actor.Actor
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preRestart, preStart, self, sender, supervisorStrategy, unhandled
 

Constructor Detail

CollectRouteeRefs

public CollectRouteeRefs(scala.collection.immutable.IndexedSeq<Routee> routees,
                         ActorRef replyTo)
Method Detail

collected

public scala.collection.immutable.Vector<ActorRef> collected()

count

public int count()

receive

public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
Description copied from interface: Actor
This defines the initial actor behavior, it must return a partial function with the actor logic.

Specified by:
receive in interface Actor
Returns:
(undocumented)

done

public void done()