|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
org.quartz.utils Class JNDIConnectionProvider
java.lang.Objectorg.quartz.utils.JNDIConnectionProvider
- All Implemented Interfaces:
- ConnectionProvider
public class JNDIConnectionProvider
- extends Object
- implements ConnectionProvider
A ConnectionProvider that provides connections from a DataSource
that is managed by an application server, and made available via JNDI.
- Author:
- James House, Sharada Jambula, Mohammad Rezaei, Patrick Lightbody, Srinivas Venkatarangaiah
- See Also:
DBConnectionManager,ConnectionProvider,PoolingConnectionProvider
| Constructor Summary | |
|---|---|
JNDIConnectionProvider(String jndiUrl,
boolean alwaysLookup)
Constructor |
|
JNDIConnectionProvider(String jndiUrl,
Properties jndiProps,
boolean alwaysLookup)
Constructor |
|
| Method Summary | |
|---|---|
Connection |
getConnection()
|
protected org.slf4j.Logger |
getLog()
|
boolean |
isAlwaysLookup()
|
void |
setAlwaysLookup(boolean b)
|
void |
shutdown()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
JNDIConnectionProvider
public JNDIConnectionProvider(String jndiUrl, boolean alwaysLookup)
- Constructor
- Parameters:
jndiUrl- The url for the datasource
JNDIConnectionProvider
public JNDIConnectionProvider(String jndiUrl, Properties jndiProps, boolean alwaysLookup)
- Constructor
- Parameters:
jndiUrl- The URL for the DataSourcejndiProps- The JNDI properties to use when establishing the InitialContext for the lookup of the given URL.
| Method Detail |
|---|
getLog
protected org.slf4j.Logger getLog()
getConnection
public Connection getConnection() throws SQLException
- Specified by:
getConnectionin interfaceConnectionProvider
- Returns:
- connection managed by this provider
- Throws:
SQLException
isAlwaysLookup
public boolean isAlwaysLookup()
setAlwaysLookup
public void setAlwaysLookup(boolean b)
shutdown
public void shutdown()
throws SQLException
- Specified by:
shutdownin interfaceConnectionProvider
- Throws:
SQLException
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2001-2011, Terracotta, Inc.
org.quartz.utils.JNDIConnectionProvider