Class MethodInvocationInterceptor

java.lang.Object
jadex.providedservice.impl.service.interceptors.AbstractApplicableInterceptor
jadex.providedservice.impl.service.interceptors.MethodInvocationInterceptor
All Implemented Interfaces:
IServiceInvocationInterceptor

public class MethodInvocationInterceptor extends AbstractApplicableInterceptor
Calls a methods on an object and returns the result.
  • Field Details

    • DEBUG

      public static boolean DEBUG
      If debug is turned on it will print uncatched exceptions within service calls.
  • Constructor Details

    • MethodInvocationInterceptor

      public MethodInvocationInterceptor()
  • Method Details

    • execute

      public jadex.future.IFuture<Void> execute(ServiceInvocationContext sic)
      Execute the interceptor.
      Parameters:
      sic - The invocation context.
      context - The invocation context.