C# 클래스 Akka.Actor.UnstartedCell

상속: ICell
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CellIsReady ( ICell cell ) : bool
SendMessage ( object message, IActorRef sender ) : void
SendSystemMessage ( object message, IActorRef sender ) : void
TryEnqueue ( Envelope envelope ) : void

메소드 상세

GetChildByName() 공개 메소드

public GetChildByName ( string name ) : IInternalActorRef
name string
리턴 IInternalActorRef

GetChildren() 공개 메소드

public GetChildren ( ) : IEnumerable
리턴 IEnumerable

GetSingleChild() 공개 메소드

public GetSingleChild ( string name ) : IInternalActorRef
name string
리턴 IInternalActorRef

Post() 공개 메소드

public Post ( IActorRef sender, object message ) : void
sender IActorRef
message object
리턴 void

ReplaceWith() 공개 메소드

public ReplaceWith ( ICell cell ) : void
cell ICell
리턴 void

Restart() 공개 메소드

public Restart ( Exception cause ) : void
cause System.Exception
리턴 void

Resume() 공개 메소드

public Resume ( Exception causedByFailure ) : void
causedByFailure System.Exception
리턴 void

SendSystemMessage() 공개 메소드

public SendSystemMessage ( ISystemMessage message ) : void
message ISystemMessage
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Suspend() 공개 메소드

public Suspend ( ) : void
리턴 void

TryGetChildStatsByName() 공개 메소드

public TryGetChildStatsByName ( string name, IChildStats &child ) : bool
name string
child IChildStats
리턴 bool

UnstartedCell() 공개 메소드

public UnstartedCell ( ActorSystemImpl system, RepointableActorRef self, Props props, IInternalActorRef supervisor ) : System
system ActorSystemImpl
self RepointableActorRef
props Props
supervisor IInternalActorRef
리턴 System