Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] flow of execution in different threads

hello
is it possible to capture joinpoints inside different thread of executions ?
say that a thread launch another one passing it given parameter, so that it can compute something and when it's done, the first one can get the results. (either using the new stuff in the concurrent package, or using sideeffects).

i'd like to capture a call to a method in a thread WHITIN the execution of the first one.

i don't know either if this makes sense at all...

bye,
Valerio



Back to the top