public class InvocationContextImpl extends Object implements InvocationContext
| Constructor and Description |
|---|
InvocationContextImpl(GrapheneContext context,
Object target,
Object proxy,
Method method,
Object[] arguments) |
InvocationContextImpl(Interceptor interceptor,
InvocationContext following) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArguments() |
GrapheneContext |
getGrapheneContext() |
Method |
getMethod() |
Object |
getProxy() |
Object |
getTarget() |
Object |
invoke()
Method for invocation of the original method in interception mechanism.
|
public InvocationContextImpl(GrapheneContext context, Object target, Object proxy, Method method, Object[] arguments)
public InvocationContextImpl(Interceptor interceptor, InvocationContext following)
public Object invoke() throws Throwable
InvocationContextinvoke in interface InvocationContextThrowablepublic Method getMethod()
getMethod in interface InvocationContextpublic Object[] getArguments()
getArguments in interface InvocationContextpublic Object getTarget()
getTarget in interface GrapheneProxy.FutureTargetgetTarget in interface InvocationContextpublic Object getProxy()
getProxy in interface InvocationContextpublic GrapheneContext getGrapheneContext()
getGrapheneContext in interface InvocationContextCopyright © 2014 JBoss by Red Hat. All rights reserved.