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

java.lang.Object
  extended byorg.openmobileis.database.fastobjectdb.FastObjectDBManager
      extended byorg.openmobileis.database.fastobjectdb.synchro.client.SynchroFastObjectDBManager
All Implemented Interfaces:
FastObjectDBManagerService

public class SynchroFastObjectDBManager
extends FastObjectDBManager
implements FastObjectDBManagerService

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.

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

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
CloseCurrentFODB, flushDB, getManager, isFodbStarted, registerManager, resetDB
 
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

SynchroFastObjectDBManager

public SynchroFastObjectDBManager()
Method Detail

getCurrentFODB

public FastObjectDB getCurrentFODB()
                            throws DatabaseException
return the current FODB instance. Open or create it if not done.

Specified by:
getCurrentFODB in interface FastObjectDBManagerService
Overrides:
getCurrentFODB in class FastObjectDBManager
Returns:
the current database instance.
Throws:
DatabaseException


Copyright 2006 OpenMobileIS. All Rights Reserved.