|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.repeat.listener.CompositeRepeatListener
public class CompositeRepeatListener
| Constructor Summary | |
|---|---|
CompositeRepeatListener()
|
|
| Method Summary | |
|---|---|
void |
after(RepeatContext context,
RepeatStatus result)
Called by the framework after each item has been processed, unless the item processing results in an exception. |
void |
before(RepeatContext context)
Called by the framework before each batch item. |
void |
close(RepeatContext context)
Called once at the end of a complete batch, after normal or abnormal completion (i.e. |
void |
onError(RepeatContext context,
java.lang.Throwable e)
Called when a repeat callback fails by throwing an exception. |
void |
open(RepeatContext context)
Called once at the start of a complete batch, before any items are processed. |
void |
register(RepeatListener listener)
Register additional listener. |
void |
setListeners(RepeatListener[] listeners)
Public setter for the listeners. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompositeRepeatListener()
| Method Detail |
|---|
public void setListeners(RepeatListener[] listeners)
listeners - public void register(RepeatListener listener)
listener -
public void after(RepeatContext context,
RepeatStatus result)
RepeatListener
after in interface RepeatListenercontext - the current batch contextresult - the result of the callbackpublic void before(RepeatContext context)
RepeatListener
before in interface RepeatListenercontext - the current batch context.public void close(RepeatContext context)
RepeatListener
close in interface RepeatListenercontext - the current batch context.
public void onError(RepeatContext context,
java.lang.Throwable e)
RepeatListener
onError in interface RepeatListenercontext - the current batch contexte - the error that was encountered in an item callback.public void open(RepeatContext context)
RepeatListener
open in interface RepeatListenercontext - the current batch context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||