org.sourceforge.jemm.database.persistent.berkeley
Class BDbDatabaseWrapper

java.lang.Object
  extended by org.sourceforge.jemm.database.persistent.berkeley.BDbDatabaseWrapper
All Implemented Interfaces:
DatabaseWrapper

public class BDbDatabaseWrapper
extends java.lang.Object
implements DatabaseWrapper


Constructor Summary
BDbDatabaseWrapper()
           
 
Method Summary
 org.sourceforge.jemm.database.Database getDatabase()
           
 void initialise()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BDbDatabaseWrapper

public BDbDatabaseWrapper()
Method Detail

getDatabase

public org.sourceforge.jemm.database.Database getDatabase()
Specified by:
getDatabase in interface DatabaseWrapper

initialise

public void initialise()
Specified by:
initialise in interface DatabaseWrapper

shutdown

public void shutdown()
Specified by:
shutdown in interface DatabaseWrapper


Copyright © 2009. All Rights Reserved.