akka.actor
Class SystemGuardian.RegisterTerminationHook$

java.lang.Object
  extended by akka.actor.SystemGuardian.RegisterTerminationHook$
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
SystemGuardian

public static class SystemGuardian.RegisterTerminationHook$
extends java.lang.Object
implements scala.Product, scala.Serializable

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. The registered hook is supposed to reply with akka.actor.Guardian.TerminationHookDone and the systemGuardian will not stop until all registered hooks have replied.

See Also:
Serialized Form

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

Constructor Detail

SystemGuardian.RegisterTerminationHook$

public SystemGuardian.RegisterTerminationHook$()