Package | Description |
---|---|
org.quartz.impl.jdbcjobstore | |
org.quartz.impl.jdbcjobstore.oracle | |
org.quartz.impl.jdbcjobstore.oracle.weblogic |
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.
|
DriverDelegate
This is the base interface for all driver delegate classes.
|
FiredTriggerRecord
Conveys the state of a fired-trigger record.
|
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.TransactionValidator |
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.
|
SimplePropertiesTriggerPersistenceDelegateSupport
A base implementation of
TriggerPersistenceDelegate that persists
trigger fields in the "QRTZ_SIMPROP_TRIGGERS" table. |
SimplePropertiesTriggerProperties |
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.
|
TriggerPersistenceDelegate
An interface which provides an implementation for storing a particular
type of
Trigger 's extended properties. |
TriggerPersistenceDelegate.TriggerPropertyBundle |
TriggerStatus
Object representing a job or trigger key.
|
Class and Description |
---|
Constants
This interface can be implemented by any
class that needs to use the constants contained herein. |
DriverDelegate
This is the base interface for all driver delegate classes.
|
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. |
Class and Description |
---|
Constants
This interface can be implemented by any
class that needs to use the constants contained herein. |
DriverDelegate
This is the base interface for all driver delegate classes.
|
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. |
Copyright 2001-2019, Terracotta, Inc.