Class 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 Detail

      • QuartzConnectionProvider

        public QuartzConnectionProvider()
    • 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
      • initialize

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