Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Getting time of invocation from return

Hi
I have a point cut to capture the return of a method.
In this point cut, can I get the time when the method was invoked? ( I would of course get this if I put a point cut on the invocation rather than return).

More generally, if I have a point cut on a method for entry and return , is there any way to correlate them together ? This should work even if there are multiple simultaneous invocations of the method.

Thanks.

Back to the top