C# 클래스 ExtendingSample.StartableFacility

Summary description for StartableFacility.
상속: IFacility
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
Init ( IKernel kernel, IConfiguration facilityConfig ) : void
Terminate ( ) : void

비공개 메소드들

메소드 설명
CheckWaitingList ( ) : void

For each new component registered, some components in the WaitingDependency state may have became valid, so we check them

OnComponentRegistered ( String key, IHandler handler ) : void
Start ( String key ) : void

Request the component instance

메소드 상세

Init() 공개 메소드

public Init ( IKernel kernel, IConfiguration facilityConfig ) : void
kernel IKernel
facilityConfig IConfiguration
리턴 void

Terminate() 공개 메소드

public Terminate ( ) : void
리턴 void