akka.actor
Class StopChild

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

public class StopChild
extends java.lang.Object
implements scala.Product, scala.Serializable

Internal Akka use only, used in implementation of system.stop(child).

See Also:
Serialized Form

Constructor Summary
StopChild(ActorRef child)
           
 
Method Summary
 ActorRef child()
           
 
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
 

Constructor Detail

StopChild

public StopChild(ActorRef child)
Method Detail

child

public ActorRef child()