-
Constructor Summary
Constructors
-
Method Summary
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IJobHandler
public IJobHandler()
-
Method Details
-
execute
public abstract void execute()
throws
Exception
execute handler, invoked when executor receives a scheduling request
- Throws:
Exception
-
init
init handler, invoked when JobThread init
- Throws:
Exception
-
destroy
destroy handler, invoked when JobThread destroy
- Throws:
Exception