Class DomainService
java.lang.Object
com.aoindustries.aoserv.master.email.DomainService
- All Implemented Interfaces:
WhoisHistoryDomainLocator
,MasterService
- Author:
- AO Industries, Inc.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the set of all unique business accounting codes and registrable domains that are subject to whois history logging.In order the reduce the number of services listed in /META-INF/services, a handler may provide aTableHandler.GetTableHandler
.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.aoindustries.aoserv.master.MasterService
start, startGetObjectHandler, startGetObjectHandlers, startGetTableHandlers
-
Constructor Details
-
DomainService
public DomainService()
-
-
Method Details
-
startGetTableHandler
Description copied from interface:MasterService
In order the reduce the number of services listed in /META-INF/services, a handler may provide aTableHandler.GetTableHandler
. This is registered only after the handler successfullystarts
.When not null, this is combined into a single list, after the entries from
MasterService.startGetTableHandlers()
.- Specified by:
startGetTableHandler
in interfaceMasterService
-
getWhoisHistoryDomains
public Map<DomainName,Set<Account.Name>> getWhoisHistoryDomains(DatabaseConnection conn) throws IOException, SQLException Description copied from interface:WhoisHistoryDomainLocator
Gets the set of all unique business accounting codes and registrable domains that are subject to whois history logging.- Specified by:
getWhoisHistoryDomains
in interfaceWhoisHistoryDomainLocator
- Throws:
IOException
SQLException
- See Also:
-