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

/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/protocol/rmi/
H A DRemoteVmManager.java50 private RemoteHost remoteHost; field in class:RemoteVmManager
59 * @param remoteHost the remote proxy object to the RMI server on
62 public RemoteVmManager(RemoteHost remoteHost) { argument
63 this(remoteHost, null);
74 * @param remoteHost the remote proxy object to the RMI server on
78 public RemoteVmManager(RemoteHost remoteHost, String user) { argument
80 this.remoteHost = remoteHost;
99 active = remoteHost.activeVms();
H A DMonitoredHostProvider.java53 private RemoteHost remoteHost; field in class:MonitoredHostProvider
85 remoteHost = (RemoteHost)Naming.lookup(rmiName);
124 this.vmManager = new RemoteVmManager(remoteHost);
144 RemoteVm rvm = remoteHost.attachVm(vmid.getLocalVmId(),
172 remoteHost.detachVm(rmvm.getRemoteVm());
/openjdk7/jdk/src/share/classes/sun/tools/jstatd/
H A DJstatd.java53 static void bind(String name, RemoteHostImpl remoteHost) argument
57 Naming.rebind(name, remoteHost);
66 bind(name, remoteHost);
140 RemoteHostImpl remoteHost = new RemoteHostImpl();
142 remoteHost, 0);
143 bind(name.toString(), remoteHost);
/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DTCPTransport.java623 private String remoteHost; field in class:TCPTransport.ConnectionHandler
625 ConnectionHandler(Socket socket, String remoteHost) { argument
627 this.remoteHost = remoteHost;
631 return remoteHost;
669 ")-" + remoteHost);
719 remoteHost = "0.0.0.0";
754 remoteHost + ":" + remotePort + "]");
768 ep = new TCPEndpoint(remoteHost, socket.getLocalPort(),
785 ") " + "suggesting " + remoteHost
[all...]

Completed in 33 milliseconds