org.apache.commons.jexl.util
public abstract class AbstractExecutor extends Object
Since: 1.0
Version: $Id: AbstractExecutor.java 398171 2006-04-29 14:57:29Z dion $
| Field Summary | |
|---|---|
| protected Method | method
Method to be executed. |
| protected Log | rlog The executor instance log. |
| Method Summary | |
|---|---|
| abstract Object | execute(Object o)
Execute method against context.
|
| Method | getMethod()
Get the method to be executed.
|
| boolean | isAlive()
Tell whether the executor is alive by looking
at the value of the method.
|
Parameters: o The owner.
Returns: The return value.
Throws: IllegalAccessException Method is inaccessible. InvocationTargetException Method body throws an exception.
Returns: Method The method to be executed.
Returns: boolean Whether the executor is alive.