public class ESchedulerListener extends Object implements it.sauronsoftware.cron4j.SchedulerListener
| 构造器和说明 |
|---|
ESchedulerListener(String id,
String dbid) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
taskFailed(it.sauronsoftware.cron4j.TaskExecutor executor,
Throwable exception) |
void |
taskLaunching(it.sauronsoftware.cron4j.TaskExecutor executor) |
void |
taskSucceeded(it.sauronsoftware.cron4j.TaskExecutor executor) |
public void taskLaunching(it.sauronsoftware.cron4j.TaskExecutor executor)
taskLaunching 在接口中 it.sauronsoftware.cron4j.SchedulerListenerpublic void taskSucceeded(it.sauronsoftware.cron4j.TaskExecutor executor)
taskSucceeded 在接口中 it.sauronsoftware.cron4j.SchedulerListenerpublic void taskFailed(it.sauronsoftware.cron4j.TaskExecutor executor,
Throwable exception)
taskFailed 在接口中 it.sauronsoftware.cron4j.SchedulerListenerCopyright © 2020. All rights reserved.