public interface InvocationContext extends GrapheneProxy.FutureTarget
| 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.
|
Object invoke() throws Throwable
ThrowableMethod getMethod()
Object[] getArguments()
Object getTarget()
getTarget in interface GrapheneProxy.FutureTargetObject getProxy()
GrapheneContext getGrapheneContext()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.