| |
|
| java.lang.Object org.apache.turbine.services.schedule.SchedulerTool
SchedulerTool | public class SchedulerTool implements ApplicationTool(Code) | | This tool is used to retrieve information about the job scheduler.
author: Quinton McCombs version: $Id: SchedulerTool.java 534527 2007-05-02 16:10:59Z tv $ |
getJob | public JobEntry getJob(String jobId)(Code) | | Gets the job identified by the jobId.
Parameters: jobId - Id of the job to retreive. The job. Null if the jobId is not found. |
getScheduledJobs | public List getScheduledJobs()(Code) | | Gets the list of scheduled jobs.
List of JobEntry objects. |
init | public void init(Object data)(Code) | | Initialize the pull tool
|
isEnabled | public boolean isEnabled()(Code) | | Determines if the scheduler service is currently enabled.
|
refresh | public void refresh()(Code) | | Does nothing
|
|
|
|