org.openmobileis.common.util.database.ManagerDB Class Reference

Inheritance diagram for org.openmobileis.common.util.database.ManagerDB:

org.openmobileis.common.util.database.JdbcPoolManagerDB

List of all members.


Detailed Description

Title: OpenMobileIS project source
Description:.

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

Definition at line 41 of file ManagerDB.java.


Public Member Functions

abstract Connection getConnection () throws java.sql.SQLException
 getConnection() return a free connection or null if all the connections are used after a given time out
abstract void disconnect ()
 disconnect() method allows to close the database

Member Function Documentation

abstract Connection org.openmobileis.common.util.database.ManagerDB.getConnection (  )  throws java.sql.SQLException [pure virtual]

getConnection() return a free connection or null if all the connections are used after a given time out

Parameters:
: None
Returns:
: Connection
Exceptions:
: None

Implemented in org.openmobileis.common.util.database.JdbcPoolManagerDB.

Referenced by org.openmobileis.examples.server.synchro.BaseDataFODBSyncTarget.updateCollectionObject().

abstract void org.openmobileis.common.util.database.ManagerDB.disconnect (  )  [pure virtual]

disconnect() method allows to close the database

Parameters:
None 
Returns:
None
Exceptions:
SQLException 

Implemented in org.openmobileis.common.util.database.JdbcPoolManagerDB.


The documentation for this class was generated from the following file:
Generated on Mon Jan 11 21:19:20 2010 for OpenMobileIS by  doxygen 1.5.4