akka.remote
Class RemoteWatcher.Rewatch

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

public static class RemoteWatcher.Rewatch
extends Watch

See Also:
Serialized Form

Constructor Summary
RemoteWatcher.Rewatch(InternalActorRef watchee, InternalActorRef watcher)
           
 
Method Summary
 
Methods inherited from class akka.dispatch.sysmsg.Watch
watchee, 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

RemoteWatcher.Rewatch

public RemoteWatcher.Rewatch(InternalActorRef watchee,
                             InternalActorRef watcher)