Capturing join points based on thread
trhouse <trhouse <at> gmail.com>
2012-02-09 22:09:16 GMT
Hi all,
I want to exclude join points based on the thread.
Example. I want to capture all method calls on class Foo unless those
methods were being executed on thread X.
Is this possible?
Thank you.