akka.kernel
Class Main$

java.lang.Object
  extended by akka.kernel.Main$

public class Main$
extends java.lang.Object

Main class for running the microkernel.


Field Summary
static Main$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Main$()
           
 
Method Summary
 void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

Main$

public Main$()
Method Detail

main

public void main(java.lang.String[] args)