org.quartz.utils.weblogic
Class WeblogicConnectionProvider

java.lang.Object
  extended by org.quartz.utils.weblogic.WeblogicConnectionProvider
All Implemented Interfaces:
ConnectionProvider

public class WeblogicConnectionProvider
extends java.lang.Object
implements ConnectionProvider

Provides connections via Weblogic's JTS driver.

Author:
Mohammad Rezaei, James House
See Also:
ConnectionProvider, DBConnectionManager

Constructor Summary
WeblogicConnectionProvider(java.lang.String poolName)
           
 
Method Summary
 java.sql.Connection getConnection()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeblogicConnectionProvider

public WeblogicConnectionProvider(java.lang.String poolName)
Method Detail

getConnection

public java.sql.Connection getConnection()
                                  throws java.sql.SQLException
Specified by:
getConnection in interface ConnectionProvider
Throws:
java.sql.SQLException

shutdown

public void shutdown()
              throws java.sql.SQLException
Specified by:
shutdown in interface ConnectionProvider
Throws:
java.sql.SQLException


Copyright 2001-2011, Terracotta, Inc.