org.sourceforge.jemm.database.memory
Class MemDbDatabaseWrapper

java.lang.Object
  extended by org.sourceforge.jemm.database.memory.MemDbDatabaseWrapper
All Implemented Interfaces:
DatabaseWrapper

public class MemDbDatabaseWrapper
extends java.lang.Object
implements DatabaseWrapper


Constructor Summary
MemDbDatabaseWrapper()
           
 
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

MemDbDatabaseWrapper

public MemDbDatabaseWrapper()
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.