[jboss-user] [JBoss Cache: Core Edition] - Re: cache listeners disabled?

beep_beep do-not-reply at jboss.com
Wed Jun 4 03:44:09 EDT 2008


I've checked, in this class

/**
  |  * The delegate that users (and interceptor authors) interact with when they create a cache by using a cache factory.
  |  * This wrapper delegates calls down the interceptor chain.
  |  *
  |  * @author Manik Surtani (<a href="mailto:manik at jboss.org">manik at jboss.org</a>)
  |  * @since 2.1.0
  |  */
  | @SuppressWarnings("unchecked")
  | public class CacheInvocationDelegate<K, V> extends AbstractInvocationDelegate implements CacheSPI<K, V>
  | {

you have:

public void addCacheListener(Fqn region, Object listener)
  |    {
  |       throw new UnsupportedOperationException("Not implemented in this release");
  |    }

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

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



More information about the jboss-user mailing list