Class GrouperQuartzConnectionProvider

java.lang.Object
edu.internet2.middleware.grouper.app.loader.GrouperQuartzConnectionProvider
All Implemented Interfaces:
org.quartz.utils.ConnectionProvider

public class GrouperQuartzConnectionProvider extends Object implements org.quartz.utils.ConnectionProvider
  • Constructor Details

    • GrouperQuartzConnectionProvider

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