public abstract class AbstractExecutor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.reflect.Method |
method
Method to be executed.
|
protected RuntimeLogger |
rlog |
| Constructor and Description |
|---|
AbstractExecutor() |
protected RuntimeLogger rlog
protected java.lang.reflect.Method method
public abstract java.lang.Object execute(java.lang.Object o)
throws java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessExceptionjava.lang.reflect.InvocationTargetExceptionpublic boolean isAlive()
public java.lang.reflect.Method getMethod()
Copyright ? 2002 Apache Software Foundation. All Rights Reserved.