org.quartz.impl.triggers (Quartz Parent POM 2.0.1 API)
From Quartz Java
|
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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 |
| CronTriggerImpl |
A concrete |
| SimpleTriggerImpl |
A concrete |
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.
|
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Copyright 2001-2011, Terracotta, Inc.