Uses of Package
org.quartz.impl.jdbcjobstore

Packages that use org.quartz.impl.jdbcjobstore
org.quartz.impl.jdbcjobstore   
 

Classes in org.quartz.impl.jdbcjobstore used by org.quartz.impl.jdbcjobstore
Constants
           This interface can be implemented by any DriverDelegate class that needs to use the constants contained herein.
DBSemaphore
          Base class for database based lock handlers for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.
DriverDelegate
           This is the base interface for all driver delegate classes.
InvalidConfigurationException
           Exception class for when a driver delegate cannot be found for a given configuration, or lack thereof.
JobStoreSupport
           Contains base functionality for JDBC-based JobStore implementations.
JobStoreSupport.RecoverMisfiredJobsResult
          Helper class for returning the composite result of trying to recover misfired jobs.
JobStoreSupport.TransactionCallback
          Implement this interface to provide the code to execute within the a transaction template.
JobStoreSupport.VoidTransactionCallback
          Implement this interface to provide the code to execute within the a transaction template that has no return value.
LockException
           Exception class for when there is a failure obtaining or releasing a resource lock.
NoSuchDelegateException
           Exception class for when a driver delegate cannot be found for a given configuration, or lack thereof.
SchedulerStateRecord
           Conveys a scheduler-instance state record.
Semaphore
          An interface for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.
StdJDBCConstants
           This interface extends Constants to include the query string constants in use by the StdJDBCDelegate class.
StdJDBCDelegate
           This is meant to be an abstract base class for most, if not all, DriverDelegate implementations.
TablePrefixAware
          Interface for Quartz objects that need to know what the table prefix of the tables used by a JDBC JobStore is.
 



Copyright 2001-2019, Terracotta, Inc.