Commit f54b7f34 by xuxueli

更新RM

parent c23a3837
......@@ -19,7 +19,7 @@ public abstract class IJobHandler {
/**
* execute handler
* execute handler, invoked when executor receives a scheduling request
*
* @param param
* @return
......@@ -29,7 +29,7 @@ public abstract class IJobHandler {
/**
* init handler
* init handler, invoked when JobThread init
*/
public void init() {
// TODO
......@@ -37,7 +37,7 @@ public abstract class IJobHandler {
/**
* destroy handler
* destroy handler, invoked when JobThread destroy
*/
public void destroy() {
// TODO
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment