| org.apache.cocoon.components.cron.JobSchedulerEntry
All known Subclasses: org.apache.cocoon.components.cron.QuartzJobSchedulerEntry,
JobSchedulerEntry | public interface JobSchedulerEntry (Code) | | Interface for classes holding scheduled job entries.
author: Giacomo Pati version: CVS $Id: JobSchedulerEntry.java 433543 2006-08-22 06:22:54Z crossley $ |
getJobName | String getJobName()(Code) | | The name of the role/class of the job
Name of the role/class of this job |
getName | String getName()(Code) | | Return name of entry.
the name of the entry |
getNextTime | Date getNextTime()(Code) | | Retrieve time when this job should run next.
the time in milliseconds when job should run |
getSchedule | String getSchedule()(Code) | | Get a human readable representation of the schedule of this entry. Is up to an implementation how it presents
the schedule for this entry
the human readable representation of the schedule of this entry |
isRunning | boolean isRunning()(Code) | | Is this job currently running?
whether this job is currently running? |
|
|