public abstract class AbstractItemProcessor<T> extends java.lang.Object implements ItemProcessor<T>
| Constructor and Description |
|---|
AbstractItemProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
endItems()
Called after all items are processed.
|
void |
startItems()
Called before any items are processed.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessItempublic void startItems()
throws java.lang.Exception
ItemProcessorstartItems in interface ItemProcessor<T>java.lang.Exception - if an error occurs.public void endItems()
throws java.lang.Exception
ItemProcessorendItems in interface ItemProcessor<T>java.lang.Exception - if an error occurs.