I'm using the TreeCache as DataRepository for frequent changing data, having 
several clients connected to the server. I've implemented a notification 
pattern, where rich-clients will be notified on data change.
(The client uses a server socket to receive notifications from an custom 
written MBeanService, which itself is a listener to the TreeCache as 
TreeChangeListener). The MBeanService publishes a list of supported 
notification change types, where CacheChange is one of that types.
A client can peek a type out of the supported list and can register interrest 
of changes to , e.g.

"/this/is/the/path/to" KEYnn 

as TreeChangeListener  I can get nodeModified( <path to node as Array>)

only for the node "/this/is/the/path/to" BUT NOT THE VALUE CHANGE

Wouldn't it be an idea to change the notification to provide the KEY additional 
to the Fqn (Path) ???

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to