Class RunnableInvocationContext
java.lang.Object
io.jexxa.adapterapi.invocation.InvocationContext
io.jexxa.adapterapi.invocation.context.RunnableInvocationContext
-
Constructor Summary
ConstructorsConstructorDescriptionRunnableInvocationContext(Object targetObject, SerializableRunnable runnable, Collection<AroundInterceptor> interceptors) -
Method Summary
Methods inherited from class io.jexxa.adapterapi.invocation.InvocationContext
getArgTypes, getReturnValue, getTarget, proceed
-
Constructor Details
-
RunnableInvocationContext
public RunnableInvocationContext(Object targetObject, SerializableRunnable runnable, Collection<AroundInterceptor> interceptors)
-
-
Method Details
-
invoke
public void invoke()Description copied from class:InvocationContextThis method performs a method invocation on given method.- Specified by:
invokein classInvocationContext
-
getMethod
- Specified by:
getMethodin classInvocationContext
-
getTarget
- Overrides:
getTargetin classInvocationContext
-
getArgs
- Specified by:
getArgsin classInvocationContext
-
getReturnValue
- Specified by:
getReturnValuein classInvocationContext
-