C# Class Akka.Actor.UnstartedCell

Inheritance: ICell
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

Méthode Description
GetChildByName ( string name ) : IInternalActorRef
GetChildren ( ) : IEnumerable
GetSingleChild ( string name ) : IInternalActorRef
Post ( IActorRef sender, object message ) : void
ReplaceWith ( ICell cell ) : void
Restart ( Exception cause ) : void
Resume ( Exception causedByFailure ) : void
SendSystemMessage ( ISystemMessage message ) : void
Start ( ) : void
Stop ( ) : void
Suspend ( ) : void
TryGetChildStatsByName ( string name, IChildStats &child ) : bool
UnstartedCell ( ActorSystemImpl system, RepointableActorRef self, Props props, IInternalActorRef supervisor ) : System

Private Methods

Méthode Description
CellIsReady ( ICell cell ) : bool
SendMessage ( object message, IActorRef sender ) : void
SendSystemMessage ( object message, IActorRef sender ) : void
TryEnqueue ( Envelope envelope ) : void

Method Details

GetChildByName() public méthode

public GetChildByName ( string name ) : IInternalActorRef
name string
Résultat IInternalActorRef

GetChildren() public méthode

public GetChildren ( ) : IEnumerable
Résultat IEnumerable

GetSingleChild() public méthode

public GetSingleChild ( string name ) : IInternalActorRef
name string
Résultat IInternalActorRef

Post() public méthode

public Post ( IActorRef sender, object message ) : void
sender IActorRef
message object
Résultat void

ReplaceWith() public méthode

public ReplaceWith ( ICell cell ) : void
cell ICell
Résultat void

Restart() public méthode

public Restart ( Exception cause ) : void
cause System.Exception
Résultat void

Resume() public méthode

public Resume ( Exception causedByFailure ) : void
causedByFailure System.Exception
Résultat void

SendSystemMessage() public méthode

public SendSystemMessage ( ISystemMessage message ) : void
message ISystemMessage
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Suspend() public méthode

public Suspend ( ) : void
Résultat void

TryGetChildStatsByName() public méthode

public TryGetChildStatsByName ( string name, IChildStats &child ) : bool
name string
child IChildStats
Résultat bool

UnstartedCell() public méthode

public UnstartedCell ( ActorSystemImpl system, RepointableActorRef self, Props props, IInternalActorRef supervisor ) : System
system ActorSystemImpl
self RepointableActorRef
props Props
supervisor IInternalActorRef
Résultat System