Searched defs:runmode (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DMain.java71 if (Main.runmode == CLIENT) {
100 static int runmode; field in class:Main
151 switch (runmode) {
176 if (runmode != SERVER) {
241 if (runmode == CLIENT)
243 if (runmode == SERVER)
254 runmode = CLIENT;
256 if (runmode == CLIENT)
258 if (runmode == SERVER)
267 runmode
[all...]

Completed in 34 milliseconds