org.springframework.batch.core.listener
Class ChunkListenerSupport

java.lang.Object
  extended by org.springframework.batch.core.listener.ChunkListenerSupport
All Implemented Interfaces:
ChunkListener, StepListener

public class ChunkListenerSupport
extends Object
implements ChunkListener

Basic support implementation of ChunkListener

Author:
Lucas Ward

Constructor Summary
ChunkListenerSupport()
           
 
Method Summary
 void afterChunk()
          Callback after the chunk is executed, but inside the transaction.
 void beforeChunk()
          Callback before the chunk is executed, but inside the transaction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChunkListenerSupport

public ChunkListenerSupport()
Method Detail

afterChunk

public void afterChunk()
Description copied from interface: ChunkListener
Callback after the chunk is executed, but inside the transaction.

Specified by:
afterChunk in interface ChunkListener

beforeChunk

public void beforeChunk()
Description copied from interface: ChunkListener
Callback before the chunk is executed, but inside the transaction.

Specified by:
beforeChunk in interface ChunkListener


Copyright © 2009 SpringSource. All Rights Reserved.