akka.remote.testconductor
Class ServerFSM.Initial$

java.lang.Object
  extended by akka.remote.testconductor.ServerFSM.Initial$
All Implemented Interfaces:
ServerFSM.State, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
ServerFSM

public static class ServerFSM.Initial$
extends java.lang.Object
implements ServerFSM.State, scala.Product, scala.Serializable

See Also:
Serialized Form

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

Constructor Detail

ServerFSM.Initial$

public ServerFSM.Initial$()