public class SpringConnectionProvider extends Object implements org.quartz.utils.ConnectionProvider
| Constructor and Description |
|---|
SpringConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection() |
String |
getDataSourceName() |
void |
initialize() |
static void |
setApplicationContext(org.springframework.context.ApplicationContext appContext) |
void |
setDataSourceName(String dataSourceName) |
void |
shutdown() |
public String getDataSourceName()
public void setDataSourceName(String dataSourceName)
public Connection getConnection() throws SQLException
getConnection in interface org.quartz.utils.ConnectionProviderSQLExceptionpublic void shutdown()
throws SQLException
shutdown in interface org.quartz.utils.ConnectionProviderSQLExceptionpublic void initialize()
throws SQLException
initialize in interface org.quartz.utils.ConnectionProviderSQLExceptionpublic static void setApplicationContext(org.springframework.context.ApplicationContext appContext)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.