提交 f54b7f34 编写于 作者: 许雪里's avatar 许雪里

更新RM

上级 c23a3837
...@@ -19,7 +19,7 @@ public abstract class IJobHandler { ...@@ -19,7 +19,7 @@ public abstract class IJobHandler {
/** /**
* execute handler * execute handler, invoked when executor receives a scheduling request
* *
* @param param * @param param
* @return * @return
...@@ -29,7 +29,7 @@ public abstract class IJobHandler { ...@@ -29,7 +29,7 @@ public abstract class IJobHandler {
/** /**
* init handler * init handler, invoked when JobThread init
*/ */
public void init() { public void init() {
// TODO // TODO
...@@ -37,7 +37,7 @@ public abstract class IJobHandler { ...@@ -37,7 +37,7 @@ public abstract class IJobHandler {
/** /**
* destroy handler * destroy handler, invoked when JobThread destroy
*/ */
public void destroy() { public void destroy() {
// TODO // TODO
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册