org.openmobileis.database.fastobjectdb.synchro.client.SynchroFastObjectDBManager Class Reference

Inheritance diagram for org.openmobileis.database.fastobjectdb.synchro.client.SynchroFastObjectDBManager:

org.openmobileis.database.fastobjectdb.FastObjectDBManager List of all members.

Detailed Description

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.

Author:
Philippe Delrieu
Since:
JDK 1.1
Version:
1.0.

Definition at line 55 of file SynchroFastObjectDBManager.java.

Static Public Member Functions

static FastObjectDB getCurrentFODB () throws DatabaseException
 return the current FODB instance.
static void flushDB () throws DatabaseException
 Use to reload all db file headers.


Member Function Documentation

static FastObjectDB org.openmobileis.database.fastobjectdb.synchro.client.SynchroFastObjectDBManager.getCurrentFODB (  )  throws DatabaseException [static]

return the current FODB instance.

Open or create it if not done.

Returns:
the current database instance.
Exceptions:
DatabaseException 

Reimplemented from org.openmobileis.database.fastobjectdb.FastObjectDBManager.

Definition at line 64 of file SynchroFastObjectDBManager.java.

References org.openmobileis.database.fastobjectdb.FastObjectDBManager.db, org.openmobileis.database.fastobjectdb.FastObjectDB.getCollection(), org.openmobileis.database.fastobjectdb.FastObjectDB.open(), and org.openmobileis.database.fastobjectdb.db.FODBCollection.setCollectionCypher().


The documentation for this class was generated from the following file:
Generated on Mon Dec 4 11:03:36 2006 for OpenMobileIS by  doxygen 1.5.1-p1