Uses of Package
org.quartz.impl.jdbcjobstore

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

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.
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.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.
SimplePropertiesTriggerPersistenceDelegateSupport
          A base implementation of TriggerPersistenceDelegate that persists trigger fields in the "QRTZ_SIMPROP_TRIGGERS" table.
SimplePropertiesTriggerProperties
           
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.
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.
 

Classes in org.quartz.impl.jdbcjobstore used by org.quartz.impl.jdbcjobstore.oracle
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.
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.
 

Classes in org.quartz.impl.jdbcjobstore used by org.quartz.impl.jdbcjobstore.oracle.weblogic
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.
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.
 



Copyright 2001-2013, Terracotta, Inc.