Hi all,

I'm currently moving to TreeCache from JGroups's DistributedHashtable class.  
Since I don't need the tree structure, I am simply using "/"'s internal HashMap 
for all my distributed mapping needs (tree.put("/", key, object), etc).  I need 
to be able to listen for when this map is updated and was looking at the 
TreeCacheListener.   I used to use a DistributedHashtable.Notification class 
for this... however, the nodeModified() event looks like it only gives me an 
FQN. 

Is there any way for me to determine which key in the map has been modified?

Thanks,
Gary

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

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to