-
-
方法概要
void
destroy handler, invoked when JobThread destroy
abstract void
execute handler, invoked when executor receives a scheduling request
void
init handler, invoked when JobThread init
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
IJobHandler
public IJobHandler()
-
方法详细资料
-
execute
public abstract void execute()
throws
Exception
execute handler, invoked when executor receives a scheduling request
- 抛出:
Exception
-
init
init handler, invoked when JobThread init
- 抛出:
Exception
-
destroy
destroy handler, invoked when JobThread destroy
- 抛出:
Exception