akka.actor
Class ActorCell$

java.lang.Object
  extended by akka.actor.ActorCell$

public class ActorCell$
extends java.lang.Object

Everything in here is completely Akka PRIVATE. You will not find any supported APIs in this place. This is not the API you were looking for! (waves hand)


Field Summary
static ActorCell$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ActorCell$()
           
 
Method Summary
 java.lang.ThreadLocal<scala.collection.immutable.List<ActorContext>> contextStack()
           
 int DefaultState()
           
 scala.collection.immutable.Set<ActorRef> emptyActorRefSet()
           
 scala.collection.immutable.List<scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit>> emptyBehaviorStack()
           
 Cancellable emptyCancellable()
           
 int newUid()
           
 scala.Tuple2<java.lang.String,java.lang.Object> splitNameAndUid(java.lang.String name)
           
 int SuspendedState()
           
 int SuspendedWaitForChildrenState()
           
 Props terminatedProps()
           
 int undefinedUid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final ActorCell$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

ActorCell$

public ActorCell$()
Method Detail

contextStack

public java.lang.ThreadLocal<scala.collection.immutable.List<ActorContext>> contextStack()

emptyCancellable

public final Cancellable emptyCancellable()

emptyBehaviorStack

public final scala.collection.immutable.List<scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit>> emptyBehaviorStack()

emptyActorRefSet

public final scala.collection.immutable.Set<ActorRef> emptyActorRefSet()

terminatedProps

public final Props terminatedProps()

undefinedUid

public final int undefinedUid()

newUid

public final int newUid()

splitNameAndUid

public final scala.Tuple2<java.lang.String,java.lang.Object> splitNameAndUid(java.lang.String name)

DefaultState

public final int DefaultState()

SuspendedState

public final int SuspendedState()

SuspendedWaitForChildrenState

public final int SuspendedWaitForChildrenState()