org.springframework.batch.item.jms
Class JmsMethodInvocationRecoverer<T>
java.lang.Object
org.springframework.batch.item.jms.JmsMethodInvocationRecoverer<T>
- All Implemented Interfaces:
- MethodInvocationRecoverer<T>
public class JmsMethodInvocationRecoverer<T>
- extends Object
- implements MethodInvocationRecoverer<T>
- Author:
- Dave Syer
Field Summary |
protected org.apache.commons.logging.Log |
logger
|
Method Summary |
T |
recover(Object[] items,
Throwable cause)
Send one message per item in the arguments list using the default destination of
the jms template. |
void |
setJmsTemplate(org.springframework.jms.core.JmsOperations jmsTemplate)
Setter for jms template. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected org.apache.commons.logging.Log logger
JmsMethodInvocationRecoverer
public JmsMethodInvocationRecoverer()
setJmsTemplate
public void setJmsTemplate(org.springframework.jms.core.JmsOperations jmsTemplate)
- Setter for jms template.
- Parameters:
jmsTemplate
- a JmsOperations
instance
recover
public T recover(Object[] items,
Throwable cause)
- Send one message per item in the arguments list using the default destination of
the jms template. If the recovery is successful null is returned.
- Specified by:
recover
in interface MethodInvocationRecoverer<T>
- Parameters:
items
- the arguments for the method invocation that failed.cause
- the cause of the failure that led to this recovery.
- Returns:
- the value to be returned to the caller
- See Also:
MethodInvocationRecoverer.recover(Object[],
Throwable)
Copyright © 2013. All Rights Reserved.