|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLectureGame.Test.network_stresstest.StressTester
public class StressTester
Created by IntelliJ IDEA. User: olekrst Date: 04.apr.2007 Time: 10:38:22 This is the main class of the stresstester. It creates playerAgents and connects them to the server.
Field Summary | |
---|---|
private static java.util.ArrayList<playerAgent> |
agents
|
private int |
NUMBER_OF_AGENTS
|
Constructor Summary | |
---|---|
StressTester()
Creates the stresstester object as well as the agents needed |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Main method containing the main loop. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static java.util.ArrayList<playerAgent> agents
private final int NUMBER_OF_AGENTS
Constructor Detail |
---|
public StressTester()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- playerAgent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |