public class SchedulerTool extends Object implements ApplicationTool
Constructor and Description |
---|
SchedulerTool() |
Modifier and Type | Method and Description |
---|---|
JobEntry |
getJob(String jobId)
Gets the job identified by the jobId.
|
List<? extends JobEntry> |
getScheduledJobs()
Gets the list of scheduled jobs.
|
void |
init(Object data)
Initialize the pull tool
|
boolean |
isEnabled()
Determines if the scheduler service is currently enabled.
|
void |
refresh()
Does nothing
|
public SchedulerTool()
public void init(Object data)
init
in interface ApplicationTool
data
- initialization datapublic void refresh()
refresh
in interface ApplicationTool
public List<? extends JobEntry> getScheduledJobs()
public boolean isEnabled()
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.