akka
Class Main$

java.lang.Object
  extended by akka.Main$

public class Main$
extends java.lang.Object

Main class to start an ActorSystem with one top level application supervisor actor. It will shutdown the actor system when the top level actor is terminated.


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)
Parameters:
args - one argument: the class of the application supervisor actor