akka.remote
Class RemoteScope

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

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

See Also:
Serialized Form

Constructor Summary
RemoteScope(Address node)
           
 
Method Summary
 Address node()
           
 Scope withFallback(Scope other)
          When merging Deploy instances using withFallback() on the left one, this is propagated to “merging” scopes in the same way.
 
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(Address node)
Method Detail

node

public Address node()

withFallback

public Scope withFallback(Scope other)
Description copied from interface: Scope
When merging Deploy instances using withFallback() on the left one, this is propagated to “merging” scopes in the same way. The setup is biased towards preferring the callee over the argument, i.e. a.withFallback(b) is called expecting that a should in general take precedence.

Specified by:
withFallback in interface Scope