akka.remote
Class RemoteWatcher.Stats

java.lang.Object
  extended by akka.remote.RemoteWatcher.Stats
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
RemoteWatcher

public static class RemoteWatcher.Stats
extends java.lang.Object
implements scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteWatcher.Stats(int watching, int watchingNodes, scala.collection.immutable.Set<scala.Tuple2<ActorRef,ActorRef>> watchingRefs)
           
 
Method Summary
 java.lang.String toString()
           
 int watching()
           
 int watchingNodes()
           
 scala.collection.immutable.Set<scala.Tuple2<ActorRef,ActorRef>> watchingRefs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

RemoteWatcher.Stats

public RemoteWatcher.Stats(int watching,
                           int watchingNodes,
                           scala.collection.immutable.Set<scala.Tuple2<ActorRef,ActorRef>> watchingRefs)
Method Detail

watching

public int watching()

watchingNodes

public int watchingNodes()

watchingRefs

public scala.collection.immutable.Set<scala.Tuple2<ActorRef,ActorRef>> watchingRefs()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object