Class CertificateNameService
java.lang.Object
com.aoindustries.aoserv.master.pki.CertificateNameService
- All Implemented Interfaces:
WhoisHistoryDomainLocator,MasterService
public class CertificateNameService
extends Object
implements MasterService, WhoisHistoryDomainLocator
- Author:
- AO Industries, Inc.
-
Constructor Summary
Constructors -
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, waitMethods inherited from interface com.aoindustries.aoserv.master.MasterService
start, startGetObjectHandler, startGetObjectHandlers, startGetTableHandlers
-
Constructor Details
-
CertificateNameService
public CertificateNameService()
-
-
Method Details
-
startGetTableHandler
Description copied from interface:MasterServiceIn 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:
startGetTableHandlerin interfaceMasterService
-
getWhoisHistoryDomains
public Map<DomainName,Set<Account.Name>> getWhoisHistoryDomains(DatabaseConnection conn) throws IOException, SQLException Description copied from interface:WhoisHistoryDomainLocatorGets the set of all unique business accounting codes and registrable domains that are subject to whois history logging.- Specified by:
getWhoisHistoryDomainsin interfaceWhoisHistoryDomainLocator- Throws:
IOExceptionSQLException- See Also:
-
