public abstract class AbstractExecutorManager<T> extends Object implements ExecutorManager<T>
| Constructor and Description |
|---|
AbstractExecutorManager() |
| Modifier and Type | Method and Description |
|---|---|
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 in interface ExecutorManager<T>context - contextExecuteException - if error throws ExecuteExceptionpublic void afterExecute(ExecutionContext context) throws ExecuteException
afterExecute in interface ExecutorManager<T>context - contextExecuteException - if error throws ExecuteExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.