Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.quartz.impl Classes and Interfaces - 79 results found.
NameDescriptionTypePackageFramework
AbstractTrigger The base abstract class to be extended by all Triggers.Classorg.quartz.impl.triggersQuartz
AndMatcherMatches using an AND operator on two Matcher operands.Classorg.quartz.impl.matchersQuartz
AnnualCalendar This implementation of the Calendar excludes a set of days of the year.Classorg.quartz.impl.calendarQuartz
AttributeRestoringConnectionInvocationHandler Protects a Connection's attributes from being permanently modfied.Classorg.quartz.impl.jdbcjobstoreQuartz
BaseCalendar This implementation of the Calendar may be used (you don't have to) as a base class for more sophisticated one's.Classorg.quartz.impl.calendarQuartz
CacheDelegateClassorg.quartz.impl.jdbcjobstoreQuartz
CalendarIntervalTriggerImplA concrete Trigger that is used to fire a JobDetail based upon repeating calendar time intervals.Classorg.quartz.impl.triggersQuartz
CalendarIntervalTriggerPersistenceDelegateNested Class SummaryNested classes/interfaces inherited from interface org.Classorg.quartz.impl.jdbcjobstoreQuartz
Constants This interface can be implemented by any DriverDelegate class that needs to use the constants contained herein.Interfaceorg.quartz.impl.jdbcjobstoreQuartz
CoreTriggerInterfaceorg.quartz.impl.triggersQuartz
CronCalendarThis implementation of the Calendar excludes the set of times expressed by a given CronExpression.Classorg.quartz.impl.calendarQuartz
CronTriggerImpl A concrete Trigger that is used to fire a JobDetail at given moments in time, defined with Unix 'cron-like' definitions.Classorg.quartz.impl.triggersQuartz
CronTriggerPersistenceDelegateNested Class SummaryNested classes/interfaces inherited from interface org.Classorg.quartz.impl.jdbcjobstoreQuartz
CUBRIDDelegate This is a driver delegate for the CUBRID JDBC driver.Classorg.quartz.impl.jdbcjobstoreQuartz
DailyCalendarThis implementation of the Calendar excludes (or includes - see below) a specified time range each day.Classorg.quartz.impl.calendarQuartz
DailyTimeIntervalTriggerImplA concrete implementation of DailyTimeIntervalTrigger that is used to fire a JobDetail based upon daily repeating time intervals.Classorg.quartz.impl.triggersQuartz
DailyTimeIntervalTriggerPersistenceDelegatePersist a DailyTimeIntervalTrigger by converting internal fields to and from SimplePropertiesTriggerProperties.Classorg.quartz.impl.jdbcjobstoreQuartz
DB2v6DelegateQuartz JDBC delegate for DB2 v6 databases.Classorg.quartz.impl.jdbcjobstoreQuartz
DB2v7DelegateQuartz JDBC delegate for DB2 v7 databases.Classorg.quartz.impl.jdbcjobstoreQuartz
DB2v8DelegateQuartz JDBC delegate for DB2 v8 databases.Classorg.quartz.impl.jdbcjobstoreQuartz
DBSemaphoreBase class for database based lock handlers for providing thread/resource locking in order to protect resources from being altered by multiple threads at the Classorg.quartz.impl.jdbcjobstoreQuartz
DefaultThreadExecutorSchedules work on a newly spawned thread.Classorg.quartz.implQuartz
DirectSchedulerFactory A singleton implementation of SchedulerFactory.Classorg.quartz.implQuartz
DriverDelegate This is the base interface for all driver delegate classes.Interfaceorg.quartz.impl.jdbcjobstoreQuartz
EverythingMatcherMatches on the complete key being equal (both name and group).Classorg.quartz.impl.matchersQuartz
FiredTriggerRecord Conveys the state of a fired-trigger record.Classorg.quartz.impl.jdbcjobstoreQuartz
GroupMatcherMatches on group (ignores name) property of Keys.Classorg.quartz.impl.matchersQuartz
HolidayCalendar This implementation of the Calendar stores a list of holidays (full days that are excluded from scheduling).Classorg.quartz.impl.calendarQuartz
HSQLDBDelegate This is a driver delegate for the HSQLDB database.Classorg.quartz.impl.jdbcjobstoreQuartz
InvalidConfigurationException Exception class for when a driver delegate cannot be found for a given configuration, or lack thereof.Classorg.quartz.impl.jdbcjobstoreQuartz
JobDetailImpl Conveys the detail properties of a given Job instance.Classorg.quartz.implQuartz
JobExecutionContextImplClassorg.quartz.implQuartz
JobStoreCMT JobStoreCMT is meant to be used in an application-server environment that provides container-managed-transactions.Classorg.quartz.impl.jdbcjobstoreQuartz
JobStoreSupport Contains base functionality for JDBC-based JobStore implementations.Classorg.quartz.impl.jdbcjobstoreQuartz
JobStoreSupport .RecoverMisfiredJobsResultHelper class for returning the composite result of trying to recover misfired jobs.Classorg.quartz.impl.jdbcjobstoreQuartz
JobStoreSupport .TransactionCallback the a transaction template.Interfaceorg.quartz.impl.jdbcjobstoreQuartz
JobStoreSupport .VoidTransactionCallback the a transaction template that has no return value.Interfaceorg.quartz.impl.jdbcjobstoreQuartz
JobStoreTX JobStoreTX is meant to be used in a standalone environment.Classorg.quartz.impl.jdbcjobstoreQuartz
JTANonClusteredSemaphoreProvides in memory thread/resource locking that is JTA Transaction aware.Classorg.quartz.impl.jdbcjobstoreQuartz
KeyMatcherMatches on the complete key being equal (both name and group).Classorg.quartz.impl.matchersQuartz
LockException Exception class for when there is a failure obtaining or releasing aAuthor:James HouseSee Also:Semaphore, Classorg.quartz.impl.jdbcjobstoreQuartz
MonthlyCalendar This implementation of the Calendar excludes a set of days of the month.Classorg.quartz.impl.calendarQuartz
MSSQLDelegate This is a driver delegate for the MSSQL JDBC driver.Classorg.quartz.impl.jdbcjobstoreQuartz
NameMatcherMatches on name (ignores group) property of Keys.Classorg.quartz.impl.matchersQuartz
NoSuchDelegateException Exception class for when a driver delegate cannot be found for a given configuration, or lack thereof.Classorg.quartz.impl.jdbcjobstoreQuartz
NotMatcherMatches using an NOT operator on another Matcher.Classorg.quartz.impl.matchersQuartz
OracleDelegate This is a driver delegate for the Oracle 10 and 11 database.Classorg.quartz.impl.jdbcjobstore.oracleQuartz
OrMatcherMatches using an OR operator on two Matcher operands.Classorg.quartz.impl.matchersQuartz
PointbaseDelegate This is a driver delegate for the Pointbase JDBC driver.Classorg.quartz.impl.jdbcjobstoreQuartz
PostgreSQLDelegate This is a driver delegate for the PostgreSQL JDBC driver.Classorg.quartz.impl.jdbcjobstoreQuartz
QuartzServer Instantiates an instance of Quartz Scheduler as a stand-alone program, if the scheduler is configured for RMI it will be made available.Classorg.quartz.implQuartz
RemoteMBeanScheduler An implementation of the Scheduler interface that remotely proxies all method calls to the equivalent call on a given QuartzSchedulerClassorg.quartz.implQuartz
RemoteScheduler An implementation of the Scheduler interface that remotely proxies all method calls to the equivalent call on a given QuartzSchedulerClassorg.quartz.implQuartz
SchedulerRepository Holds references to Scheduler instances - ensuring uniqueness, and preventing garbage collection, and allowing 'global' lookups - all within aClassorg.quartz.implQuartz
SchedulerStateRecord Conveys a scheduler-instance state record.Classorg.quartz.impl.jdbcjobstoreQuartz
SemaphoreAn interface for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.Interfaceorg.quartz.impl.jdbcjobstoreQuartz
SimplePropertiesTriggerPersistenceDelegateSupportA base implementation of TriggerPersistenceDelegate that persists trigger fields in the "QRTZ_SIMPROP_TRIGGERS" table.Classorg.quartz.impl.jdbcjobstoreQuartz
SimplePropertiesTriggerPropertiesClassorg.quartz.impl.jdbcjobstoreQuartz
SimpleSemaphoreInternal in-memory lock handler for providing thread/resource locking in order to protect resources from being altered by multiple threads at the Classorg.quartz.impl.jdbcjobstoreQuartz
SimpleTriggerImpl A concrete Trigger that is used to fire a JobDetail at a given moment in time, and optionally repeated at a specified interval.Classorg.quartz.impl.triggersQuartz
SimpleTriggerPersistenceDelegateNested Class SummaryNested classes/interfaces inherited from interface org.Classorg.quartz.impl.jdbcjobstoreQuartz
StdJDBCConstants This interface extends Constants to include the query string constants in use by the StdJDBCDelegateInterfaceorg.quartz.impl.jdbcjobstoreQuartz
StdJDBCDelegate This is meant to be an abstract base class for most, if not all, DriverDelegate implementations.Classorg.quartz.impl.jdbcjobstoreQuartz
StdJobRunShellFactory Responsible for creating the instances of JobRunShell to be used within the QuartzSchedulerClassorg.quartz.implQuartz
StdRowLockSemaphoreInternal database based lock handler for providing thread/resource locking in order to protect resources from being altered by multiple threads at the Classorg.quartz.impl.jdbcjobstoreQuartz
StdScheduler An implementation of the Scheduler interface that directly proxies all method calls to the equivalent call on a given QuartzSchedulerClassorg.quartz.implQuartz
StdSchedulerFactory An implementation of SchedulerFactory that does all of its work of creating a QuartzScheduler instanceClassorg.quartz.implQuartz
StringMatcherAn abstract base class for some types of matchers.Classorg.quartz.impl.matchersQuartz
StringMatcher .StringOperatorNameClassorg.quartz.impl.matchersQuartz
SybaseDelegate This is a driver delegate for the Sybase database.Classorg.quartz.impl.jdbcjobstoreQuartz
TablePrefixAwareInterface for Quartz objects that need to know what the table prefix of the tables used by a JDBC JobStore is.Interfaceorg.quartz.impl.jdbcjobstoreQuartz
TriggerPersistenceDelegateAn interface which provides an implementation for storing a particular type of Trigger's extended properties.Interfaceorg.quartz.impl.jdbcjobstoreQuartz
TriggerPersistenceDelegate .TriggerPropertyBundleConstructor SummaryTriggerPersistenceDelegate.Classorg.quartz.impl.jdbcjobstoreQuartz
TriggerStatus Object representing a job or trigger key.Classorg.quartz.impl.jdbcjobstoreQuartz
UpdateLockRowSemaphoreProvide thread/resource locking in order to protect resources from being altered by multiple threads at the same time usingClassorg.quartz.impl.jdbcjobstoreQuartz
Util This class contains utility functions for use in all delegate classes.Classorg.quartz.impl.jdbcjobstoreQuartz
WebLogicDelegate This is a driver delegate for the WebLogic JDBC driver.Classorg.quartz.impl.jdbcjobstoreQuartz
WebLogicOracleDelegateHandle Blobs correctly when Oracle is being used inside of Weblogic 8.Classorg.quartz.impl.jdbcjobstore.oracle.weblogicQuartz
WeeklyCalendar This implementation of the Calendar excludes a set of days of the week.Classorg.quartz.impl.calendarQuartz