akka.actor
Interface ActorRefScope

All Known Subinterfaces:
LocalRef, MinimalActorRef, RemoteRef, RepointableRef
All Known Implementing Classes:
DeadLetterActorRef, EmptyLocalActorRef, LocalActorRef, Logging.StandardOutLogger, Nobody, Nobody$, PromiseActorRef, RemoteActorRef, RemoteSystemDaemon, RepointableActorRef, RoutedActorRef, TestActorRef, TestFSMRef, UndefinedUidActorRef, VirtualPathContainer

public interface ActorRefScope

All ActorRefs have a scope which describes where they live. Since it is often necessary to distinguish between local and non-local references, this is the only method provided on the scope.


Method Summary
 boolean isLocal()
           
 

Method Detail

isLocal

boolean isLocal()