public class DBAccessPoolManager extends Object
Constructor and Description |
---|
DBAccessPoolManager() |
Modifier and Type | Method and Description |
---|---|
static void |
closeDataSource(DatenbankZugriff dbZugriff) |
static Connection |
getConnection(DatenbankZugriff dbZugriff) |
static DataSource |
getDataSource(DatenbankZugriff dbZugriff) |
static String |
searchDriverClass(String jdbcUrl) |
static void |
shutdownAll() |
static Boolean |
testConnection(DatenbankZugriff dbZugriff) |
public static Connection getConnection(DatenbankZugriff dbZugriff) throws SQLException, PropertyVetoException
SQLException
PropertyVetoException
public static DataSource getDataSource(DatenbankZugriff dbZugriff) throws PropertyVetoException
PropertyVetoException
public static void closeDataSource(DatenbankZugriff dbZugriff)
public static Boolean testConnection(DatenbankZugriff dbZugriff) throws PropertyVetoException, SQLException
PropertyVetoException
SQLException
public static String searchDriverClass(String jdbcUrl) throws SQLException
SQLException
public static void shutdownAll()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.