Package akka.actor

Class 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 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()