Package akka.actor
Class Kill
- java.lang.Object
- 
- 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 SummaryConstructors Constructor Description Kill()
 - 
Method SummaryAll Methods Static Methods Abstract Methods Concrete Methods Modifier and Type Method Description static booleancanEqual(java.lang.Object x$1)abstract static booleanequals(java.lang.Object that)static Kill$getInstance()Java API: get the singleton instancestatic inthashCode()static intproductArity()static java.lang.ObjectproductElement(int x$1)static java.lang.StringproductElementName(int n)static scala.collection.Iterator<java.lang.String>productElementNames()static scala.collection.Iterator<java.lang.Object>productIterator()static java.lang.StringproductPrefix()static java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
getInstancepublic static Kill$ getInstance() Java API: get the singleton instance
 - 
productPrefixpublic static java.lang.String productPrefix() 
 - 
productAritypublic static int productArity() 
 - 
productElementpublic static java.lang.Object productElement(int x$1) 
 - 
productIteratorpublic static scala.collection.Iterator<java.lang.Object> productIterator() 
 - 
canEqualpublic static boolean canEqual(java.lang.Object x$1) 
 - 
hashCodepublic static int hashCode() 
 - 
toStringpublic static java.lang.String toString() 
 - 
equalspublic abstract static boolean equals(java.lang.Object that) 
 - 
productElementNamepublic static java.lang.String productElementName(int n) 
 - 
productElementNamespublic static scala.collection.Iterator<java.lang.String> productElementNames() 
 
- 
 
-