akka.actor
Class Kill$

java.lang.Object
  extended by akka.actor.Kill
      extended by akka.actor.Kill$
All Implemented Interfaces:
PossiblyHarmful, java.io.Serializable, scala.Equals, scala.Product

public class Kill$
extends Kill
implements scala.Product, scala.Serializable

A message all Actors will understand, that when processed will make the Actor throw an ActorKilledException, which will trigger supervision.

See Also:
Serialized Form

Field Summary
static Kill$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Kill$()
           
 
Method Summary
 Kill$ getInstance()
          Java API: get the singleton instance
 
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 Kill$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Kill$

public Kill$()
Method Detail

getInstance

public Kill$ getInstance()
Java API: get the singleton instance

Overrides:
getInstance in class Kill