[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] advices for methods from packaged classes
|
- From: "Ramnivas Laddad" <ramnivas@xxxxxxxxxxxxxxx>
- Date: Thu, 11 Dec 2008 21:32:58 -0500
- 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:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=7peGgmGIhPoOg2rK1H/l7dx+TJ8yLH0jviunUCC8kxM=; b=UoiMcFpnBxVD0N8ltNY4W+w3ynKcNf1Biok6xBngiswSoZd1H8LaBK2+rz28UnMwlA /nj6om/Ulq6WmU1lUcvYv4NLruf0cciGq5ekfxqT5s6xmlC3EDVRI8S6S3sEMBFlIv+f 7pQ4ls/IT+4iA/QDXn8MaNaMSBF1pV8eZxT84=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=cEpM+kheTK0IBy41wcxxheEpPP2PHzE3JsMEdYoU8mEDcYFBQr3Vs7OkTJHcPH0v9W +LW0JeWTc0VKoZXmAsGCrBd3j3OrzPNMkyCoEalnOu6tqeyRDmS3NFOBaNl/yiJ3EshV +SnUQtmXiUJlD6eYDBNjpSSydJvSsOi9hpg2o=
Yes, you can use binary weaving to weave into third-party jars. Check
documentation for ajc, particularly around the -injar option.
-Ramnivas
On Thu, Dec 11, 2008 at 9:19 PM, miro <miroconnect@xxxxxxxxx> wrote:
>
> Is it possible to advice on a method call of a class which is packged in a
> jar file.
> for example I want my advice to be called for any method called for some
> class in oracle driver jar ?
> --
> View this message in context: http://www.nabble.com/advices-for--methods-from-packaged-classes-tp20968822p20968822.html
> Sent from the AspectJ - users mailing list archive at Nabble.com.
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>