public abstract class AbstractExecutor
extends java.lang.Object
| 构造器和说明 |
|---|
AbstractExecutor() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract java.lang.Object |
execute(java.lang.Object o)
Execute method against context.
|
java.lang.reflect.Method |
getMethod() |
boolean |
isAlive()
Tell whether the executor is alive by looking
at the value of the method.
|
protected void |
setMethod(java.lang.reflect.Method method) |
protected Log log
public abstract java.lang.Object execute(java.lang.Object o)
throws java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
o - java.lang.IllegalAccessExceptionjava.lang.reflect.InvocationTargetExceptionpublic boolean isAlive()
public java.lang.reflect.Method getMethod()
protected void setMethod(java.lang.reflect.Method method)
method -