public abstract class ForwardingInvocationContext extends Object implements javax.interceptor.InvocationContext
InvocationContext.| Constructor and Description |
|---|
ForwardingInvocationContext() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract javax.interceptor.InvocationContext |
delegate() |
boolean |
equals(Object obj) |
Constructor<?> |
getConstructor() |
Map<String,Object> |
getContextData() |
Method |
getMethod() |
Object[] |
getParameters() |
Object |
getTarget() |
Object |
getTimer() |
int |
hashCode() |
Object |
proceed() |
void |
setParameters(Object[] params) |
String |
toString() |
protected abstract javax.interceptor.InvocationContext delegate()
public Object getTarget()
getTarget in interface javax.interceptor.InvocationContextpublic Method getMethod()
getMethod in interface javax.interceptor.InvocationContextpublic Constructor<?> getConstructor()
getConstructor in interface javax.interceptor.InvocationContextpublic Object[] getParameters() throws IllegalStateException
getParameters in interface javax.interceptor.InvocationContextIllegalStateExceptionpublic void setParameters(Object[] params) throws IllegalStateException, IllegalArgumentException
setParameters in interface javax.interceptor.InvocationContextIllegalStateExceptionIllegalArgumentExceptionpublic 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.InvocationContextExceptionCopyright © 2015. All Rights Reserved.