Class TopLevelDomain
java.lang.Object
com.aoindustries.aoserv.client.AoservObject<DomainName,TopLevelDomain>
com.aoindustries.aoserv.client.GlobalObject<DomainName,TopLevelDomain>
com.aoindustries.aoserv.client.GlobalObjectDomainNameKey<TopLevelDomain>
com.aoindustries.aoserv.client.dns.TopLevelDomain
- All Implemented Interfaces:
Streamable,StreamReadable,StreamWritable,Row,AoservReadable,AoservStreamable,AoservWritable
A
DNSTLD is a name server top level domain. A top level domain
is a domain that is one level above that which is controlled by AO Industries'
name servers. Some common examples include com, net,
org, co.uk, aq (OK - not so common), and
med.pro. The domains added to the name servers must be in the
format subdomain.dns_tld, where subdomain
is a word without dots (.), and dns_tld is one of
the top level domains in the database. If a top level domain does not exist
that properly should, please contact AO Industries to have it added.
Also, this is a list of effective top-level domains, for the purposes of
domain allocation. This means it includes things like com.au,
whereas the TopLevelDomain only includes au.
- Author:
- AO Industries, Inc.
- See Also:
-
Field Summary
Fields inherited from class com.aoindustries.aoserv.client.GlobalObjectDomainNameKey
pkeyFields inherited from class com.aoindustries.aoserv.client.AoservObject
USE_ARRAY_OF_DOMAIN, USE_SQL_DATA, USE_SQL_DATA_WRITE -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Only required for implementation, do not use directly. -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectgetColumnImpl(int i) voidInitializes this object from the raw database contents.voidread(StreamableInput in, AoservProtocol.Version protocolVersion) voidwrite(StreamableOutput out, AoservProtocol.Version protocolVersion) Methods inherited from class com.aoindustries.aoserv.client.GlobalObjectDomainNameKey
equals, getKey, hashCode, toStringImplMethods inherited from class com.aoindustries.aoserv.client.AoservObject
compare, compare, compare, compare, compareIgnoreCaseConsistentWithEquals, compareTo, compareTo, compareTo, getAccountingCode, getColumn, getColumns, getColumns, getDomainLabel, getDomainLabels, getDomainName, getDto, getEmail, getGecos, getGroupId, getHashedKey, getHashedPassword, getHostname, getInetAddress, getLinuxId, getLinuxUserName, getMacAddress, getMysqlDatabaseName, getMysqlServerName, getMysqlUserName, getPort, getPostgresDatabaseName, getPostgresServerName, getPostgresUserId, getTableSchema, getTimeMillis, getTimeMillis, getUnixPath, getUserId, read, toString, write
-
Constructor Details
-
TopLevelDomain
Deprecated, for removal: This API element is subject to removal in a future version.Only required for implementation, do not use directly.- See Also:
-
-
Method Details
-
getColumnImpl
- Specified by:
getColumnImplin classAoservObject<DomainName,TopLevelDomain>
-
getDescription
-
getDomain
-
getTableId
- Specified by:
getTableIdin classAoservObject<DomainName,TopLevelDomain>
-
init
Description copied from class:AoservObjectInitializes this object from the raw database contents.- Specified by:
initin classAoservObject<DomainName,TopLevelDomain> - Parameters:
result- theResultSetcontaining the row to copy into this object- Throws:
SQLException
-
read
- Specified by:
readin interfaceAoservReadable- Specified by:
readin interfaceAoservStreamable- Specified by:
readin classAoservObject<DomainName,TopLevelDomain> - Throws:
IOException
-
write
- Specified by:
writein interfaceAoservStreamable- Specified by:
writein interfaceAoservWritable- Specified by:
writein classAoservObject<DomainName,TopLevelDomain> - Throws:
IOException
-
