org.quartz.utils.weblogic
Class WeblogicConnectionProvider

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

public class WeblogicConnectionProvider
extends Object
implements ConnectionProvider

Provides connections via Weblogic's JTS driver.

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

Constructor Summary
WeblogicConnectionProvider(String poolName)
           
 
Method Summary
 Connection getConnection()
           
 void initialize()
           
 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(String poolName)
Method Detail

getConnection

public Connection getConnection()
                         throws SQLException
Specified by:
getConnection in interface ConnectionProvider
Returns:
connection managed by this provider
Throws:
SQLException

initialize

public void initialize()
                throws SQLException
Specified by:
initialize in interface ConnectionProvider
Throws:
SQLException

shutdown

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


Copyright 2001-2015, Terracotta, Inc.