akka.routing
Class GetRoutees

java.lang.Object
  extended by akka.routing.GetRoutees
All Implemented Interfaces:
RouterManagementMesssage
Direct Known Subclasses:
GetRoutees$

public abstract class GetRoutees
extends java.lang.Object
implements RouterManagementMesssage

Sending this message to a router will make it send back its currently used routees. A Routees message is sent asynchronously to the "requester" containing information about what routees the router is routing over.


Constructor Summary
GetRoutees()
           
 
Method Summary
static GetRoutees$ getInstance()
          Java API: get the singleton instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetRoutees

public GetRoutees()
Method Detail

getInstance

public static GetRoutees$ getInstance()
Java API: get the singleton instance

Returns:
(undocumented)