Uses of Package
org.springframework.batch.item

Packages that use org.springframework.batch.item
org.springframework.batch.core Core domain context for Spring Batch covering jobs, steps, configuration and execution abstractions. 
org.springframework.batch.core.repository.dao Specific implementations of dao concerns. 
org.springframework.batch.core.step Specific implementations of step concerns. 
org.springframework.batch.core.step.item Specific implementations of step concerns for item-oriented approach. 
org.springframework.batch.core.step.tasklet Interfaces and generic implementations of tasklet concerns. 
org.springframework.batch.item Infrastructure interfaces and primary dependencies for item concerns. 
org.springframework.batch.item.adapter Adapters for Plain Old Java Objects. 
org.springframework.batch.item.database Infrastructure implementations of database based item readers and writers. 
org.springframework.batch.item.database.support   
org.springframework.batch.item.file Infrastructure implementations of io file concerns. 
org.springframework.batch.item.file.separator Infrastructure implementations of io file support separator concerns. 
org.springframework.batch.item.jms   
org.springframework.batch.item.support Internal support package 
org.springframework.batch.item.transform Writer implementation concerned with item transformation before writing. 
org.springframework.batch.item.validator Infrastructure implementations of item validator concerns. 
org.springframework.batch.item.xml Infrastructure implementations of xml input and output. 
org.springframework.batch.repeat.callback Infrastructure implementations of repeat callback concerns. 
org.springframework.batch.retry.callback Infrastructure implementations of retry callback concerns. 
org.springframework.batch.retry.policy Infrastructure implementations of retry policy concerns. 
 

Classes in org.springframework.batch.item used by org.springframework.batch.core
ExecutionContext
          Object representing a context for an ItemStream.
 

Classes in org.springframework.batch.item used by org.springframework.batch.core.repository.dao
ExecutionContext
          Object representing a context for an ItemStream.
 

Classes in org.springframework.batch.item used by org.springframework.batch.core.step
ExecutionContext
          Object representing a context for an ItemStream.
 

Classes in org.springframework.batch.item used by org.springframework.batch.core.step.item
ClearFailedException
          Unchecked exception indicating that an error has occurred while trying to call ItemWriter.clear()
ExecutionContext
          Object representing a context for an ItemStream.
FlushFailedException
          Unchecked exception indicating that an error has occurred while trying to call ItemWriter.flush()
ItemKeyGenerator
          Extension of the ItemReader interface that allows items to be identified and tagged by a unique key.
ItemReader
          Strategy interface for providing the data.
ItemRecoverer
          Strategy interface for recovery action when processing of an item fails.
ItemStream
           Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.
ItemWriter
           Basic interface for generic output operations.
MarkFailedException
          An exception class thrown when an ItemReader fails to mark its current state for future retry.
ResetFailedException
          An exception class thrown when an ItemReader fails to reset its state based on the previous mark.
 

Classes in org.springframework.batch.item used by org.springframework.batch.core.step.tasklet
ExecutionContext
          Object representing a context for an ItemStream.
 

Classes in org.springframework.batch.item used by org.springframework.batch.item
ClearFailedException
          Unchecked exception indicating that an error has occurred while trying to call ItemWriter.clear()
ExecutionContext
          Object representing a context for an ItemStream.
FlushFailedException
          Unchecked exception indicating that an error has occurred while trying to call ItemWriter.flush()
ItemReader
          Strategy interface for providing the data.
ItemReaderException
          A base exception class that all exceptions thrown from an ItemReader extend.
ItemStream
           Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.
ItemStreamException
          Exception representing any errors encountered while processing a stream.
ItemStreamSupport
          Empty method implementation of ItemStream.
ItemWriter
           Basic interface for generic output operations.
ItemWriterException
          A base exception class that all exceptions thrown from an ItemWriter extend.
MarkFailedException
          An exception class thrown when an ItemReader fails to mark its current state for future retry.
NoWorkFoundException
          Exception indicating that an ItemReader found no work to process while initializing.
ParseException
          Exception indicating that an error has been encountered parsing io, typically from a file.
ResetFailedException
          An exception class thrown when an ItemReader fails to reset its state based on the previous mark.
UnexpectedInputException
          Used to signal an unexpected end of an input or message stream.
 

Classes in org.springframework.batch.item used by org.springframework.batch.item.adapter
ClearFailedException
          Unchecked exception indicating that an error has occurred while trying to call ItemWriter.clear()
FlushFailedException
          Unchecked exception indicating that an error has occurred while trying to call ItemWriter.flush()
ItemReader
          Strategy interface for providing the data.
ItemWriter
           Basic interface for generic output operations.
MarkFailedException
          An exception class thrown when an ItemReader fails to mark its current state for future retry.
ResetFailedException
          An exception class thrown when an ItemReader fails to reset its state based on the previous mark.
 

Classes in org.springframework.batch.item used by org.springframework.batch.item.database
ClearFailedException
          Unchecked exception indicating that an error has occurred while trying to call ItemWriter.clear()
ExecutionContext
          Object representing a context for an ItemStream.
ExecutionContextUserSupport
          Facilitates assigning names to objects persisting data in ExecutionContext and generating keys for ExecutionContext based on the name.
FlushFailedException
          Unchecked exception indicating that an error has occurred while trying to call ItemWriter.flush()
ItemReader
          Strategy interface for providing the data.
ItemStream
           Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.
ItemWriter
           Basic interface for generic output operations.
ResetFailedException
          An exception class thrown when an ItemReader fails to reset its state based on the previous mark.
 

Classes in org.springframework.batch.item used by org.springframework.batch.item.database.support
ExecutionContext
          Object representing a context for an ItemStream.
ExecutionContextUserSupport
          Facilitates assigning names to objects persisting data in ExecutionContext and generating keys for ExecutionContext based on the name.
 

Classes in org.springframework.batch.item used by org.springframework.batch.item.file
ClearFailedException
          Unchecked exception indicating that an error has occurred while trying to call ItemWriter.clear()
ExecutionContext
          Object representing a context for an ItemStream.
ExecutionContextUserSupport
          Facilitates assigning names to objects persisting data in ExecutionContext and generating keys for ExecutionContext based on the name.
FlushFailedException
          Unchecked exception indicating that an error has occurred while trying to call ItemWriter.flush()
ItemReader
          Strategy interface for providing the data.
ItemReaderException
          A base exception class that all exceptions thrown from an ItemReader extend.
ItemStream
           Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.
ItemStreamException
          Exception representing any errors encountered while processing a stream.
ItemWriter
           Basic interface for generic output operations.
ParseException
          Exception indicating that an error has been encountered parsing io, typically from a file.
 

Classes in org.springframework.batch.item used by org.springframework.batch.item.file.separator
ExecutionContext
          Object representing a context for an ItemStream.
ItemReader
          Strategy interface for providing the data.
ItemStream
           Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.
ItemStreamSupport
          Empty method implementation of ItemStream.
MarkFailedException
          An exception class thrown when an ItemReader fails to mark its current state for future retry.
ResetFailedException
          An exception class thrown when an ItemReader fails to reset its state based on the previous mark.
 

Classes in org.springframework.batch.item used by org.springframework.batch.item.jms
AbstractItemReader
          Base class for ItemReader implementations.
FailedItemIdentifier
          Strategy interface to distinguish a new item from one that has been processed before and failed, e.g.
ItemKeyGenerator
          Extension of the ItemReader interface that allows items to be identified and tagged by a unique key.
ItemReader
          Strategy interface for providing the data.
ItemRecoverer
          Strategy interface for recovery action when processing of an item fails.
 

Classes in org.springframework.batch.item used by org.springframework.batch.item.support
AbstractItemReader
          Base class for ItemReader implementations.
ClearFailedException
          Unchecked exception indicating that an error has occurred while trying to call ItemWriter.clear()
ExecutionContext
          Object representing a context for an ItemStream.
FlushFailedException
          Unchecked exception indicating that an error has occurred while trying to call ItemWriter.flush()
ItemReader
          Strategy interface for providing the data.
ItemStream
           Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.
ItemStreamException
          Exception representing any errors encountered while processing a stream.
ItemWriter
           Basic interface for generic output operations.
 

Classes in org.springframework.batch.item used by org.springframework.batch.item.transform
ItemWriter
           Basic interface for generic output operations.
 

Classes in org.springframework.batch.item used by org.springframework.batch.item.validator
AbstractItemReader
          Base class for ItemReader implementations.
ItemReader
          Strategy interface for providing the data.
ItemReaderException
          A base exception class that all exceptions thrown from an ItemReader extend.
 

Classes in org.springframework.batch.item used by org.springframework.batch.item.xml
ClearFailedException
          Unchecked exception indicating that an error has occurred while trying to call ItemWriter.clear()
ExecutionContext
          Object representing a context for an ItemStream.
ExecutionContextUserSupport
          Facilitates assigning names to objects persisting data in ExecutionContext and generating keys for ExecutionContext based on the name.
FlushFailedException
          Unchecked exception indicating that an error has occurred while trying to call ItemWriter.flush()
ItemReader
          Strategy interface for providing the data.
ItemStream
           Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.
ItemWriter
           Basic interface for generic output operations.
 

Classes in org.springframework.batch.item used by org.springframework.batch.repeat.callback
ItemReader
          Strategy interface for providing the data.
ItemWriter
           Basic interface for generic output operations.
 

Classes in org.springframework.batch.item used by org.springframework.batch.retry.callback
FailedItemIdentifier
          Strategy interface to distinguish a new item from one that has been processed before and failed, e.g.
ItemKeyGenerator
          Extension of the ItemReader interface that allows items to be identified and tagged by a unique key.
ItemRecoverer
          Strategy interface for recovery action when processing of an item fails.
ItemWriter
           Basic interface for generic output operations.
 

Classes in org.springframework.batch.item used by org.springframework.batch.retry.policy
FailedItemIdentifier
          Strategy interface to distinguish a new item from one that has been processed before and failed, e.g.
 



Copyright © 2008 SpringSource. All Rights Reserved.