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

/openjdk7/jdk/test/java/rmi/server/RemoteObject/verifyRemoteEquals/
H A DVerifyRemoteEquals.java65 public TestImpl(RMIClientSocketFactory clientFactory, argument
70 super(0, clientFactory, serverFactory);
/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DTCPEndpoint.java609 RMIClientSocketFactory clientFactory = csf;
610 if (clientFactory == null) {
611 clientFactory = chooseFactory();
613 socket = clientFactory.createSocket(host, port);
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DMultiThreadDeadLockTest.java47 clientFactory);
206 private static RMIClientFactory clientFactory = new RMIClientFactory(); field in class:MultiThreadDeadLockTest

Completed in 508 milliseconds