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, isAlivepublic GetExecutor(RuntimeLogger r, Introspector ispect, java.lang.Class c, java.lang.String key) throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Object execute(java.lang.Object o)
throws java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
execute in class AbstractExecutorjava.lang.IllegalAccessExceptionjava.lang.reflect.InvocationTargetExceptionpublic java.lang.Object OLDexecute(java.lang.Object o,
InternalContextAdapter context)
throws java.lang.IllegalAccessException,
MethodInvocationException
java.lang.IllegalAccessExceptionMethodInvocationExceptionCopyright ? 2002 Apache Software Foundation. All Rights Reserved.