com.ibm.jbatch.container.artifact.proxy
Class ChunkListenerProxy

java.lang.Object
  extended by com.ibm.jbatch.container.artifact.proxy.AbstractProxy<ChunkListener>
      extended by com.ibm.jbatch.container.artifact.proxy.ChunkListenerProxy
All Implemented Interfaces:
ChunkListener

public class ChunkListenerProxy
extends AbstractProxy<ChunkListener>
implements ChunkListener


Field Summary
 
Fields inherited from class com.ibm.jbatch.container.artifact.proxy.AbstractProxy
delegate, stepContext
 
Method Summary
 void afterChunk()
           
 void beforeChunk()
           
 void onError(Exception ex)
           
 
Methods inherited from class com.ibm.jbatch.container.artifact.proxy.AbstractProxy
getDelegate, setStepContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.