[jboss-user] [JBoss Cache: Core Edition] - Re: Catching Nodes Events

manik.surtani@jboss.com do-not-reply at jboss.com
Thu May 29 07:52:53 EDT 2008


Implement TreeCacheListener.nodeModified().

It will be called whenever nodes are modified.  You can then inspect the Fqn passed in to test whether this is the node you are interested in.

Otherwise, if you use JBoss Cache 2.X, the listeners are much more powerful with an event-based callback mechanism.  Please see the JBoss Cache 2.X user guide for details.



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

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



More information about the jboss-user mailing list