[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] how to capture method joinpoints in EJB3 session bean interface?
|
- From: Andrew Eisenberg <andrew@xxxxxxxxxxxx>
- Date: Thu, 30 Jul 2009 07:46:52 -0700
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=+pbodV83ZyneH/Dnannkoz7xShw2EALQI08Yt78jOqM=; b=Z8HPV/t4N0+/Qr4vAtkFSzYB64qvpKAVhnDEj8rsX/AgpSBVQ9R9S9LHN5G6K2BkjA SBSM3QsdtO2AQj5mEtiSZAhP7bpYbzmcTIH1cAcwZKbPuQBFPcloUF7/exOnBHKJ1RIr znha1xxgLzY2LFWo5rWx9C8w7WO6aeL0+G6zg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=ObukoQL9JL9WBxI/BVdsb3u+FJozbNkChT6FjJ04hXvlrAnbkbJNUWTQyF2bOhE5+X XOfTLKWljCLWyliHiGb4kQvH5ifTla0mh2DNAFEJl1cB6WXUb56qHpgtTyGS+fbiyEfY U+uFGfGYioKy1dxk8NsvrwiRGet4/gD2UJXOg=
On Thu, Jul 30, 2009 at 1:43 AM, ppkluk<imperfectluk-ppk@xxxxxxxxxxxx> wrote:
>
> As a non-intrusive monitoring tool, is it possible to create a
> 'plug-and-play' solution?
>
> or is it possible to auto-generate those sub-aspect?
Well, sort of. If you are using load time weaving, you can create
concrete aspects in the aop.xml. What you are doing with the concrete
aspects is instantiating the abstract pointcuts for a particular
situation.
http://www.eclipse.org/aspectj/doc/released/devguide/ltw-configuration.html