public abstract class AbstractExecutorManager<T> extends Object implements ExecutorManager<T>
| 构造器和说明 |
|---|
AbstractExecutorManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterExecute(ExecutionContext context)
after execute , add dispatch monitor
|
void |
beforeExecute(ExecutionContext context)
before execute , add time monitor , timeout
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, executeDirectlypublic void beforeExecute(ExecutionContext context) throws ExecuteException
beforeExecute 在接口中 ExecutorManager<T>context - contextExecuteException - if error throws ExecuteExceptionpublic void afterExecute(ExecutionContext context) throws ExecuteException
afterExecute 在接口中 ExecutorManager<T>context - contextExecuteException - if error throws ExecuteExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.