Interface WhoisHistoryDomainLocator
- All Known Implementing Classes:
CertificateNameService
,DomainService
,VirtualHostNameService
,ZoneService
public interface WhoisHistoryDomainLocator
Any
MasterService
that implements WhoisHistoryDomainLocator
contributes to the list of registrable domains that are monitored for billing purposes.- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionGets the set of all unique business accounting codes and registrable domains that are subject to whois history logging.
-
Method Details
-
getWhoisHistoryDomains
Map<DomainName,Set<Account.Name>> getWhoisHistoryDomains(DatabaseConnection conn) throws IOException, SQLException Gets the set of all unique business accounting codes and registrable domains that are subject to whois history logging.- Throws:
IOException
SQLException
- See Also:
-