Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Can I declare an advice as synchronized

Hi all,
    I'm using aspect in an concurrent application and I'd like to be sure
that the advices are synchronized. In fact I don't want that more than one
thread per time runs the advice code. Can I acchieve this result? I read
that an aspect is a singleton on the aspectJ guide, does it imply that only
one thread per time is inside it?

thanks
lollo82
-- 
View this message in context: http://www.nabble.com/Can-I-declare-an-advice-as-synchronized-tf1967652.html#a5400479
Sent from the AspectJ - users forum at Nabble.com.



Back to the top