Package org.quartz.impl.jdbcjobstore

Interface Summary
Constants This interface can be implemented by any DriverDelegate class that needs to use the constants contained herein.
DriverDelegate This is the base interface for all driver delegate classes.
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.
 

Class Summary
CloudscapeDelegate This is a driver delegate for the Cloudscape database.
DB2v6Delegate  * Quartz JDBC delegate for DB2 v6 databases.
FiredTriggerRecord Conveys the state of a fired-trigger record.
HSQLDBDelegate This is a driver delegate for the HSQLDB database.
JobStoreCMT JobStoreCMT is meant to be used in an application-server environment that provides container-managed-transactions.
JobStoreSupport Contains base functionality for JDBC-based JobStore implementations.
JobStoreTX JobStoreTX is meant to be used in a standalone environment.
MSSQLDelegate This is a driver delegate for the MSSQL JDBC driver.
PostgreSQLDelegate This is a driver delegate for the PostgreSQL JDBC driver.
SchedulerStateRecord Conveys a scheduler-instance state record.
SimpleSemaphore An interface for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.
StdJDBCDelegate This is meant to be an abstract base class for most, if not all, DriverDelegate implementations.
StdRowLockSemaphore An interface for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.
Util This class contains utility functions for use in all delegate classes.
WebLogicDelegate This is a driver delegate for the WebLogic JDBC driver.
 

Exception Summary
InvalidConfigurationException Exception class for when a driver delegate cannot be found for a given configuration, or lack thereof.
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.
 



Copyright James House (c) 2001-2004