0 Replies Latest reply on Sep 11, 2008 1:32 PM by kabirkhan

    ClassifiedBindingCollection

    kabirkhan

      As part of https://jira.jboss.org/jira/browse/JBAOP-603, I have expanded the use of ClassifiedBindingCollection to include the pointcuts, pointcutInfos and pointcut stats stuff from the AspectManager. They are managed at the same time as the bindings so it seems a natural fit to have all this stuff in one place. As part of this I renamed the class to ClassifiedBindingAndPointcutCollection.

      I noticed that the sub-class in Domain was not honouring the inheritsBindings flag, so I have implemented that.