2 Replies Latest reply on Mar 17, 2005 10:31 AM by ollihak

    Result of intercepted method

    ollihak

      Hi,

      I have a little problem, probably easy to solve:

      If I have a method

      public boolean mymethod(),

      that is intercepted by an aspect/interceptor myAspect. Is it possible to find out, after the interceptor has called this method-invocation by

      InvocationResponse ir = (InvocationResponse) invocation.invokeNext(),

      if the original method returned true or false???

      Thank you
      OLLI