public abstract class AbstractInvocationContext<T> extends Object implements InvocationContext
| Modifier and Type | Field and Description |
|---|---|
protected Object[] |
parameters |
protected Provider<T> |
target |
| Constructor and Description |
|---|
AbstractInvocationContext(Provider<T> target,
AccessibleObject member,
Object[] parameters) |
AbstractInvocationContext(Provider<T> target,
Method method,
Object[] parameters,
Object timer) |
| Modifier and Type | Method and Description |
|---|---|
Object |
directProceed() |
Constructor |
getConstructor() |
Map<String,Object> |
getContextData() |
Method |
getMethod() |
Object[] |
getParameters() |
T |
getTarget() |
Object |
getTimer() |
Object |
proceed() |
void |
setParameters(Object[] parameters) |
public AbstractInvocationContext(Provider<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()
getConstructor in interface InvocationContextCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.