public abstract class AbstractExecutor extends Object
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
log |
Constructor and Description |
---|
AbstractExecutor() |
public abstract Object execute(Object o) throws IllegalAccessException, InvocationTargetException
o
- IllegalAccessException
InvocationTargetException
public boolean isAlive()
public Method getMethod()
protected void setMethod(Method method)
method
- Copyright © 2000–2016 The Apache Software Foundation. All rights reserved.