Package | Description |
---|---|
org.quartz.utils | |
org.quartz.utils.weblogic |
Modifier and Type | Interface and Description |
---|---|
interface |
PoolingConnectionProvider
ConnectionProvider s supporting pooling of connections. |
Modifier and Type | Class and Description |
---|---|
class |
C3p0PoolingConnectionProvider
A
ConnectionProvider implementation that creates its own
pool of connections. |
class |
HikariCpPoolingConnectionProvider
A
ConnectionProvider implementation that creates its own
pool of connections. |
class |
JNDIConnectionProvider
A
ConnectionProvider that provides connections from a DataSource
that is managed by an application server, and made available via JNDI. |
Modifier and Type | Method and Description |
---|---|
void |
DBConnectionManager.addConnectionProvider(String dataSourceName,
ConnectionProvider provider) |
Modifier and Type | Class and Description |
---|---|
class |
WeblogicConnectionProvider
Provides connections via Weblogic's JTS driver.
|
Copyright 2001-2019, Terracotta, Inc.