jetweb is hosted by Hepforge, IPPP Durham

cedar.jetweb.db
Class DBConfig

java.lang.Object
  extended by cedar.jetweb.db.DBConfig

public abstract class DBConfig
extends java.lang.Object

Manager for database connection.

Version:
$Date: 2006-03-08 16:54:47 +0000 (Wed, 08 Mar 2006) $ $Revision: 1039 $
Author:
Jon Butterworth

Constructor Summary
DBConfig()
           
 
Method Summary
static java.sql.Connection getConnection()
           
static DBConnectionManager getDBConnectionManager()
           
static void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBConfig

public DBConfig()
Method Detail

init

public static void init()

getConnection

public static java.sql.Connection getConnection()

getDBConnectionManager

public static DBConnectionManager getDBConnectionManager()