|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.turbine.services.schedule.SchedulerTool
This tool is used to retrieve information about the job scheduler.
Constructor Summary | |
SchedulerTool()
|
Method Summary | |
JobEntry |
getJob(java.lang.String jobId)
Gets the job identified by the jobId. |
java.util.List |
getScheduledJobs()
Gets the list of scheduled jobs. |
void |
init(java.lang.Object data)
Initialize the pull tool |
boolean |
isEnabled()
Determines if the scheduler service is currently enabled. |
void |
refresh()
Does nothing |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SchedulerTool()
Method Detail |
public void init(java.lang.Object data)
init
in interface ApplicationTool
data
- initialization datapublic void refresh()
refresh
in interface ApplicationTool
public java.util.List getScheduledJobs()
public boolean isEnabled()
public JobEntry getJob(java.lang.String jobId)
jobId
- Id of the job to retreive.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |