akka.routing
Class CurrentRoutees$

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

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

See Also:
Serialized Form

Field Summary
static CurrentRoutees$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
CurrentRoutees$()
           
 
Method Summary
 CurrentRoutees$ 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 CurrentRoutees$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

CurrentRoutees$

public CurrentRoutees$()
Method Detail

getInstance

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

Overrides:
getInstance in class CurrentRoutees
Returns:
(undocumented)