Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Newbie Method Call Question.

Hello,
 I have a hopefully simple aspectj question I haven't been able to figure out:

I'm using struts and have the typical action class that call business objects. 

I've written some aspects that tell me when methods are being called in the business objects, this works fine, but I'm also interested in the names of the action classes that are calling the business object methods. In debugging situations I don't always know what action classes are calling the business objects, so an aspect that can spit out this info is of great value. 
Is there an easy way to do this? I've played with the thisJoinPoint.

Thanks,
Michael FInger

Michael Finger - Software Development, SV Technology



Back to the top