Package | Description |
---|---|
org.quartz.impl.jdbcjobstore |
Class and Description |
---|
Constants
This interface can be implemented by any
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.
|
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.
|
LockException
Exception class for when there is a failure obtaining or releasing a
resource lock.
|
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
to include the query string constants in use by the
class. |
StdJDBCDelegate
This is meant to be an abstract base class for most, if not all,
implementations. |
TablePrefixAware
Interface for Quartz objects that need to know what the table prefix of
the tables used by a JDBC JobStore is.
|