public class GetExecutor extends AbstractExecutor
Modifier and Type | Field and Description |
---|---|
private java.lang.Object[] |
args
Container to hold the 'key' part of
get(key).
|
method, rlog
Constructor and Description |
---|
GetExecutor(RuntimeLogger r,
Introspector ispect,
java.lang.Class c,
java.lang.String key)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute(java.lang.Object o)
Execute method against context.
|
java.lang.Object |
OLDexecute(java.lang.Object o,
InternalContextAdapter context)
Execute method against context.
|
getMethod, isAlive
public GetExecutor(RuntimeLogger r, Introspector ispect, java.lang.Class c, java.lang.String key) throws java.lang.Exception
java.lang.Exception
public java.lang.Object execute(java.lang.Object o) throws java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
execute
in class AbstractExecutor
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
public java.lang.Object OLDexecute(java.lang.Object o, InternalContextAdapter context) throws java.lang.IllegalAccessException, MethodInvocationException
java.lang.IllegalAccessException
MethodInvocationException
Copyright ? 2002 Apache Software Foundation. All Rights Reserved.