public class GetExecutor extends AbstractExecutor
log| Constructor and Description |
|---|
GetExecutor(Log log,
Introspector introspector,
Class clazz,
String property) |
GetExecutor(RuntimeLogger rlog,
Introspector introspector,
Class clazz,
String property)
Deprecated.
RuntimeLogger is deprecated. Use the other constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
discover(Class clazz) |
Object |
execute(Object o)
Execute method against context.
|
getMethod, isAlive, setMethodpublic GetExecutor(Log log, Introspector introspector, Class clazz, String property)
log - introspector - clazz - property - public GetExecutor(RuntimeLogger rlog, Introspector introspector, Class clazz, String property)
rlog - introspector - clazz - property - protected void discover(Class clazz)
public Object execute(Object o) throws IllegalAccessException, InvocationTargetException
AbstractExecutorexecute in class AbstractExecutorIllegalAccessExceptionInvocationTargetExceptionAbstractExecutor.execute(java.lang.Object)Copyright © 2000–2016. All rights reserved.