Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.quartz.impl.jdbcjobstore

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.
JobStoreSupport.ClusterManager
           
JobStoreSupport.MisfireHandler
           
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.