SMILA 1.0 API documentation

org.eclipse.smila.bulkbuilder.helper
Interface BulkTrackerCallback

All Known Implementing Classes:
Bulkbuilder, BulkbuilderBase

public interface BulkTrackerCallback

Interface of bulk builders than can be watched by bulk tracker.

Author:
cind01

Method Summary
 void checkBulks()
          check bulks.
 

Method Detail

checkBulks

void checkBulks()
                throws BulkbuilderException
check bulks.

Throws:
BulkbuilderException - error checking or committing bulks.

SMILA 1.0 API documentation