akka.remote
Class RemoteScope

java.lang.Object
  extended by akka.remote.RemoteScope
All Implemented Interfaces:
akka.actor.Scope, java.io.Serializable, scala.Equals, scala.Product

public class RemoteScope
extends java.lang.Object
implements akka.actor.Scope, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteScope(akka.actor.Address node)
           
 
Method Summary
 akka.actor.Address node()
           
 akka.actor.Scope withFallback(akka.actor.Scope other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

RemoteScope

public RemoteScope(akka.actor.Address node)
Method Detail

node

public akka.actor.Address node()

withFallback

public akka.actor.Scope withFallback(akka.actor.Scope other)
Specified by:
withFallback in interface akka.actor.Scope