Summer.Batch.Extra.DummyItemReader< T > Class Template Reference

Dummy reader that will always return a unique result (DefaultResult). More...

Inheritance diagram for Summer.Batch.Extra.DummyItemReader< T >:
Summer.Batch.Infrastructure.Item.IItemReader< object >

Public Member Functions

object Read ()
 Reader that will only return one item. More...
 
- Public Member Functions inherited from Summer.Batch.Infrastructure.Item.IItemReader< object >
Read ()
 Reads a piece of input data and advance to the next one. Implementations must return null at the end of the input data set. In a transactional setting, caller might get the same item twice from successive calls (or otherwise), if the first call was in a transaction that rolled back. More...
 

Detailed Description

Dummy reader that will always return a unique result (DefaultResult).

Member Function Documentation

object Summer.Batch.Extra.DummyItemReader< T >.Read ( )

Reader that will only return one item.

Returns
DefaultResult the first time, then null.

The documentation for this class was generated from the following file:
  • Summer.Batch.Extra/DummyItemReader.cs