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

Packages that use NewItemIdentifier
org.springframework.batch.item.jms   
org.springframework.batch.retry.interceptor Infrastructure implementations of retry aop concerns. 
 

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

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

Uses of NewItemIdentifier in org.springframework.batch.retry.interceptor
 

Methods in org.springframework.batch.retry.interceptor with parameters of type NewItemIdentifier
 void StatefulRetryOperationsInterceptor.setNewItemIdentifier(NewItemIdentifier newItemIdentifier)
          Public setter for the NewItemIdentifier.
 



Copyright © 2009 SpringSource. All Rights Reserved.