Author: ron.sigal(a)jboss.com
Date: 2008-03-14 04:56:25 -0400 (Fri, 14 Mar 2008)
New Revision: 3636
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/soak/SoakConstants.java
Log:
JBREM-931: New constants for soak test.
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/soak/SoakConstants.java
===================================================================
---
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/soak/SoakConstants.java 2008-03-14
08:56:11 UTC (rev 3635)
+++
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/soak/SoakConstants.java 2008-03-14
08:56:25 UTC (rev 3636)
@@ -38,5 +38,25 @@
public static final int DURATION = 30000;
public static final int INTERVAL = 1000;
+
+ public static final String NUMBER_OF_CALLS = "numberOfCalls";
+
+ public static final String NAME = "name";
+
+ public static final String COPY = "copy";
+
+ public static final String SPIN = "spin";
+
+ public static final String CALLBACK = "callback";
+
+ public static final String NUMBER_OF_CALLBACKS = "numberOfCallbacks";
+
+ public static final String PAYLOAD = "payload";
+
+ public static final String SPIN_TIME = "spinTime";
+
+ public static final String COUNTER = "counter";
+
+ public static final String FAILURE_COUNTER = "failureCounter";
}
Show replies by date