akka.actor
Class PoisonPill$

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

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

A message all Actors will understand, that when processed will terminate the Actor permanently.

See Also:
Serialized Form

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

Constructor Detail

PoisonPill$

public PoisonPill$()
Method Detail

getInstance

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

Overrides:
getInstance in class PoisonPill