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 InvocationContext
public Method getMethod()
getMethod
in interface InvocationContext
public Constructor<?> getConstructor()
getConstructor
in interface InvocationContext
public Object[] getParameters() throws IllegalStateException
getParameters
in interface InvocationContext
IllegalStateException
public void setParameters(Object[] params) throws IllegalStateException, IllegalArgumentException
setParameters
in interface InvocationContext
IllegalStateException
IllegalArgumentException
public Map<String,Object> getContextData()
getContextData
in interface InvocationContext
public Object getTimer()
getTimer
in interface InvocationContext
public Object proceed() throws Exception
proceed
in interface InvocationContext
Exception
Copyright © 2015. All Rights Reserved.