C# 클래스 Summer.Batch.Infrastructure.Item.Support.CompositeItemStream

Simple IITemStream that delegates to a list of other streams.
상속: IItemStream
파일 보기 프로젝트 열기: SummerBatch/SummerBatch 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void

Brodcast the call to close

Dispose ( ) : void

@see IDisposable#Dispose .

Flush ( ) : void

Flushes all streams.

Open ( ExecutionContext executionContext ) : void

Broadcast the call to open.

Register ( IItemStream stream ) : void

Register a IITemStream as one of the interesting providers under the provided key.

Update ( ExecutionContext executionContext ) : void

Simple aggregate ExecutionContext provider for the contributions registered under the given key.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Does actual dispose. Simply delegates to Close();

메소드 상세

Close() 공개 메소드

Brodcast the call to close
 
public Close ( ) : void
리턴 void

Dispose() 공개 메소드

@see IDisposable#Dispose .
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Does actual dispose. Simply delegates to Close();
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Flush() 공개 메소드

Flushes all streams.
public Flush ( ) : void
리턴 void

Open() 공개 메소드

Broadcast the call to open.
 
public Open ( ExecutionContext executionContext ) : void
executionContext ExecutionContext
리턴 void

Register() 공개 메소드

Register a IITemStream as one of the interesting providers under the provided key.
public Register ( IItemStream stream ) : void
stream IItemStream
리턴 void

Update() 공개 메소드

Simple aggregate ExecutionContext provider for the contributions registered under the given key.
 
public Update ( ExecutionContext executionContext ) : void
executionContext ExecutionContext
리턴 void