|
|||||||||
| Home >> All >> org >> quartz >> [ jobs overview ] | PREV NEXT | ||||||||
E
- execute(JobExecutionContext) - Method in class org.quartz.jobs.FileScanJob
- execute(JobExecutionContext) - Method in class org.quartz.jobs.NativeJob
- execute(JobExecutionContext) - Method in class org.quartz.jobs.NoOpJob
- Do nothing.
F
- FILE_NAME - Static variable in class org.quartz.jobs.FileScanJob
- FILE_SCAN_LISTENER_NAME - Static variable in class org.quartz.jobs.FileScanJob
- FileScanJob - class org.quartz.jobs.FileScanJob.
- Inspects a file and compares whether it's "last modified date" has changed since the last time it was inspected.
- FileScanJob() - Constructor for class org.quartz.jobs.FileScanJob
- FileScanListener - interface org.quartz.jobs.FileScanListener.
- Interface for objects wishing to receive a 'call-back' from a
FileScanJob. - fileUpdated(String) - Method in interface org.quartz.jobs.FileScanListener
G
L
- LAST_MODIFIED_TIME - Static variable in class org.quartz.jobs.FileScanJob
N
- NativeJob - class org.quartz.jobs.NativeJob.
- NativeJob() - Constructor for class org.quartz.jobs.NativeJob
- NoOpJob - class org.quartz.jobs.NoOpJob.
-
An implementation of Job, that does absolutely nothing - useful for system
which only wish to use
org.quartz.TriggerListenersandorg.quartz.JobListeners, rather than writing Jobs that perform work. - NoOpJob() - Constructor for class org.quartz.jobs.NoOpJob
O
- org.quartz.jobs - package org.quartz.jobs
P
- PROP_COMMAND - Static variable in class org.quartz.jobs.NativeJob
- Required parameter that specifies the name of the command (executable) to be ran.
- PROP_PARAMETERS - Static variable in class org.quartz.jobs.NativeJob
- Optional parameter that specifies the parameters to be passed to the executed command.
- PROP_WAIT_FOR_PROCESS - Static variable in class org.quartz.jobs.NativeJob
- Optional parameter (value should be 'true' or 'false') that specifies whether the job should wait for the execution of the native process to complete before it completes.
R
- runNativeCommand(String, String, boolean) - Method in class org.quartz.jobs.NativeJob
E F G L N O P R
|
|||||||||
| Home >> All >> org >> quartz >> [ jobs overview ] | PREV NEXT | ||||||||