[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-users] help on pointcuts weaving
|
- From: "Neeraja Maniyani" <neeraja.maniyani@xxxxxxxxx>
- Date: Wed, 25 Jun 2008 10:57:09 +0530
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=S8sxfMXLKwp0SQkU8IaRLNbK9DcNgCqp9ENb7lVGMNI=; b=lnMfZ0hz0TAtCQLIQ6VrhEMJv2nBAt1TOkE2Y/f3bGBNDm1r5ElUe968yqwDlNGcAS i67grhfotz0+OhfEvq80Efsi6aatevNs1gLGMtLvavDbq8376UMI9ROrybiDZ49g4Rby 6i9jp7ElHxj6GuB4fSNW/VOXA8j28X7wkR6nM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=Ng02O4ojsCCKKgyQu+oQ6C25e5ihD2Fo7lf0eqNm7tTDjSdsEkp0+V1B7gvvLaSOp1 67A8t6zPOyQ1BUb9HR1EVb93/lsrFPQj3VdXUbrkl5Pem5gerkKUaICwcj7ySnZCvhZr Ze1OqhaOr4h6bk8Frb1QcFthnNfXCpF0E54Cw=
Hi,
I am a newbie to aspectj trying to figure out how it works.
Could you please tell me if we could weave in aspects around java method calls like System.out.println or methods like Socket.getInetadress.* etc.
When I am trying to write a pointcut for call(* Socket.getInetadress(..)) it weaves in the aspects fine.
When the named pointcut is changed to capture call(* Socket.getInetadress.*(..)) then the respective joinpoints are not captured.Please could you help me with this.
thank you.
regards,
neeraja.