org.quartz.impl.triggers (Quartz Parent POM 2.0.1 API)

Quartz Java



Package org.quartz.impl.triggers

This package contains Trigger implementations that ship with Quartz.

See:           Description

Interface Summary
CoreTrigger internal interface preserved for backward compatibility
 

Class Summary
AbstractTrigger<T extends Trigger> The base abstract class to be extended by all Triggers.
CalendarIntervalTriggerImpl A concrete Trigger that is used to fire a JobDetail based upon repeating calendar time intervals.
CronTriggerImpl A concrete Trigger that is used to fire a JobDetail at given moments in time, defined with Unix 'cron-like' definitions.
SimpleTriggerImpl A concrete Trigger that is used to fire a JobDetail at a given moment in time, and optionally repeated at a specified interval.
 

Package org.quartz.impl.triggers Description

This package contains Trigger implementations that ship with Quartz. End-users should not directly use these classes, but rather use the builders and interfaces found in the main org.quartz package.




See the Quartz project for more information.



Copyright 2001-2011, Terracotta, Inc.