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