com.atlassian.jira.scheduler
Class Quartz1ConnectionProvider

java.lang.Object
  extended by com.atlassian.jira.scheduler.Quartz1ConnectionProvider
All Implemented Interfaces:
org.quartz.utils.ConnectionProvider

public class Quartz1ConnectionProvider
extends Object
implements org.quartz.utils.ConnectionProvider

This class supplies a database connection to the Quartz scheduler

Since:
v6.2

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

Constructor Detail

Quartz1ConnectionProvider

public Quartz1ConnectionProvider()
Method Detail

getConnection

public Connection getConnection()
                         throws SQLException
Specified by:
getConnection in interface org.quartz.utils.ConnectionProvider
Throws:
SQLException

shutdown

public void shutdown()
              throws SQLException
Specified by:
shutdown in interface org.quartz.utils.ConnectionProvider
Throws:
SQLException


Copyright © 2002-2014 Atlassian. All Rights Reserved.