0 Replies Latest reply on Dec 20, 2004 3:56 AM by ollihak

    Pointer to the current binding

    ollihak

      Hi,

      I've got a little question, that might be interesting for others as well...

      If a class

      myAspect implements Interceptor
      (with a invoke-method and all)

      is called at runtime as an Interceptor class, will there be any possibility to find out, which binding or better even, which pointcut caused this call???
      I mean, current bindings and pointcuts are stored in the AspectManger class, but I want to find out, exactly which binding was responsible for a call, that is currently made.

      Thanks
      OLLI