public abstract class ForwardingInvocationContext extends java.lang.Object implements InvocationContext
InvocationContext.| Constructor and Description |
|---|
ForwardingInvocationContext() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract InvocationContext |
delegate() |
boolean |
equals(java.lang.Object obj) |
java.lang.reflect.Constructor<?> |
getConstructor() |
java.util.Map<java.lang.String,java.lang.Object> |
getContextData() |
java.lang.reflect.Method |
getMethod() |
java.lang.Object[] |
getParameters() |
java.lang.Object |
getTarget() |
java.lang.Object |
getTimer() |
int |
hashCode() |
java.lang.Object |
proceed() |
void |
setParameters(java.lang.Object[] params) |
java.lang.String |
toString() |
protected abstract InvocationContext delegate()
public java.lang.Object getTarget()
getTarget in interface InvocationContextpublic java.lang.reflect.Method getMethod()
getMethod in interface InvocationContextpublic java.lang.reflect.Constructor<?> getConstructor()
getConstructor in interface InvocationContextpublic java.lang.Object[] getParameters()
throws java.lang.IllegalStateException
getParameters in interface InvocationContextjava.lang.IllegalStateExceptionpublic void setParameters(java.lang.Object[] params)
throws java.lang.IllegalStateException,
java.lang.IllegalArgumentException
setParameters in interface InvocationContextjava.lang.IllegalStateExceptionjava.lang.IllegalArgumentExceptionpublic java.util.Map<java.lang.String,java.lang.Object> getContextData()
getContextData in interface InvocationContextpublic java.lang.Object getTimer()
getTimer in interface InvocationContextpublic java.lang.Object proceed()
throws java.lang.Exception
proceed in interface InvocationContextjava.lang.Exceptionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014. All Rights Reserved.