Click or drag to resize
ActorCell Class
Class ActorCell.
Inheritance Hierarchy

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public class ActorCell : IUntypedActorContext, IActorContext, 
	ActorRefFactory, ICanWatch, Cell

The ActorCell type exposes the following members.

Constructors
  NameDescription
Public methodActorCell
Initializes a new instance of the ActorCell class
Top
Methods
  NameDescription
Public methodActorOf
Public methodActorSelection(String)
Public methodActorSelection(ActorPath)
Protected methodAddressTerminated
Protected methodAddWatcher
Public methodAttachChild
Protected methodAutoReceiveMessage
Public methodBecome
Public methodCheckReceiveTimeout
Protected methodClearActor
Protected methodClearActorCell
Protected methodCreateNewActorInstance
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetChildByName Obsolete.
Public methodGetChildren
Public methodStatic memberGetCurrentSelfOrNoSender
Public methodStatic memberGetCurrentSenderOrNoSender
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSingleChild Obsolete.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit
Public methodInitChild
This should only be used privately or when creating the root actor.
Public methodInvoke
Invokes the specified envelope.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPost
Protected methodPrepareForNewActor
Protected methodPreStart
Allow extra pre-start initialization in derived classes
Protected methodReceivedTerminated
Public methodReceiveMessageForTest
This is only intended to be called from TestKit's TestActorRef
Protected methodRemoveChildAndGetStateChange
Protected methodRemWatcher
Public methodReserveChild
Public methodRestart
Restarts the specified cause.
Public methodResume
Resumes the specified caused by failure.
Protected methodSetActorFields
Protected methodSetChildrenTerminationReason
Public methodSetReceiveTimeout
Protected methodSetTerminated
Public methodStatic memberSplitNameAndUid
Public methodStart
Starts this instance.
Public methodStop
Async stop this actor
Public methodStop(ActorRef)
Stops the specified child.
Public methodSuspend
Suspends this instance.
Public methodSwapMailbox
Public methodSystemInvoke
Systems the invoke.
Protected methodTellWatchersWeDied
Public methodTerminatedQueuedFor
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetChildStatsByName
Tries to get the stats for the child with the specified name. The stats can be either ChildNameReserved indicating that only a name has been reserved for the child, or a ChildRestartStats for a child that has been initialized/created.
Protected methodTryGetChildStatsByRef
Tries to get the stats for the specified child.
Remarks
Since the child exists ChildRestartStats is the only valid ChildStats.
Public methodTryGetSingleChild
Public methodUnbecome
Protected methodUnreserveChild
Public methodUnwatch
Protected methodUnwatchWatchedActors
Public methodUseThreadContext
Public methodWatch
Protected methodWatchedActorTerminated
When this actor is watching the subject of [[akka.actor.Terminated]] message it will be propagated to user's receive.
Top
Extension Methods
Fields
  NameDescription
Protected fieldbehaviorStack
Public fieldStatic memberUndefinedUid
Top
Properties
See Also