[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: Thu, 26 Jun 2008 15:02:06 +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=+0Loukon50IRIL+3CdD7RKiV8FSciNAKVCaXR69fR54=; b=gHXgeAe74R1r/98e57INDJNzzN6zvewMJYvoUq0c4gl42/yyeZsOaasKMZoQ1+16mY 5Pu2KC6gnUjwi2vYNw9CQbNnVxdwtVTn2nOkfdVBF0TNWPwh82h0mNyq5rEtM6mDWf1E iudVl4kiaLkFLxYdOzUgurNSCWua1b0pIaGxE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=tXaEHdSo8Kyq1BR7sBFG0J6GpZaEXGo2K2l7tsK5AxedMyiHpFB6cJHC6GNBiS7emG Vb8roXJwGvieVBWphfEg3m/rVWKe6l41Lj/qYrknPDLdmgFfUl8rVXPp+F3P8Gm9yFva bfOTNg/SFujEbbC/Jzn/ysnQkWbZEn7mHykpw=
I have mistaken the previous result shown in the decompiled class file..It is obviuos that the advice got woven at that many points.
But for this point cut,
call(public * Socket.getInetAddress.getLocalHost(..)) && withincode(public * testSockets.*(..));
I am still not able to weave in the advice.Is there any other way to call these methods.
thanks.
neeraja.