Uses of Package
org.quartz.impl.jdbcjobstore

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

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.
DriverDelegate
           This is the base interface for all driver delegate classes.
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.
NoSuchDelegateException
           Exception class for when a driver delegate cannot be found for a given configuration, or lack thereof.
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.
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
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.
 


Quartz Project Page