2.8.3: 2008-10-15

net.sf.basedb.core.data
Interface BatchableData

All Superinterfaces:
IdentifiableData
All Known Implementing Classes:
Base1PluginExecuter.RawDataProxy, Base1PluginExecuter.ReporterProxy, FeatureData, RawData, ReporterData, ReporterProxy

public interface BatchableData
extends IdentifiableData

This is a tagging interface only. Data classes that want to have batch functionality must implement this interface, plus that a subclass of the abstract BasicBatcher class in the core must be created.

Version:
2.0
Author:
Samuel
See Also:
BasicBatcher, Basic classes and interfaces, Batch processing

Method Summary
 
Methods inherited from interface net.sf.basedb.core.data.IdentifiableData
getId, getVersion
 


2.8.3: 2008-10-15