akka.actor
Class LocalScope

java.lang.Object
  extended by akka.actor.LocalScope
All Implemented Interfaces:
Scope
Direct Known Subclasses:
LocalScope$

public abstract class LocalScope
extends java.lang.Object
implements Scope


Constructor Summary
LocalScope()
           
 
Method Summary
static LocalScope$ getInstance()
          Java API: get the singleton instance
static Scope withFallback(Scope other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.actor.Scope
withFallback
 

Constructor Detail

LocalScope

public LocalScope()
Method Detail

getInstance

public static LocalScope$ getInstance()
Java API: get the singleton instance


withFallback

public static Scope withFallback(Scope other)