akka.routing
Class GetRoutees$

java.lang.Object
  extended by akka.routing.GetRoutees
      extended by akka.routing.GetRoutees$
All Implemented Interfaces:
RouterManagementMesssage, java.io.Serializable, scala.Equals, scala.Product

public class GetRoutees$
extends GetRoutees
implements scala.Product, scala.Serializable

See Also:
Serialized Form

Field Summary
static GetRoutees$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
GetRoutees$()
           
 
Method Summary
 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
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Field Detail

MODULE$

public static final GetRoutees$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

GetRoutees$

public GetRoutees$()
Method Detail

getInstance

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

Overrides:
getInstance in class GetRoutees
Returns:
(undocumented)