[jbosscache-commits] JBoss Cache SVN: r5158 - benchmarks/benchmark-fwk/trunk/src/org/cachebench/tests.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Jan 16 19:17:07 EST 2008


Author: mircea.markus
Date: 2008-01-16 19:17:07 -0500 (Wed, 16 Jan 2008)
New Revision: 5158

Modified:
   benchmarks/benchmark-fwk/trunk/src/org/cachebench/tests/CacheTest.java
Log:
added javadoc

Modified: benchmarks/benchmark-fwk/trunk/src/org/cachebench/tests/CacheTest.java
===================================================================
--- benchmarks/benchmark-fwk/trunk/src/org/cachebench/tests/CacheTest.java	2008-01-17 00:11:22 UTC (rev 5157)
+++ benchmarks/benchmark-fwk/trunk/src/org/cachebench/tests/CacheTest.java	2008-01-17 00:17:07 UTC (rev 5158)
@@ -6,12 +6,18 @@
 
 
 /**
+ * Each newly creted test should extend this class.
+ *
  * @author Manik Surtani (manik at surtani.org)
  *         (C) Manik Surtani, 2004
  */
 public interface CacheTest
 {
 
+   /**
+    * Called before {@link #doTest(String, org.cachebench.CacheWrapper, String, int, int)}.
+    * Implemetations may cache this and further use on doTest method.
+    */
    public void setConfiguration(Configuration configuration);
 
    /**




More information about the jbosscache-commits mailing list