akka.actor
Class NoScopeGiven

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

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

This is the default value and as such allows overrides.


Constructor Summary
NoScopeGiven()
           
 
Method Summary
static NoScopeGiven$ 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

NoScopeGiven

public NoScopeGiven()
Method Detail

withFallback

public static Scope withFallback(Scope other)

getInstance

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