public class ConnectionUtilityConnectionProvider extends Object implements org.quartz.utils.ConnectionProvider
| Constructor and Description |
|---|
ConnectionUtilityConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection() |
String |
getDataSourceName() |
void |
initialize() |
void |
setDataSourceName(String dataSourceName) |
void |
shutdown() |
public Connection getConnection() throws SQLException
getConnection in interface org.quartz.utils.ConnectionProviderSQLExceptionpublic void initialize()
throws SQLException
initialize in interface org.quartz.utils.ConnectionProviderSQLExceptionpublic void shutdown()
throws SQLException
shutdown in interface org.quartz.utils.ConnectionProviderSQLExceptionpublic String getDataSourceName()
public void setDataSourceName(String dataSourceName)
Copyright © 2014. All Rights Reserved.