akka.dispatch.sysmsg
Class Supervise

java.lang.Object
  extended by akka.dispatch.sysmsg.Supervise
All Implemented Interfaces:
PossiblyHarmful, SystemMessage, java.io.Serializable, scala.Equals, scala.Product

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

INTERNAL API

See Also:
Serialized Form

Constructor Summary
Supervise(ActorRef child, boolean async)
           
 
Method Summary
 boolean async()
           
 ActorRef child()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.dispatch.sysmsg.SystemMessage
next, unlink, unlinked
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

Supervise

public Supervise(ActorRef child,
                 boolean async)
Method Detail

child

public ActorRef child()

async

public boolean async()