Open SiteSearch 4.1.1
Final

ORG.oclc.mantis
Interface IRecordId

All Known Implementing Classes:
GetRecordIdFromFile, SaveIdFromFile

public abstract interface IRecordId

The IRecordId interface defines the methods that must be implemented by all classes designed to be dynamically loaded by the BatchNewtonUpdate class for online update of Newton databases. This interface provides a mechanism of retreival for record ids for Newton database records which do not have a record id.


Method Summary
 void incrementit()
          Executes the method that will increment the record number for the next request for a new record id.
 String runit(Db dbObject, DataDir rec)
          Executes the class being dynamically loaded using the input parameter dbObject.
 

Method Detail

runit

public String runit(Db dbObject,
                    DataDir rec)
Executes the class being dynamically loaded using the input parameter dbObject.
Parameters:
dbObject - the Db object.

incrementit

public void incrementit()
Executes the method that will increment the record number for the next request for a new record id.

Open SiteSearch 4.1.1
Final