akka.dispatch.sysmsg
Class DeathWatchNotification

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

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

See Also:
Serialized Form

Constructor Summary
DeathWatchNotification(ActorRef actor, boolean existenceConfirmed, boolean addressTerminated)
           
 
Method Summary
 ActorRef actor()
           
 boolean addressTerminated()
           
 boolean existenceConfirmed()
           
 
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

DeathWatchNotification

public DeathWatchNotification(ActorRef actor,
                              boolean existenceConfirmed,
                              boolean addressTerminated)
Method Detail

actor

public ActorRef actor()

existenceConfirmed

public boolean existenceConfirmed()

addressTerminated

public boolean addressTerminated()