akka.actor
Class SystemGuardian

java.lang.Object
  extended by akka.actor.SystemGuardian

public class SystemGuardian
extends java.lang.Object

INTERNAL API


Nested Class Summary
static class SystemGuardian.RegisterTerminationHook$
          For the purpose of orderly shutdown it's possible to register interest in the termination of systemGuardian and receive a notification akka.actor.Guardian.TerminationHook before systemGuardian is stopped.
static class SystemGuardian.TerminationHook$
           
static class SystemGuardian.TerminationHookDone$
           
 
Constructor Summary
SystemGuardian()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemGuardian

public SystemGuardian()