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
pkey
Fields inherited from class com.aoindustries.aoserv.client.AoservObject
USE_ARRAY_OF_DOMAIN, USE_SQL_DATA, USE_SQL_DATA_WRITE
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only required for implementation, do not use directly. -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
getColumnImpl
(int i) void
Initializes this object from the raw database contents.void
read
(StreamableInput in, AoservProtocol.Version protocolVersion) void
write
(StreamableOutput out, AoservProtocol.Version protocolVersion) Methods inherited from class com.aoindustries.aoserv.client.GlobalObjectDomainNameKey
equals, getKey, hashCode, toStringImpl
Methods 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.Only required for implementation, do not use directly.- See Also:
-
-
Method Details
-
getColumnImpl
- Specified by:
getColumnImpl
in classAoservObject<DomainName,
TopLevelDomain>
-
getDescription
-
getDomain
-
getTableId
- Specified by:
getTableId
in classAoservObject<DomainName,
TopLevelDomain>
-
init
Description copied from class:AoservObject
Initializes this object from the raw database contents.- Specified by:
init
in classAoservObject<DomainName,
TopLevelDomain> - Parameters:
result
- theResultSet
containing the row to copy into this object- Throws:
SQLException
-
read
- Specified by:
read
in interfaceAoservReadable
- Specified by:
read
in interfaceAoservStreamable
- Specified by:
read
in classAoservObject<DomainName,
TopLevelDomain> - Throws:
IOException
-
write
- Specified by:
write
in interfaceAoservStreamable
- Specified by:
write
in interfaceAoservWritable
- Specified by:
write
in classAoservObject<DomainName,
TopLevelDomain> - Throws:
IOException
-