Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Getting Ejb Sessions IDs

I've been holding of since I don't know EJB very well, but if you can
provide some code (or pseudo code), then I can give you some ideas
about aspectj.

On Fri, Aug 29, 2008 at 6:34 PM, Guillaume Pothier <gpothier@xxxxxxxxx> wrote:
>> 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
>>
>>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top