|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionProvider | |
---|---|
org.quartz.utils | |
org.quartz.utils.weblogic |
Uses of ConnectionProvider in org.quartz.utils |
---|
Classes in org.quartz.utils that implement ConnectionProvider | |
---|---|
class |
JNDIConnectionProvider
A ConnectionProvider that provides connections from a DataSource
that is managed by an application server, and made available via JNDI. |
class |
PoolingConnectionProvider
A ConnectionProvider implementation that creates its own
pool of connections. |
Methods in org.quartz.utils with parameters of type ConnectionProvider | |
---|---|
void |
DBConnectionManager.addConnectionProvider(String dataSourceName,
ConnectionProvider provider)
|
Uses of ConnectionProvider in org.quartz.utils.weblogic |
---|
Classes in org.quartz.utils.weblogic that implement ConnectionProvider | |
---|---|
class |
WeblogicConnectionProvider
Provides connections via Weblogic's JTS driver. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |