akka.cluster
Class ClusterScope

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

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


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

ClusterScope

public ClusterScope()
Method Detail

getInstance

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


withFallback

public static Scope withFallback(Scope other)