Click or drag to resize
ResizablePoolCell Class

[Missing <summary> documentation for "T:Akka.Routing.ResizablePoolCell"]

Inheritance Hierarchy

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public class ResizablePoolCell : RoutedActorCell

The ResizablePoolCell type exposes the following members.

Constructors
  NameDescription
Public methodResizablePoolCell
Initializes a new instance of the ResizablePoolCell class
Top
Methods
  NameDescription
Public methodActorOf (Inherited from ActorCell.)
Public methodActorSelection(String) (Inherited from ActorCell.)
Public methodActorSelection(ActorPath) (Inherited from ActorCell.)
Protected methodAddressTerminated (Inherited from ActorCell.)
Protected methodAddWatcher (Inherited from ActorCell.)
Public methodAttachChild (Inherited from ActorCell.)
Protected methodAutoReceiveMessage (Inherited from ActorCell.)
Public methodBecome (Inherited from ActorCell.)
Public methodCheckReceiveTimeout (Inherited from ActorCell.)
Protected methodClearActor (Inherited from ActorCell.)
Protected methodClearActorCell (Inherited from ActorCell.)
Protected methodCreateNewActorInstance (Inherited from RoutedActorCell.)
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. (Inherited from ActorCell.)
Public methodGetChildren (Inherited from ActorCell.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSingleChild Obsolete. (Inherited from ActorCell.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit (Inherited from ActorCell.)
Public methodInitChild
This should only be used privately or when creating the root actor.
(Inherited from ActorCell.)
Public methodInvoke
Invokes the specified envelope.
(Inherited from ActorCell.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPost (Overrides RoutedActorCellPost(ActorRef, Object).)
Protected methodPrepareForNewActor (Inherited from ActorCell.)
Protected methodPreStart (Overrides ActorCellPreStart.)
Protected methodReceivedTerminated (Inherited from ActorCell.)
Public methodReceiveMessageForTest
This is only intended to be called from TestKit's TestActorRef
(Inherited from ActorCell.)
Protected methodRemoveChildAndGetStateChange (Inherited from ActorCell.)
Protected methodRemWatcher (Inherited from ActorCell.)
Public methodReserveChild (Inherited from ActorCell.)
Public methodRestart
Restarts the specified cause.
(Inherited from ActorCell.)
Public methodResume
Resumes the specified caused by failure.
(Inherited from ActorCell.)
Protected methodSetActorFields (Inherited from ActorCell.)
Protected methodSetChildrenTerminationReason (Inherited from ActorCell.)
Public methodSetReceiveTimeout (Inherited from ActorCell.)
Protected methodSetTerminated (Inherited from ActorCell.)
Public methodStart
Starts this instance.
(Inherited from ActorCell.)
Public methodStop
Async stop this actor
(Inherited from ActorCell.)
Public methodStop(ActorRef)
Stops the specified child.
(Inherited from ActorCell.)
Public methodSuspend
Suspends this instance.
(Inherited from ActorCell.)
Public methodSwapMailbox (Inherited from ActorCell.)
Public methodSystemInvoke
Systems the invoke.
(Inherited from ActorCell.)
Protected methodTellWatchersWeDied (Inherited from ActorCell.)
Public methodTerminatedQueuedFor (Inherited from ActorCell.)
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.
(Inherited from ActorCell.)
Protected methodTryGetChildStatsByRef
Tries to get the stats for the specified child.
Remarks
Since the child exists ChildRestartStats is the only valid ChildStats.
(Inherited from ActorCell.)
Public methodTryGetSingleChild (Inherited from ActorCell.)
Public methodUnbecome (Inherited from ActorCell.)
Protected methodUnreserveChild (Inherited from ActorCell.)
Public methodUnwatch (Inherited from ActorCell.)
Protected methodUnwatchWatchedActors (Inherited from ActorCell.)
Public methodUseThreadContext (Inherited from ActorCell.)
Public methodWatch (Inherited from ActorCell.)
Protected methodWatchedActorTerminated
When this actor is watching the subject of [[akka.actor.Terminated]] message it will be propagated to user's receive.
(Inherited from ActorCell.)
Top
Extension Methods
Fields
  NameDescription
Protected fieldbehaviorStack (Inherited from ActorCell.)
Top
Properties
  NameDescription
Protected propertyActor (Inherited from ActorCell.)
Public propertyCurrentMessage (Inherited from ActorCell.)
Public propertyDispatcher (Inherited from ActorCell.)
Public propertyHasMessages (Inherited from ActorCell.)
Public propertyIsLocal (Inherited from ActorCell.)
Protected propertyIsNormal (Inherited from ActorCell.)
Public propertyIsTerminated (Inherited from ActorCell.)
Protected propertyIsTerminating (Inherited from ActorCell.)
Public propertyMailbox (Inherited from ActorCell.)
Public propertyNumberOfMessages (Inherited from ActorCell.)
Public propertyParent (Inherited from ActorCell.)
Public propertyProps (Inherited from ActorCell.)
Public propertyRouteeProps (Inherited from RoutedActorCell.)
Public propertyRouter (Inherited from RoutedActorCell.)
Public propertyRouterConfig (Inherited from RoutedActorCell.)
Public propertySelf (Inherited from ActorCell.)
Public propertySender (Inherited from ActorCell.)
Public propertySystem (Inherited from ActorCell.)
Public propertySystemImpl (Inherited from ActorCell.)
Top
See Also