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

Quick Search    Search Deep

org.quartz.impl.jdbcjobstore.oracle.* (2)

org.quartz.impl.jdbcjobstore: Javadoc index of package org.quartz.impl.jdbcjobstore.


Package Samples:

org.quartz.impl.jdbcjobstore.oracle

Classes:

DriverDelegate: This is the base interface for all driver delegate classes. This interface is very similar to the org.quartz.spi.JobStore interface except each method has an additional java.sql.Connection parameter. Unless a database driver has some extremely-DB-specific requirements, any DriverDelegate implementation classes should extend the StdJDBCDelegate class.
JobStoreTX: JobStoreTX is meant to be used in a standalone environment. Both commit and rollback will be handled by this class. If you need a org.quartz.spi.JobStore class to use within an application-server environment, use JobStoreCMT instead.
JobStoreCMT: JobStoreCMT is meant to be used in an application-server environment that provides container-managed-transactions. No commit / rollback will be1 handled by this class. If you need commit / rollback, use JobStoreTX instead.
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. Subclasses should override only those methods that need special handling for the DBMS driver in question.
Constants: This interface can be implemented by any DriverDelegate class that needs to use the constants contained herein.
OracleDelegate: This is a driver delegate for the Oracle JDBC driver. To use this delegate, jdbcDriverVendor should be configured as 'Oracle' with any jdbcDriverVersion .
WebLogicOracleDelegate: Handle Blobs correctly when Oracle is being used inside of Weblogic 8.1, as discussed at: http://edocs.bea.com/wls/docs81/jdbc/thirdparty.html#1043705
StdRowLockSemaphore: An interface for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.
SimpleSemaphore: An interface for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.
Semaphore: An interface for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.
DB2v6Delegate: Quartz JDBC delegate for DB2 v6 databases. select count(name) had to be replaced with select count(*) .
NoSuchDelegateException: Exception class for when a driver delegate cannot be found for a given configuration, or lack thereof.
InvalidConfigurationException: Exception class for when a driver delegate cannot be found for a given configuration, or lack thereof.
LockException: Exception class for when there is a failure obtaining or releasing a resource lock.
Util: This class contains utility functions for use in all delegate classes.
JobStoreSupport: Contains base functionality for JDBC-based JobStore implementations.
PostgreSQLDelegate: This is a driver delegate for the PostgreSQL JDBC driver.
PointbaseDelegate: This is a driver delegate for the Pointbase JDBC driver.
WebLogicDelegate: This is a driver delegate for the WebLogic JDBC driver.
CloudscapeDelegate: This is a driver delegate for the Cloudscape database.
MSSQLDelegate: This is a driver delegate for the MSSQL JDBC driver.
HSQLDBDelegate: This is a driver delegate for the HSQLDB database.
FiredTriggerRecord: Conveys the state of a fired-trigger record.
SchedulerStateRecord: Conveys a scheduler-instance state record.

Home | Contact Us | Privacy Policy | Terms of Service