public abstract class AbstractInvocationContext<T> extends Object implements InvocationContext
| Constructor and Description |
|---|
AbstractInvocationContext(T target,
AccessibleObject member,
Object[] parameters) |
AbstractInvocationContext(T target,
Method method,
Object[] parameters,
Object timer) |
| Modifier and Type | Method and Description |
|---|---|
Constructor |
getConstructor() |
Map<String,Object> |
getContextData() |
Method |
getMethod() |
Object[] |
getParameters() |
T |
getTarget() |
Object |
getTimer() |
Object |
proceed() |
void |
setParameters(Object[] parameters) |
public AbstractInvocationContext(T target, AccessibleObject member, Object[] parameters)
public T getTarget()
getTarget in interface InvocationContextpublic Method getMethod()
getMethod in interface InvocationContextpublic Object[] getParameters()
getParameters in interface InvocationContextpublic void setParameters(Object[] parameters)
setParameters in interface InvocationContextpublic Map<String,Object> getContextData()
getContextData in interface InvocationContextpublic Object getTimer()
getTimer in interface InvocationContextpublic Object proceed() throws Exception
proceed in interface InvocationContextExceptionpublic Constructor getConstructor()
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.