com.ibm.jbatch.tck.artifacts.specialized
Class ArtifactInstanceTestChunkListener

java.lang.Object
  extended by com.ibm.jbatch.tck.artifacts.specialized.ArtifactInstanceTestChunkListener
All Implemented Interfaces:
ChunkListener

@Named
public class ArtifactInstanceTestChunkListener
extends Object
implements ChunkListener


Constructor Summary
ArtifactInstanceTestChunkListener()
           
 
Method Summary
 void afterChunk()
           
 void beforeChunk()
           
 void onError(Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactInstanceTestChunkListener

public ArtifactInstanceTestChunkListener()
Method Detail

beforeChunk

public void beforeChunk()
                 throws Exception
Specified by:
beforeChunk in interface ChunkListener
Throws:
Exception

afterChunk

public void afterChunk()
                throws Exception
Specified by:
afterChunk in interface ChunkListener
Throws:
Exception

onError

public void onError(Exception e)
             throws Exception
Specified by:
onError in interface ChunkListener
Throws:
Exception


Copyright © 2013. All Rights Reserved.