[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-users] Capturing join points based on thread
|
- From: trhouse <trhouse@xxxxxxxxx>
- Date: Thu, 09 Feb 2012 17:09:16 -0500
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=bb+AFQnOYmvRmy8lH+OMS06sGfa5yx0HXw4or07GeKI=; b=wqjtQDf80FReeRGnjD/8UgTpD6VccjtweXkDnXFmakqXlkYQE+Fj5f1FCIJi9JzcZB iUN5nOvXNwrDV9dQIh3msrpikstjNmfn4bH1erG7L2wSKH7CHOKtYmLNvuqpXlt2pdEJ b440t8E4LRkqTSOcUqChK7jZwgWMMaYACdoZ8=
- User-agent: Mozilla/5.0 (Windows NT 5.2; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1
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.