Yes, an MBean would be ideal for that, although there is not automatic locking. 
If the update you want to do is a quick one, then just using the standard Java 
"synchronization" facilities, or the oswego library to lock concurrent thread 
access between readers and the writer would be enough. Otherwise having an 
update flag, would do.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857880#3857880

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857880


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to