Class QuartzConnectionProvider

java.lang.Object
de.xima.fc.timing.db.QuartzConnectionProvider
All Implemented Interfaces:
org.quartz.utils.ConnectionProvider

public class QuartzConnectionProvider extends Object implements org.quartz.utils.ConnectionProvider
Class to provide an database-connection for the scheduling
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • QuartzConnectionProvider

      public QuartzConnectionProvider()
  • Method Details

    • 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
    • initialize

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