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

/openjdk7/jdk/test/com/sun/jndi/rmi/registry/RegistryContext/
H A DContextWithNullProperties.java39 int registryPort = TestLibrary.getRegistryPort(registry);
43 RegistryContext ctx = new RegistryContext(null, registryPort, null);
H A DUnbindIdempotent.java44 int registryPort = TestLibrary.getRegistryPort(registry);
49 rctx = (Context)ictx.lookup("rmi://localhost:" + Integer.toString(registryPort));
/openjdk7/jdk/test/java/rmi/Naming/
H A DRmiIsNoScheme.java49 int registryPort = TestLibrary.getRegistryPort(registry);
50 Naming.rebind("//:" + registryPort + "/RmiIsNoScheme",
52 String name = Naming.list("//:" + registryPort)[0];
/openjdk7/jdk/test/java/rmi/server/Unreferenced/leaseCheckInterval/
H A DSelfTerminator.java36 int registryPort =
39 LocateRegistry.getRegistry("", registryPort);
H A DLeaseCheckInterval.java86 int registryPort = TestLibrary.getUnusedRandomPort();
88 LocateRegistry.createRegistry(registryPort);
97 registryPort, "")).start();
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/unicast/
H A DUseCustomSocketFactory.java45 int registryPort = -1;
55 registryPort = TestLibrary.getRegistryPort(registry);
69 registryPort,
83 obj = (Echo) Naming.lookup("//:" + registryPort +
113 Naming.unbind("//:" + registryPort +
H A DEchoImpl.java67 int registryPort = Integer.parseInt(System.getProperty("rmi.registry.port"));
69 Naming.rebind("//:" + registryPort +
/openjdk7/jdk/test/java/rmi/transport/checkLeaseInfoLeak/
H A DLeaseLeakClient.java34 int registryPort = Integer.parseInt(System.getProperty("rmi.registry.port"));
38 java.rmi.registry.LocateRegistry.getRegistry(registryPort);
H A DCheckLeaseLeak.java90 int registryPort = TestLibrary.getRegistryPort(registry);
103 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/test/java/rmi/server/RMISocketFactory/useSocketFactory/registry/
H A DHelloImpl.java68 int registryPort = Integer.parseInt(System.getProperty("rmi.registry.port"));
70 getRegistry("localhost", registryPort,
H A DUseCustomSocketFactory.java57 int registryPort = TestLibrary.getUnusedRandomPort();
67 createRegistry(registryPort,
81 registryPort,
/openjdk7/jdk/test/java/rmi/transport/httpSocket/
H A DHttpSocketTest.java76 int registryPort = -1;
81 registryPort = TestLibrary.getRegistryPort(registry);
89 (MyRemoteInterface)Naming.lookup("//:" + registryPort + "/" + NAME);
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/activatable/
H A DEchoImpl.java131 int registryPort = Integer.parseInt(System.getProperty("rmi.registry.port"));
132 System.out.println("EchoServer: binding in registry on port:" + registryPort);
133 Naming.rebind("//:" + registryPort +
/openjdk7/jdk/test/java/rmi/server/UnicastRemoteObject/keepAliveDuringCall/
H A DShutdownImpl.java71 int registryPort = Integer.parseInt(System.getProperty("rmi.registry.port"));
73 LocateRegistry.getRegistry("", registryPort);
H A DKeepAliveDuringCall.java80 int registryPort = TestLibrary.getRegistryPort(localRegistry);
89 registryPort, "")).start();
/openjdk7/jdk/test/java/rmi/server/UnicastRemoteObject/unexportObject/
H A DUnexportLeak.java49 int registryPort = TestLibrary.getRegistryPort(registry);
53 LocateRegistry.getRegistry(registryPort).rebind("UnexportLeak", obj);
/openjdk7/jdk/test/java/rmi/transport/checkFQDN/
H A DCheckFQDNClient.java61 int registryPort = Integer.parseInt(System.getProperty("rmi.registry.port"));
63 registryPort
/openjdk7/jdk/test/sun/rmi/runtime/Log/6409194/
H A DNoConsoleOutput.java100 int registryPort = TestLibrary.getRegistryPort(registry);
101 Registry reg = LocateRegistry.getRegistry("", registryPort);
/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/transport/dgcDeadLock/
H A DTestImpl.java59 int registryPort = Integer.parseInt(System.getProperty("rmi.registry.port"));
61 createRegistry(registryPort);
66 registryPort
73 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);
/openjdk7/jdk/src/share/classes/sun/management/jmxremote/
H A DConnectorBootstrap.java800 int registryPort =
803 url.getHost(), registryPort);

Completed in 135 milliseconds