Factory pattern to manage one FODb inside an application. Use to get the current db factory instance. If the db is not open or created, use the fastobjectdb.database.path fastobjectdb.database.name properties to get db path and name.
Definition at line 55 of file SynchroFastObjectDBManager.java.
Public Member Functions | |
synchronized FastObjectDB | getCurrentFODB () throws DatabaseException |
return the current FODB instance. |
synchronized FastObjectDB org.openmobileis.database.fastobjectdb.synchro.client.SynchroFastObjectDBManager.getCurrentFODB | ( | ) | throws DatabaseException |
return the current FODB instance.
Open or create it if not done.
DatabaseException |
Reimplemented from org.openmobileis.database.fastobjectdb.FastObjectDBManager.
Definition at line 67 of file SynchroFastObjectDBManager.java.
References org.openmobileis.database.fastobjectdb.FastObjectDB.getCollection(), org.openmobileis.database.fastobjectdb.FastObjectDB.open(), and org.openmobileis.database.fastobjectdb.db.FODBCollection.setCollectionCypher().