jdk/src/jdk.jvmstat/share/classes/sun/jvmstat/monitor/MonitoredHostService.java
changeset 32210 958d823579c3
parent 25859 3317bb8137f4
equal deleted inserted replaced
32209:24bb680a1609 32210:958d823579c3
    27 
    27 
    28 public interface MonitoredHostService {
    28 public interface MonitoredHostService {
    29 
    29 
    30     /**
    30     /**
    31      * Construct a MonitoredHost instance to manage the
    31      * Construct a MonitoredHost instance to manage the
    32      * connection to the host indicated by <tt>hostId</tt>.
    32      * connection to the host indicated by {@code hostId}.
    33      *
    33      *
    34      * @param hostId the identifier for the target host.
    34      * @param hostId the identifier for the target host.
    35      * @return MonitoredHost - The MonitoredHost object needed to attach to
    35      * @return MonitoredHost - The MonitoredHost object needed to attach to
    36      *                         the target host.
    36      *                         the target host.
    37      *
    37      *