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