Summer.Batch.Extra Namespace Reference

Namespaces

Classes

class  AbstractExecutionListener
 Common implementation of the pre processor, processor and post processor. Manages step and job contexts. More...
 
class  BatchConstants
 Constants used in extra batch support classes. More...
 
class  ContextManager
 Used to manage objects cache in Jobs/Steps. The execution context contains information on the current Job/Step being executed. More...
 
class  ContextManagerUnityLoader
 Unity loader registering context managers. More...
 
class  DateParser
 The default date parser More...
 
class  DummyItemReader
 Dummy reader that will always return a unique result (DefaultResult). More...
 
class  DummyItemWriter
 Writer which does nothing on purpose. More...
 
interface  IBooleanEncoder
 Interface for boolean encoders More...
 
interface  IContextManager
 Interface for context manager More...
 
interface  IDateParser
 Interface for date parsers. More...
 
interface  IItemCondition
 An Item Condition used to write records conditionally. More...
 
class  WriterResourceManager
 Prepares the step by initalizing the process writers called inside More...
 
class  ZeroOneBooleanEncoder
 Simple boolean encoder returning "0" or "1" More...