Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Detecting methods being called in the execution of another method

In my app, pooled JDBC connections are retrieved and closed in the same method. I have no problem writing pointcuts that detect the retrieval or the closing. What I need is the pointcut that intersects the retrieval and NOT the closing.

Back to the top