Uses of Class
com.aoindustries.aoserv.client.net.Host
-
-
Uses of Host in com.aoindustries.aoserv.client.account
Methods in com.aoindustries.aoserv.client.account that return Host Modifier and Type Method Description HostAccount. getDefaultHost()HostAccountHost. getHost()Methods in com.aoindustries.aoserv.client.account with parameters of type Host Modifier and Type Method Description voidAccountTable. addAccount(Account.Name accounting, String contractNumber, Host defaultServer, Account.Name parent, boolean canAddBackupServers, boolean canAddAccounts, boolean canSeePrices, boolean billParent)intAccount. addAccountHost(Host server)AccountHostAccount. getAccountHost(Host host)List<Account>AccountHostTable. getAccounts(Host server) -
Uses of Host in com.aoindustries.aoserv.client.backup
Methods in com.aoindustries.aoserv.client.backup that return Host Modifier and Type Method Description HostBackupReport. getHost()HostFileReplication. getHost()Methods in com.aoindustries.aoserv.client.backup with parameters of type Host Modifier and Type Method Description List<BackupReport>BackupReportTable. getBackupReports(Host host)List<FileReplication>FileReplicationTable. getFailoverFileReplications(Host server) -
Uses of Host in com.aoindustries.aoserv.client.billing
Methods in com.aoindustries.aoserv.client.billing that return Host Modifier and Type Method Description HostPackage. getHost(String name)Methods in com.aoindustries.aoserv.client.billing that return types with arguments of type Host Modifier and Type Method Description List<Host>Package. getServers() -
Uses of Host in com.aoindustries.aoserv.client.infrastructure
Methods in com.aoindustries.aoserv.client.infrastructure that return Host Modifier and Type Method Description HostPhysicalServer. getHost()HostVirtualServer. getHost() -
Uses of Host in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return Host Modifier and Type Method Description HostServer. getHost() -
Uses of Host in com.aoindustries.aoserv.client.master
Methods in com.aoindustries.aoserv.client.master that return Host Modifier and Type Method Description HostUserHost. getHost() -
Uses of Host in com.aoindustries.aoserv.client.net
Methods in com.aoindustries.aoserv.client.net that return Host Modifier and Type Method Description HostHostTable. get(int pkey)HostHostTable. get(Object pkey)Deprecated.Always try to lookup by specific keys; the compiler will help you more when types change.HostHostTable. get(String server)Gets aServerbased on its hostname, package/name, or pkey.HostBind. getHost()HostDevice. getHost()HostFirewallZone. getHost()HostHostTable. getHost(Package pk, String name)Methods in com.aoindustries.aoserv.client.net that return types with arguments of type Host Modifier and Type Method Description List<Host>HostTable. getServers(Package pk)Methods in com.aoindustries.aoserv.client.net with parameters of type Host Modifier and Type Method Description intHost. compareTo(Host o)List<IpAddress>IpAddressTable. getIPAddresses(Host se)voidIpAddress. moveTo(Host server)
-