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

/openjdk7/jdk/test/java/rmi/reliability/juicer/
H A DApplicationServer.java31 * The ApplicationServer class provides the other server side of the "juicer"
34 public class ApplicationServer implements Runnable { class in inherits:Runnable
48 ApplicationServer(int registryPort) { method in class:ApplicationServer
52 ApplicationServer(int numApples, String registryHost, int registryPort) { method in class:ApplicationServer
70 * These repeated attempts allow the ApplicationServer
124 System.err.println("Usage: ApplicationServer [-numApples <numApples>]");
170 Thread server = new Thread(new ApplicationServer(num,host,port));
/openjdk7/jdk/test/java/rmi/reliability/scripts/
H A Drun_juicer.ksh52 echo " Starting ApplicationServer "
58 ApplicationServer \

Completed in 32 milliseconds