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

/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DServerRef.java65 String getClientHost() throws ServerNotActiveException; method in interface:ServerRef
H A DRemoteServer.java76 public static String getClientHost() throws ServerNotActiveException { method in class:RemoteServer
77 return sun.rmi.transport.tcp.TCPTransport.getClientHost();
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DUnicastServerRef.java219 public String getClientHost() throws ServerNotActiveException { method in class:UnicastServerRef
220 return TCPTransport.getClientHost();
454 clientHost = getClientHost();
473 clientHost = "[" + getClientHost() + "] ";
/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DTCPTransport.java596 public static String getClientHost() throws ServerNotActiveException { method in class:TCPTransport
599 return h.getClientHost();
630 String getClientHost() { method in class:TCPTransport.ConnectionHandler

Completed in 33 milliseconds