org.jumpmind.symmetric.load
Interface IBatchListener

All Superinterfaces:
IExtensionPoint
All Known Subinterfaces:
IPublisherFilter
All Known Implementing Classes:
AbstractTextPublisherFilter, SyncTriggersRequiredFilter, TemplatedPublisherFilter, XmlPublisherFilter

@Transactional
public interface IBatchListener
extends IExtensionPoint


Method Summary
 void batchComplete(IDataLoader loader, IncomingBatchHistory history)
          This method is called after a batch has been successfully processed.
 
Methods inherited from interface org.jumpmind.symmetric.ext.IExtensionPoint
isAutoRegister
 

Method Detail

batchComplete

void batchComplete(IDataLoader loader,
                   IncomingBatchHistory history)
This method is called after a batch has been successfully processed. It is called in the scope of the transaction that controls the batch commit.



Copyright © 2007-2008. All Rights Reserved.