481482483484485486487488489490491
public void register_host(HostInfo host) throws IllegalHostName, InvalidSSDRef { if (host.name == null || host.name.length() == 0) throw new IllegalHostName(host.name); try { host.ssd_ref.get_system_load(); }
482483484485486487488489490491492