ch.elca.el4j.tests.services.remoting.loadbalancing.server
Class LbServerConstants
java.lang.Object
ch.elca.el4j.tests.services.remoting.loadbalancing.server.LbServerConstants
public class LbServerConstants
- extends Object
Contains the constants used for the testing servers. The values should not
be modified unless the client needs more time to contact the server.
- Author:
- Stefan Pleisch (SPL)
- File-location:
- LbServerConstants
- Last check-in date:
- 2009-08-04 15:13:46 +0200 (Di, 04. Aug 2009) by swismer for revision 3879
|
Field Summary |
static int |
NBR_ITERATIONS
Number of times the server iterates through the loop. |
static int |
SLEEPING_TIME
Time in milliseconds per iteration |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NBR_ITERATIONS
public static final int NBR_ITERATIONS
- Number of times the server iterates through the loop.
NBR_ITERATIONS * SLEEPING_TIME defines lifetime of the server.
- See Also:
- Constant Field Values
SLEEPING_TIME
public static final int SLEEPING_TIME
- Time in milliseconds per iteration
- See Also:
- Constant Field Values
LbServerConstants
public LbServerConstants()
Copyright © 2005-2011 ELCA. All Rights Reserved.