Package | Description |
---|---|
mali.job | |
org.quartz |
The main package of Quartz, containing the client-side interfaces.
|
org.quartz.core |
Contains the core classes and interfaces for the Quartz job scheduler.
|
org.quartz.jobs | |
org.quartz.jobs.ee.ejb | |
org.quartz.jobs.ee.jms | |
org.quartz.jobs.ee.jmx | |
org.quartz.jobs.ee.mail | |
org.quartz.listeners | |
org.quartz.plugins.history |
Modifier and Type | Method and Description |
---|---|
void |
MaliJobquene.execute(JobExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
abstract int |
Trigger.executionComplete(JobExecutionContext context,
JobExecutionException result)
This method should not be used by the Quartz client.
|
int |
SimpleTrigger.executionComplete(JobExecutionContext context,
JobExecutionException result)
|
int |
NthIncludedDayTrigger.executionComplete(JobExecutionContext jobCtx,
JobExecutionException result)
Called after the
Scheduler has executed the
JobDetail associated with the Trigger in order
to get the final instruction code from the trigger. |
int |
CronTrigger.executionComplete(JobExecutionContext context,
JobExecutionException result)
|
void |
JobListener.jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException)
|
Modifier and Type | Method and Description |
---|---|
void |
Job.execute(JobExecutionContext context)
|
Modifier and Type | Method and Description |
---|---|
void |
QuartzScheduler.notifyJobListenersWasExecuted(JobExecutionContext jec,
JobExecutionException je) |
Modifier and Type | Method and Description |
---|---|
void |
NoOpJob.execute(JobExecutionContext context)
Do nothing.
|
void |
NativeJob.execute(JobExecutionContext context) |
void |
FileScanJob.execute(JobExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EJBInvokerJob.execute(JobExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SendTopicMessageJob.execute(JobExecutionContext context) |
void |
SendQueueMessageJob.execute(JobExecutionContext context) |
void |
SendDestinationMessageJob.execute(JobExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
JMXInvokerJob.execute(JobExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SendMailJob.execute(JobExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
JobListenerSupport.jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException) |
void |
JobChainingJobListener.jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException) |
void |
FilterAndBroadcastJobListener.jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException) |
Modifier and Type | Method and Description |
---|---|
void |
LoggingJobHistoryPlugin.jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException) |