Use to get the current db factory instance. Use the PropertiesManager fastobjectdb.database.path and fastobjectdb.database.name properties to define db path and name.
Definition at line 45 of file FastObjectDBManager.java.
Public Member Functions | |
synchronized FastObjectDB | getCurrentFODB () throws DatabaseException |
return the current FODB instance. | |
synchronized void | flushDB () throws DatabaseException |
Use to reload all db file headers. | |
synchronized void | resetDB () throws DatabaseException |
reset all db collection to empty collection. |
synchronized FastObjectDB org.openmobileis.database.fastobjectdb.FastObjectDBManager.getCurrentFODB | ( | ) | throws DatabaseException |
return the current FODB instance.
Open or create it if not done.
DatabaseException |
Implements org.openmobileis.database.fastobjectdb.FastObjectDBManagerService.
Reimplemented in org.openmobileis.database.fastobjectdb.synchro.client.SynchroFastObjectDBManager.
Definition at line 79 of file FastObjectDBManager.java.
References org.openmobileis.database.fastobjectdb.FastObjectDB.open().