akka.actor
Class Kill

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

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

See Also:
Serialized Form

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

Constructor Detail

Kill

public Kill()
Method Detail

getInstance

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

Returns:
(undocumented)