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.ConnectionProvider
SQLException
public void initialize() throws SQLException
initialize
in interface org.quartz.utils.ConnectionProvider
SQLException
public void shutdown() throws SQLException
shutdown
in interface org.quartz.utils.ConnectionProvider
SQLException
public String getDataSourceName()
public void setDataSourceName(String dataSourceName)
Copyright © 2014. All Rights Reserved.