akka.dispatch.sysmsg
Class Watch

java.lang.Object
  extended by akka.dispatch.sysmsg.Watch
All Implemented Interfaces:
PossiblyHarmful, SystemMessage, java.io.Serializable, scala.Equals, scala.Product
Direct Known Subclasses:
RemoteWatcher.Rewatch

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

INTERNAL API

See Also:
Serialized Form

Constructor Summary
Watch(InternalActorRef watchee, InternalActorRef watcher)
           
 
Method Summary
 InternalActorRef watchee()
           
 InternalActorRef watcher()
           
 
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

Watch

public Watch(InternalActorRef watchee,
             InternalActorRef watcher)
Method Detail

watchee

public InternalActorRef watchee()

watcher

public InternalActorRef watcher()