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

/openjdk7/jdk/test/java/rmi/transport/checkFQDN/
H A DCheckFQDNClient.java102 ep = TCPEndpoint.getLocalEndpoint(0);
/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DTCPEndpoint.java156 * for servers in this VM; use getLocalEndpoint instead.
165 * for servers in this VM; use getLocalEndpoint instead.
183 public static TCPEndpoint getLocalEndpoint(int port) { method in class:TCPEndpoint
184 return getLocalEndpoint(port, null, null);
187 public static TCPEndpoint getLocalEndpoint(int port, method in class:TCPEndpoint
368 TCPEndpoint localEndpoint = getLocalEndpoint(0, null, null);
430 * created as a server endpoint (using getLocalEndpoint) for a
442 * getLocalEndpoint). If this endpoint was created for the
453 * (using getLocalEndpoint).
H A DTCPChannel.java270 TCPEndpoint.getLocalEndpoint(0, null, null);
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DLiveRef.java93 this(objID, TCPEndpoint.getLocalEndpoint(port), true);
103 this(objID, TCPEndpoint.getLocalEndpoint(port, csf, ssf), true);

Completed in 33 milliseconds