[jboss-cvs] JBossAS SVN: r105144 - projects/cluster/ha-server-cache-spi/trunk/src/main/java/org/jboss/web/tomcat/service/session/distributedcache/spi.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 24 09:50:38 EDT 2010


Author: pferraro
Date: 2010-05-24 09:50:38 -0400 (Mon, 24 May 2010)
New Revision: 105144

Modified:
   projects/cluster/ha-server-cache-spi/trunk/src/main/java/org/jboss/web/tomcat/service/session/distributedcache/spi/DistributedCacheManager.java
Log:
[JBCLUSTER-273] Add setForceSynchronous(...) to DistributedCacheManager

Modified: projects/cluster/ha-server-cache-spi/trunk/src/main/java/org/jboss/web/tomcat/service/session/distributedcache/spi/DistributedCacheManager.java
===================================================================
--- projects/cluster/ha-server-cache-spi/trunk/src/main/java/org/jboss/web/tomcat/service/session/distributedcache/spi/DistributedCacheManager.java	2010-05-24 13:37:16 UTC (rev 105143)
+++ projects/cluster/ha-server-cache-spi/trunk/src/main/java/org/jboss/web/tomcat/service/session/distributedcache/spi/DistributedCacheManager.java	2010-05-24 13:50:38 UTC (rev 105144)
@@ -234,4 +234,5 @@
     */
    Map<String, Object> getAttributes(String realId);
 
+   void setForceSynchronous(boolean forceSynchronous);
 }
\ No newline at end of file




More information about the jboss-cvs-commits mailing list