|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobileis.database.fastobjectdb.FastObjectDBManager
org.openmobileis.database.fastobjectdb.synchro.client.SynchroFastObjectDBManager
Title: OpenMobileIS project source
Description:
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.
Field Summary |
Fields inherited from class org.openmobileis.database.fastobjectdb.FastObjectDBManager |
cypherList, db, fodbStarted, manager |
Constructor Summary | |
SynchroFastObjectDBManager()
|
Method Summary | |
FastObjectDB |
getCurrentFODB()
return the current FODB instance. |
Methods inherited from class org.openmobileis.database.fastobjectdb.FastObjectDBManager |
flushDB, getManager, isFodbStarted, registerManager |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.openmobileis.database.fastobjectdb.FastObjectDBManagerService |
flushDB, isFodbStarted |
Constructor Detail |
public SynchroFastObjectDBManager()
Method Detail |
public FastObjectDB getCurrentFODB() throws DatabaseException
getCurrentFODB
in interface FastObjectDBManagerService
getCurrentFODB
in class FastObjectDBManager
DatabaseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |