Uses of Interface
net.sf.mybatchfwk.history.IExecutionHistory

Packages that use IExecutionHistory
net.sf.mybatchfwk   
net.sf.mybatchfwk.history   
 

Uses of IExecutionHistory in net.sf.mybatchfwk
 

Fields in net.sf.mybatchfwk declared as IExecutionHistory
protected  IExecutionHistory ExecutionReport.history
          The execution history
 

Methods in net.sf.mybatchfwk that return IExecutionHistory
 IExecutionHistory ExecutionReport.getHistory()
           
 

Methods in net.sf.mybatchfwk with parameters of type IExecutionHistory
 void ExecutionReport.setHistory(IExecutionHistory history)
           
 

Constructors in net.sf.mybatchfwk with parameters of type IExecutionHistory
ExecutionReport(IExecutionHistory history)
           
 

Uses of IExecutionHistory in net.sf.mybatchfwk.history
 

Classes in net.sf.mybatchfwk.history that implement IExecutionHistory
 class 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.
 class MemoryExecutionHistory
          This implementation store the ids into the memory.
 



Copyright © 2006 null. All Rights Reserved.