Language
The Free and Open Productivity Suite
stats
Class FatDataBaseOutProducer
java.lang.Object
|
+--stats.DataBaseOutProducer
|
+--stats.FatDataBaseOutProducer
- All Implemented Interfaces:
- LogWriter
- public class FatDataBaseOutProducer
- extends DataBaseOutProducer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FatDataBaseOutProducer
public FatDataBaseOutProducer(Hashtable param)
- Creates a new instance of APIDataBaseOutProducer
prepareDataBase
protected boolean prepareDataBase(LogWriter log)
- Description copied from class:
DataBaseOutProducer
- Prepare the database: executed once at the beginning.
Abstract method, so derived classes have to overwrite it.
- Overrides:
prepareDataBase
in class DataBaseOutProducer
checkDataBase
protected boolean checkDataBase(LogWriter log)
insertEntry
protected boolean insertEntry(LogWriter log)
- Description copied from class:
DataBaseOutProducer
- Insert one entr into the database.
Abstract method, so derived classes have to overwrite it.
- Overrides:
insertEntry
in class DataBaseOutProducer