public class TaskTimeoutNotifyAlarmPlugin extends AbstractTaskTimerPlugin
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
PLUGIN_NAME |
| 构造器和说明 |
|---|
TaskTimeoutNotifyAlarmPlugin() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getId()
Get id.
|
protected void |
processTaskTime(long taskExecuteTime)
Check whether the task execution time exceeds
executeTimeOut,
if it exceeds this time, send an alarm notification. |
afterExecute, beforeExecute, currentTimeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPluginRuntime, start, stoppublic String getId()
protected void processTaskTime(long taskExecuteTime)
executeTimeOut,
if it exceeds this time, send an alarm notification.processTaskTime 在类中 AbstractTaskTimerPlugintaskExecuteTime - execute time of taskCopyright © 2022. All rights reserved.