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.separator Infrastructure implementations of io file support separator concerns. 
 

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

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

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.
In a multi-threaded setting implementations have to ensure that only the state from the current thread is saved.
 void AbstractItemReader.mark()
           
 

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.separator
 

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



Copyright © 2008 SpringSource. All Rights Reserved.