[jboss-cvs] JBossAS SVN: r106991 - projects/cluster/ha-server-cache-ispn/trunk/src/main/java/org/jboss/ha/framework/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 21 12:55:29 EDT 2010


Author: pferraro
Date: 2010-07-21 12:55:29 -0400 (Wed, 21 Jul 2010)
New Revision: 106991

Modified:
   projects/cluster/ha-server-cache-ispn/trunk/src/main/java/org/jboss/ha/framework/server/InfinispanHAPartitionCacheHandler.java
Log:
javadoc

Modified: projects/cluster/ha-server-cache-ispn/trunk/src/main/java/org/jboss/ha/framework/server/InfinispanHAPartitionCacheHandler.java
===================================================================
--- projects/cluster/ha-server-cache-ispn/trunk/src/main/java/org/jboss/ha/framework/server/InfinispanHAPartitionCacheHandler.java	2010-07-21 16:49:54 UTC (rev 106990)
+++ projects/cluster/ha-server-cache-ispn/trunk/src/main/java/org/jboss/ha/framework/server/InfinispanHAPartitionCacheHandler.java	2010-07-21 16:55:29 UTC (rev 106991)
@@ -25,10 +25,14 @@
 import org.jboss.ha.framework.server.spi.HAPartitionCacheHandler;
 
 /**
+ * Provides access to the underlying Infinispan cache instance of this cache handler.
  * @author Paul Ferraro
- *
  */
 public interface InfinispanHAPartitionCacheHandler<K, V> extends HAPartitionCacheHandler
 {
+   /**
+    * Returns the cache instance associated with this cache handler.
+    * @return an Infinispan cache instance.
+    */
    Cache<K, V> getCache();
 }



More information about the jboss-cvs-commits mailing list