Class MethodInvocationInterceptor
java.lang.Object
jadex.providedservice.impl.service.interceptors.AbstractApplicableInterceptor
jadex.providedservice.impl.service.interceptors.MethodInvocationInterceptor
- All Implemented Interfaces:
IServiceInvocationInterceptor
Calls a methods on an object and returns the result.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanIf debug is turned on it will print uncatched exceptions within service calls. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jadex.providedservice.impl.service.interceptors.AbstractApplicableInterceptor
isApplicable
-
Field Details
-
DEBUG
public static boolean DEBUGIf debug is turned on it will print uncatched exceptions within service calls.
-
-
Constructor Details
-
MethodInvocationInterceptor
public MethodInvocationInterceptor()
-
-
Method Details
-
execute
Execute the interceptor.- Parameters:
context- The invocation context.
-