|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.components.cron.QuartzJobSchedulerEntry
public class QuartzJobSchedulerEntry
Implementation of the JobSchedulerEntry interface for the QuartzJobScheduler
Constructor Summary | |
---|---|
QuartzJobSchedulerEntry(String name,
org.quartz.Scheduler scheduler)
Construct an JobSchedulerEntry |
Method Summary | |
---|---|
String |
getJobName()
The name of the role/class of the job |
String |
getName()
Return name of entry. |
Date |
getNextTime()
Retrieve time when this job should run next. |
String |
getSchedule()
Get a human readable representation of the schedule of this entry. |
boolean |
isRunning()
Is this job currently running? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QuartzJobSchedulerEntry(String name, org.quartz.Scheduler scheduler) throws org.quartz.SchedulerException
name
- The name of the jobscheduler
- The QuartzJobScheduler
org.quartz.SchedulerException
- in case of failuresMethod Detail |
---|
public String getJobName()
JobSchedulerEntry
getJobName
in interface JobSchedulerEntry
public String getName()
JobSchedulerEntry
getName
in interface JobSchedulerEntry
public Date getNextTime()
JobSchedulerEntry
getNextTime
in interface JobSchedulerEntry
public boolean isRunning()
JobSchedulerEntry
isRunning
in interface JobSchedulerEntry
public String getSchedule()
JobSchedulerEntry
getSchedule
in interface JobSchedulerEntry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |