[jbosscache-commits] JBoss Cache SVN: r5188 - core/branches/1.4.X/src/org/jboss/cache.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Jan 22 05:59:59 EST 2008


Author: manik.surtani at jboss.com
Date: 2008-01-22 05:59:59 -0500 (Tue, 22 Jan 2008)
New Revision: 5188

Modified:
   core/branches/1.4.X/src/org/jboss/cache/TreeCacheMBean.java
Log:
JBCACHE-1255

Modified: core/branches/1.4.X/src/org/jboss/cache/TreeCacheMBean.java
===================================================================
--- core/branches/1.4.X/src/org/jboss/cache/TreeCacheMBean.java	2008-01-22 10:57:58 UTC (rev 5187)
+++ core/branches/1.4.X/src/org/jboss/cache/TreeCacheMBean.java	2008-01-22 10:59:59 UTC (rev 5188)
@@ -984,4 +984,6 @@
      * Purges the contents of all configured {@link CacheLoader}s
      */
     void purgeCacheLoaders() throws Exception;
+
+   void setUseInterceptorMbeans(boolean b);
 }




More information about the jbosscache-commits mailing list