Interface InvocationContext
- All Superinterfaces:
GrapheneProxy.FutureTarget
- All Known Implementing Classes:
InvocationContextImpl
- Author:
- Jan Papousek
-
Method Details
-
invoke
Method for invocation of the original method in interception mechanism.- Returns:
- the result of command invocation
- Throws:
Throwable
-
getMethod
Method getMethod()- Returns:
- the intercepted method
-
getArguments
Object[] getArguments()- Returns:
- arguments passed to the given method invocation
-
getTarget
Object getTarget()- Specified by:
getTargetin interfaceGrapheneProxy.FutureTarget- Returns:
- the target object of the method invocation
-
getProxy
Object getProxy() -
getGrapheneContext
GrapheneContext getGrapheneContext()
-