Uses of Class
org.springframework.batch.item.MarkFailedException

Packages that use MarkFailedException
org.springframework.batch.core.step.item Specific implementations of step concerns for item-oriented approach. 
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.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.support Internal support package 
 

Uses of MarkFailedException in org.springframework.batch.core.step.item
 

Methods in org.springframework.batch.core.step.item that throw MarkFailedException
 void ItemHandler.mark()
          Implementations should delegate to an ItemReader.
 void ItemSkipPolicyItemHandler.mark()
           
 void SimpleItemHandler.mark()
           
 

Uses of MarkFailedException in org.springframework.batch.item
 

Methods in org.springframework.batch.item that throw MarkFailedException
 void ItemReader.mark()
          Mark the stream so that it can be reset later and the items backed out.
Mark is called before reading a new chunk of items - in case of rollback mark will not be called again before re-processing the chunk.
 

Uses of MarkFailedException in org.springframework.batch.item.adapter
 

Methods in org.springframework.batch.item.adapter that throw MarkFailedException
 void ItemReaderAdapter.mark()
          No-op.
 

Uses of MarkFailedException in org.springframework.batch.item.file
 

Methods in org.springframework.batch.item.file that throw MarkFailedException
 void MultiResourceItemReader.mark()
          Remove the longer needed items from buffer, mark the index position and call mark() on delegate so that it clears its buffers.
 

Uses of MarkFailedException in org.springframework.batch.item.file.separator
 

Methods in org.springframework.batch.item.file.separator that throw MarkFailedException
 void ResourceLineReader.mark()
          Mark the state for return later with reset.
 

Uses of MarkFailedException in org.springframework.batch.item.support
 

Methods in org.springframework.batch.item.support that throw MarkFailedException
 void AbstractBufferedItemReaderItemStream.mark()
          Mark is supported as long as this ItemStream is used in a single-threaded environment.
 void AbstractItemReader.mark()
           
 



Copyright © 2009 SpringSource. All Rights Reserved.