equal
deleted
inserted
replaced
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 * |