| Package | Description | 
|---|---|
| org.quartz.core | 
 Contains the core classes and interfaces for the Quartz job scheduler. 
 | 
| org.quartz.impl.jdbcjobstore | |
| org.quartz.simpl | 
 Contains simple / light-weight implementations (with no dependencies on
external libraries) of interfaces required by the
org.quartz.core.QuartzScheduler. 
 | 
| org.quartz.spi | 
 Contains Service Provider Interfaces that can be implemented by those
wishing to create and use custom versions of Quartz back-end/behind-the-scenes
services. 
 | 
| org.terracotta.quartz | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SchedulerSignalerImpl
An interface to be used by  
JobStore instances in order to
 communicate signals back to the QuartzScheduler. | 
| Modifier and Type | Method and Description | 
|---|---|
SchedulerSignaler | 
QuartzScheduler.getSchedulerSignaler()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobStoreTX.initialize(ClassLoadHelper classLoadHelper,
          SchedulerSignaler schedSignaler)  | 
void | 
JobStoreSupport.initialize(ClassLoadHelper loadHelper,
          SchedulerSignaler signaler)
 Called by the QuartzScheduler before the  
JobStore is
 used, in order to give it a chance to initialize. | 
void | 
JobStoreCMT.initialize(ClassLoadHelper loadHelper,
          SchedulerSignaler signaler)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected SchedulerSignaler | 
RAMJobStore.signaler  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RAMJobStore.initialize(ClassLoadHelper loadHelper,
          SchedulerSignaler schedSignaler)
 Called by the QuartzScheduler before the  
JobStore is
 used, in order to give the it a chance to initialize. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobStore.initialize(ClassLoadHelper loadHelper,
          SchedulerSignaler signaler)
Called by the QuartzScheduler before the  
JobStore is
 used, in order to give the it a chance to initialize. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PlainTerracottaJobStore.initialize(ClassLoadHelper loadHelper,
          SchedulerSignaler signaler)  | 
void | 
AbstractTerracottaJobStore.initialize(ClassLoadHelper loadHelper,
          SchedulerSignaler signaler)  | 
Copyright 2001-2019, Terracotta, Inc.