[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] Getting Ejb Sessions IDs
|
- From: "Guillaume Pothier" <gpothier@xxxxxxxxx>
- Date: Fri, 29 Aug 2008 21:34:35 -0400
- 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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=0L3mAkNKfrHnXxeGojkHgdv+UvIdRLWKveSdbj4P+XM=; b=Qf5hmNezkHkCw1BQ2jaZAvnuPlzllOlwrSg/3KuMmIRSEvBJH+BsITG917uDR+pPlA jwg88BT6AaSGoxkjXxe7/duTwZOnXSDVtRfLmVvHftycOxb6D5Ov3C1SSCzZXpAgqH4O Z/xxQDUqrtWVgUjar37VWUQpE26xDlEkEkGf4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=r2sWHU8zI4AZeMyEQX3129yFgMkZWsUNTLXyVEH1UD9u4XZrtZavULFyqrJN6dKUnH 0cIr6XMDdjamgHanwSLLXcJkaiCPFuIhzq1FI9AR5z6A7vxB/N5AICh1EMh+8f0a4SML CSEoh6TC3FkBo/J+hTrRr2FjuLnQ3F6OYYw1g=
> What i was looking about getting Responses(Result) from this method calls?
If I understand you (and AspectJ...) correctly, that would be either
with an "after returning" advice
(http://www.eclipse.org/aspectj/doc/released/progguide/semantics-advice.html),
or with an around advice, using the result of proceed()
> Most important is how can i get information like Bean Session IDs, and other
> IDs and
> contextual information?
I know nothing about ejb, how do you get those from normal java code?
You can probably get them in the same way in an advice.
g
>
> Please share your ideas and experiences
>
> Regards
>
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>