Uses of Interface
org.springframework.batch.item.FailedItemIdentifier

Packages that use FailedItemIdentifier
org.springframework.batch.item.jms   
org.springframework.batch.retry.callback Infrastructure implementations of retry callback concerns. 
org.springframework.batch.retry.policy Infrastructure implementations of retry policy concerns. 
 

Uses of FailedItemIdentifier in org.springframework.batch.item.jms
 

Classes in org.springframework.batch.item.jms that implement FailedItemIdentifier
 class JmsItemReader
          An ItemReader for JMS using a JmsTemplate.
 

Uses of FailedItemIdentifier in org.springframework.batch.retry.callback
 

Methods in org.springframework.batch.retry.callback that return FailedItemIdentifier
 FailedItemIdentifier ItemWriterRetryCallback.getFailedItemIdentifier()
          Accessor for the FailedItemIdentifier.
 

Methods in org.springframework.batch.retry.callback with parameters of type FailedItemIdentifier
 void ItemWriterRetryCallback.setFailedItemIdentifier(FailedItemIdentifier failedItemIdentifier)
          Public setter for the FailedItemIdentifier.
 

Uses of FailedItemIdentifier in org.springframework.batch.retry.policy
 

Methods in org.springframework.batch.retry.policy with parameters of type FailedItemIdentifier
protected  boolean ItemWriterRetryPolicy.hasFailed(FailedItemIdentifier failedItemIdentifier, Object key)
          Extension point for cases where it is possible to avoid a cache hit by inspecting the item to determine if could ever have been seen before.
 



Copyright © 2008 SpringSource. All Rights Reserved.