public abstract class AbstractBasicFragileLoopItemHandler<T,E extends java.lang.Exception> extends java.lang.Object implements FragileLoopItemHandler<T,E>
LoopHandler.beforeStart()
and
LoopHandler.afterFinish()
methods.Constructor and Description |
---|
AbstractBasicFragileLoopItemHandler() |
Modifier and Type | Method and Description |
---|---|
void |
afterFinish()
Called after the loop has finished.
|
void |
beforeStart()
Called before the loop is started.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handle
public void beforeStart()
beforeStart
in interface LoopHandler
public void afterFinish()
afterFinish
in interface LoopHandler