Package com.aoindustries.aoserv.client
Class GlobalObject<K,T extends GlobalObject<K,T>>
java.lang.Object
com.aoindustries.aoserv.client.AoservObject<K,T>
com.aoindustries.aoserv.client.GlobalObject<K,T>
- All Implemented Interfaces:
Streamable
,StreamReadable
,StreamWritable
,Row
,AoservReadable
,AoservStreamable
,AoservWritable
- Direct Known Subclasses:
BackupRetention
,GlobalObjectDomainNameKey
,GlobalObjectIntegerKey
,GlobalObjectPosixPathKey
,GlobalObjectStringKey
A
GlobalObject
is stored in
a GlobalTable
and shared by all users
for greater performance.- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from class com.aoindustries.aoserv.client.AoservObject
USE_ARRAY_OF_DOMAIN, USE_SQL_DATA, USE_SQL_DATA_WRITE
-
Constructor Summary
ModifierConstructorDescriptionprotected
Deprecated.Only required for implementation, do not use directly. -
Method Summary
Methods inherited from class com.aoindustries.aoserv.client.AoservObject
compare, compare, compare, compare, compareIgnoreCaseConsistentWithEquals, compareTo, compareTo, compareTo, equals, getAccountingCode, getColumn, getColumnImpl, getColumns, getColumns, getDomainLabel, getDomainLabels, getDomainName, getDto, getEmail, getGecos, getGroupId, getHashedKey, getHashedPassword, getHostname, getInetAddress, getKey, getLinuxId, getLinuxUserName, getMacAddress, getMysqlDatabaseName, getMysqlServerName, getMysqlUserName, getPort, getPostgresDatabaseName, getPostgresServerName, getPostgresUserId, getTableId, getTableSchema, getTimeMillis, getTimeMillis, getUnixPath, getUserId, hashCode, init, read, read, toString, toStringImpl, write, write
-
Constructor Details
-
GlobalObject
Deprecated.Only required for implementation, do not use directly.- See Also:
-