Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

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

Static Public Member Functions

static ManagerDB getManager ()
static void registerManager (ManagerDB m)


Member Function Documentation

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.

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.


The documentation for this class was generated from the following file:
Generated on Wed Dec 14 21:05:37 2005 for OpenMobileIS by  doxygen 1.4.4