akka.actor
Class PoisonPill

java.lang.Object
  extended by akka.actor.PoisonPill
All Implemented Interfaces:
AutoReceivedMessage, DeadLetterSuppression, PossiblyHarmful, java.io.Serializable
Direct Known Subclasses:
PoisonPill$

public abstract class PoisonPill
extends java.lang.Object
implements AutoReceivedMessage, PossiblyHarmful, DeadLetterSuppression

See Also:
Serialized Form

Constructor Summary
PoisonPill()
           
 
Method Summary
static 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
 

Constructor Detail

PoisonPill

public PoisonPill()
Method Detail

getInstance

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

Returns:
(undocumented)