public class JobHelper extends Object
| Constructor and Description |
|---|
JobHelper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAvailable(String id) |
void |
register(org.lastaflute.job.LaCron cron,
ScheduledJob scheduledJob) |
void |
register(ScheduledJob scheduledJob) |
void |
remove(ScheduledJob scheduledJob) |
void |
setMonitorInterval(int monitorInterval) |
org.codelibs.core.timer.TimeoutTask |
startMonitorTask(JobLog jobLog) |
void |
store(JobLog jobLog) |
void |
unregister(ScheduledJob scheduledJob) |
public void register(ScheduledJob scheduledJob)
public void register(org.lastaflute.job.LaCron cron,
ScheduledJob scheduledJob)
public void unregister(ScheduledJob scheduledJob)
public void remove(ScheduledJob scheduledJob)
public boolean isAvailable(String id)
public void store(JobLog jobLog)
public org.codelibs.core.timer.TimeoutTask startMonitorTask(JobLog jobLog)
public void setMonitorInterval(int monitorInterval)
Copyright © 2009–2017 CodeLibs. All rights reserved.