Uses of Interface
org.springframework.batch.retry.interceptor.NewMethodArgumentsIdentifier

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

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

Classes in org.springframework.batch.item.jms that implement NewMethodArgumentsIdentifier
 class JmsNewMethodArgumentsIdentifier<T>
          A NewMethodArgumentsIdentifier for JMS that looks for a message in the arguments and checks its delivery status.
 

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

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



Copyright © 2013 SpringSource. All Rights Reserved.