Package net.sf.mybatchfwk.history

Interface Summary
IExecutionHistory An ExecutionHistory is design to store the id of the completed and failed tasks.
 

Class Summary
FileExecutionHistory An history storage that store the id of the executed tasks into two files, one for the completed tasks, one another for the failed tasks.
KeysFileIndexer The KeysFileIndexer classe is used in order to index keys contained into a file (one line = one key).
LineIterator An adapter that exposes a buffered reader as an iterator over the returned lines.
MemoryExecutionHistory This implementation store the ids into the memory.
 

Exception Summary
LineIterator.IOEWrapper A wrapper of IOException
 



Copyright © 2006 null. All Rights Reserved.