com.ibm.jbatch.container.artifact.proxy
Class ChunkListenerProxy
java.lang.Object
com.ibm.jbatch.container.artifact.proxy.AbstractProxy<ChunkListener>
com.ibm.jbatch.container.artifact.proxy.ChunkListenerProxy
- All Implemented Interfaces:
- ChunkListener
public class ChunkListenerProxy
- extends AbstractProxy<ChunkListener>
- implements ChunkListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
afterChunk
public void afterChunk()
throws Exception
- Specified by:
afterChunk in interface ChunkListener
- Throws:
Exception
beforeChunk
public void beforeChunk()
throws Exception
- Specified by:
beforeChunk in interface ChunkListener
- Throws:
Exception
onError
public void onError(Exception ex)
throws Exception
- Specified by:
onError in interface ChunkListener
- Throws:
Exception
Copyright © 2013. All Rights Reserved.