public abstract class AbstractExecutor extends Object
| Constructor and Description |
|---|
AbstractExecutor() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
execute(Object o)
Execute method against context.
|
Method |
getMethod() |
boolean |
isAlive()
Tell whether the executor is alive by looking
at the value of the method.
|
protected void |
setMethod(Method method) |
protected Log log
public abstract Object execute(Object o) throws IllegalAccessException, InvocationTargetException
o - IllegalAccessExceptionInvocationTargetExceptionpublic boolean isAlive()
public Method getMethod()
protected void setMethod(Method method)
method - Copyright © 2000–2016. All rights reserved.