Package | Description |
---|---|
org.quartz.impl.jdbcjobstore |
Modifier and Type | Interface and Description |
---|---|
interface |
StdJDBCConstants
This interface extends
to include the query string constants in use by the
class. |
Modifier and Type | Class and Description |
---|---|
class |
CloudscapeDelegate
Deprecated.
Use the StdJDBCDelegate for latest versions of Derby
|
class |
DB2v6Delegate
Quartz JDBC delegate for DB2 v6 databases.
|
class |
DB2v7Delegate
Quartz JDBC delegate for DB2 v7 databases.
|
class |
DB2v8Delegate
Quartz JDBC delegate for DB2 v8 databases.
|
class |
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.
|
class |
HSQLDBDelegate
This is a driver delegate for the HSQLDB database.
|
class |
JobStoreCMT
JobStoreCMT is meant to be used in an application-server
environment that provides container-managed-transactions. |
class |
JobStoreSupport
Contains base functionality for JDBC-based JobStore implementations.
|
class |
JobStoreTX
JobStoreTX is meant to be used in a standalone environment. |
class |
MSSQLDelegate
This is a driver delegate for the MSSQL JDBC driver.
|
class |
PointbaseDelegate
This is a driver delegate for the Pointbase JDBC driver.
|
class |
PostgreSQLDelegate
This is a driver delegate for the PostgreSQL JDBC driver.
|
class |
StdJDBCDelegate
This is meant to be an abstract base class for most, if not all,
implementations. |
class |
StdRowLockSemaphore
Internal database based lock handler for providing thread/resource locking
in order to protect resources from being altered by multiple threads at the
same time.
|
class |
UpdateLockRowSemaphore
Provide thread/resource locking in order to protect
resources from being altered by multiple threads at the same time using
a db row update.
|