dk.netarkivet.archive.arcrepositoryadmin
Class DerbySpecifics

java.lang.Object
  extended by dk.netarkivet.common.utils.SettingsFactory<DBSpecifics>
      extended by dk.netarkivet.archive.arcrepositoryadmin.DBSpecifics
          extended by dk.netarkivet.archive.arcrepositoryadmin.DerbySpecifics
Direct Known Subclasses:
DerbyEmbeddedSpecifics, DerbyServerSpecifics

public abstract class DerbySpecifics
extends DBSpecifics

Derby-specific implementation of DB methods. This class is intended for potential updates of the database, if it sometime in the future needs to be updated. Since it is the first version of the database, no update method have yet been implemented.


Field Summary
protected  org.apache.commons.logging.Log log
          The log.
 
Constructor Summary
DerbySpecifics()
           
 
Method Summary
 
Methods inherited from class dk.netarkivet.archive.arcrepositoryadmin.DBSpecifics
backupDatabase, getDriverClassName, getInstance, shutdownDatabase
 
Methods inherited from class dk.netarkivet.common.utils.SettingsFactory
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected org.apache.commons.logging.Log log
The log.

Constructor Detail

DerbySpecifics

public DerbySpecifics()