Searched refs:apples (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/rmi/reliability/juicer/
H A DApplicationServer.java45 private final Apple[] apples; field in class:ApplicationServer
56 apples = new Apple[numApples];
96 apples[i] = new AppleImpl("AppleImpl #" + (i + 1));
110 user.useApple(apples[i]);
114 "Failed to register callbacks for " + apples[i] + ":", e);
127 System.err.println(" numApples The number of apples (threads) to use.");
128 System.err.println(" The default is 10 apples.");

Completed in 217 milliseconds