public abstract class SetExecutor extends Object
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
log
Class logger
|
Constructor and Description |
---|
SetExecutor() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
execute(Object o,
Object value)
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) |
public abstract Object execute(Object o, Object value) throws IllegalAccessException, InvocationTargetException
o
- value
- IllegalAccessException
InvocationTargetException
public boolean isAlive()
public Method getMethod()
protected void setMethod(Method method)
method
- Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.