[jboss-cvs] JBossAS SVN: r106633 - 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
Tue Jul 13 11:54:12 EDT 2010


Author: smarlow at redhat.com
Date: 2010-07-13 11:54:11 -0400 (Tue, 13 Jul 2010)
New Revision: 106633

Modified:
   projects/cluster/ha-server-cache-spi/trunk/src/main/java/org/jboss/web/tomcat/service/session/distributedcache/spi/DistributedCacheManager.java
Log:
JBCLUSTER-258 eliminate field oriented methods from web session DistributedCacheManager SPI

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-07-13 15:47:54 UTC (rev 106632)
+++ projects/cluster/ha-server-cache-spi/trunk/src/main/java/org/jboss/web/tomcat/service/session/distributedcache/spi/DistributedCacheManager.java	2010-07-13 15:54:11 UTC (rev 106633)
@@ -146,12 +146,5 @@
     */
    boolean isPassivationEnabled();
    
-   /**
-    * Gets whether this DistributedCacheManager supports operations on
-    * session attributes; if <code>false</code> the various attribute
-    * operations in will throw {@link UnsupportedOperationException}.
-    */
-   boolean getSupportsAttributeOperations();
-
    void setForceSynchronous(boolean forceSynchronous);
-}
\ No newline at end of file
+}



More information about the jboss-cvs-commits mailing list