Searched refs:RemoteHost (Results 1 - 5 of 5) sorted by relevance

/openjdk10/jdk/src/jdk.jstatd/share/classes/sun/jvmstat/perfdata/monitor/protocol/rmi/
H A DRemoteVmManager.java50 private RemoteHost remoteHost;
62 public RemoteVmManager(RemoteHost remoteHost) {
78 public RemoteVmManager(RemoteHost remoteHost, String user) {
H A DMonitoredHostProvider.java53 private RemoteHost remoteHost;
85 remoteHost = (RemoteHost)Naming.lookup(rmiName);
/openjdk10/jdk/src/jdk.jstatd/share/classes/sun/jvmstat/monitor/remote/
H A DRemoteHost.java40 public interface RemoteHost extends Remote { interface in inherits:Remote
/openjdk10/jdk/src/jdk.jstatd/share/classes/sun/tools/jstatd/
H A DJstatd.java136 RemoteHost stub = (RemoteHost) UnicastRemoteObject.exportObject(
H A DRemoteHostImpl.java39 * Concrete implementation of the RemoteHost interface for the HotSpot
49 public class RemoteHostImpl implements RemoteHost, HostListener {

Completed in 152 milliseconds