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

/openjdk7/jdk/test/java/rmi/activation/ActivationSystem/stubClassesPermitted/
H A DStubClassesPermitted.java61 private static int registryPort = -1; field in class:StubClassesPermitted
77 registryPort = TestLibrary.getRegistryPort(registry);
192 getRegistry(registryPort);
/openjdk7/jdk/test/java/rmi/reliability/juicer/
H A DApplicationServer.java44 private final int registryPort; field in class:ApplicationServer
48 ApplicationServer(int registryPort) { argument
49 this(DEFAULT_NUMAPPLES, DEFAULT_REGISTRYHOST, registryPort);
52 ApplicationServer(int numApples, String registryHost, int registryPort) { argument
55 this.registryPort = registryPort;
77 registryHost, registryPort);
126 System.err.println(" -registryPort <port>");
152 } else if (arg.equals("-registryPort")) {
H A DAppleUserImpl.java84 private static int registryPort = -1; field in class:AppleUserImpl
313 registryPort = TestLibrary.getRegistryPort(registry);
314 LocateRegistry.getRegistry(registryPort).rebind("AppleUser",
326 server = new Thread((Runnable) appConstructor.newInstance(registryPort));
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DProxyClient.java86 private int registryPort = 0; field in class:ProxyClient
126 registryPort = port;
221 LocateRegistry.getRegistry(registryHostName, registryPort,
232 LocateRegistry.getRegistry(registryHostName, registryPort);

Completed in 1762 milliseconds