public class MapGetExecutor extends AbstractExecutor
Modifier and Type | Class and Description |
---|---|
private static class |
MapGetExecutor.MapGetMethod |
Modifier and Type | Field and Description |
---|---|
private boolean |
isAlive |
private java.lang.String |
property |
log
Constructor and Description |
---|
MapGetExecutor(org.slf4j.Logger log,
java.lang.Object object,
java.lang.String property) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
discover(java.lang.Object object) |
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.
|
setMethod
public MapGetExecutor(org.slf4j.Logger log, java.lang.Object object, java.lang.String property)
public java.lang.reflect.Method getMethod()
getMethod
in class AbstractExecutor
public boolean isAlive()
AbstractExecutor
isAlive
in class AbstractExecutor
protected boolean discover(java.lang.Object object)
public java.lang.Object execute(java.lang.Object o)
AbstractExecutor
execute
in class AbstractExecutor