Uses of Class
com.aoindustries.aoserv.client.CachedObject
-
-
Uses of CachedObject in com.aoindustries.aoserv.client
Classes in com.aoindustries.aoserv.client with type parameters of type CachedObject Modifier and Type Class Description classCachedObject<K,T extends CachedObject<K,T>>ACachedObjectis stored in aCachedTablefor greater performance.classCachedTable<K,V extends CachedObject<K,V>>ACachedTablestores all of the availableCachedObjects and performs all subsequent data access locally.Subclasses of CachedObject in com.aoindustries.aoserv.client Modifier and Type Class Description classCachedObjectIntegerKey<V extends CachedObjectIntegerKey<V>>An object that is cached and uses an int as its primary key,classCachedObjectLongKey<V extends CachedObjectLongKey<V>>An object that is cached and uses a long as its primary key,classCachedObjectStringKey<V extends CachedObjectStringKey<V>>An object that is cached and uses an int as its primary key, -
Uses of CachedObject in com.aoindustries.aoserv.client.account
Subclasses of CachedObject in com.aoindustries.aoserv.client.account Modifier and Type Class Description classAccountAnAccountis one distinct set of packages, resources, and permissions.classAccountHostclassAdministratorAnAdministratoris a username and password pair, usually representing an individual or an application, that has administrative control over all resources in anAccountor any any of its child businesses.classCachedObjectAccountNameKey<V extends CachedObjectAccountNameKey<V>>An object that is cached and uses an int as its primary key,classCachedObjectUserNameKey<V extends CachedObjectUserNameKey<V>>An object that is cached and usesUser.Nameas its primary key,classDisableLogWhen a resource or resources are disabled, the reason and time is logged.classProfileContact information associated with anAccount.classUserEachUsernameis unique across all systems and must be allocated to aPackagebefore use in any of the account types. -
Uses of CachedObject in com.aoindustries.aoserv.client.accounting
Subclasses of CachedObject in com.aoindustries.aoserv.client.accounting Modifier and Type Class Description classBankFor AO Industries use only.classBankAccountFor AO Industries use only.classBankTransactionTypeFor AO Industries use only.classExpenseCategoryFor AO Industries use only. -
Uses of CachedObject in com.aoindustries.aoserv.client.backup
Subclasses of CachedObject in com.aoindustries.aoserv.client.backup Modifier and Type Class Description classBackupPartitionBackupPartitionstores backup data.classFileReplicationCauses a server to replicate itself to another machine on a regular basis.classFileReplicationScheduleAFailoverFileSchedulecontrols which time of day (in server time zone) the failover file replications will occur.classFileReplicationSettingAFileBackupSettingoverrides the default backup behavior.classMysqlReplicationRepresents MySQL replication for one aFailoverFileReplicationorServer. -
Uses of CachedObject in com.aoindustries.aoserv.client.billing
Subclasses of CachedObject in com.aoindustries.aoserv.client.billing Modifier and Type Class Description classMonthlyChargeMiscellaneous monthly charges may be applied to anAccount.classNoticeLogANoticeLogentry is created when a client has been notified of either a failed credit card transaction or a past due debt.classNoticeLogBalanceANoticeLoghas the account balances at the time the notice was sent.classPackageAPackageis a set of resources and its associated price.classPackageDefinitionAPackageDefinitionstores one unique set of resources, limits, and prices.classPackageDefinitionLimitAPackageDefinitionLimitstores one limit that is part of aPackageDefinition.classTransactionEachAccounthas an account of all the charges and payments processed.classWhoisHistoryLogs the whois history for each registrable domain.classWhoisHistoryAccountLogs whichaccountswere associated with a registrable domain at the time of whois lookup. -
Uses of CachedObject in com.aoindustries.aoserv.client.dns
Subclasses of CachedObject in com.aoindustries.aoserv.client.dns Modifier and Type Class Description classRecordADNSRecordis one line of aDNSZone(name server zone file).classZoneADNSZoneis one domain hosted in the name servers. -
Uses of CachedObject in com.aoindustries.aoserv.client.email
Subclasses of CachedObject in com.aoindustries.aoserv.client.email Modifier and Type Class Description classAddressAnEmailAddressrepresents a unique email address hosted on an AOServ server.classAttachmentBlockAnEmailAttachmentBlockrestricts one attachment type on one email inbox.classBlackholeAddressAny email sent to aBlackholeEmailAddressis piped directly to/dev/null- the bit bucket - the email appears to have been delivered but is simply discarded.classCyrusImapdBindEachCyrusImapdServermay listen for network connections on multipleNetBinds.classCyrusImapdServerAnCyrusImapdServerrepresents one running instance of Cyrus IMAPD.classDomainAEmailDomainis one hostname/domain of email addresses hosted on aServer.classForwardingAnEmailForwardingdirects incoming mail to a different destination.classInboxAddressALinuxAccountmay have any number of email addresses routed to it to become an email inbox.classListAny incoming email addressed to aListis immediately forwarded on to all addresses contained in the list.classListAddressAnListmay receive email on multiple addresses, and then forward those emails to the list of destinations.classMajordomoListAMajordomoListis one list within aMajordomoServer.classMajordomoServerAMajordomoServerprovides Majordomo functionality for aEmailDomain.classPipeIncoming email addressed to anEmailPipeis piped into a native process.classPipeAddressAny number ofEmailAddresses may be directed to anEmailPipe.classSendmailBindEachSendmailServermay listen for network connections on multipleNetBinds.classSendmailServerAnSendmailServerrepresents one running instance of Sendmail.classSmtpRelayWhen a user successfully logs into either the POP3 or IMAP mail systems, access from their host is granted to the SMTP server via aEmailSmtpRelay.classSmtpSmartHostProvides SMTP relay services for one or more non-managed servers.classSmtpSmartHostDomainProvides non-default per-domain smart host limits.classSystemAliasEachServerhas several entries in/etc/aliasesthat do not belong to any particularEmailDomainorPackage. -
Uses of CachedObject in com.aoindustries.aoserv.client.ftp
Subclasses of CachedObject in com.aoindustries.aoserv.client.ftp Modifier and Type Class Description classGuestUserIf aLinuxAccounthas aFTPGuestUserattached to it, FTP connections will be limited with their home directory as the root directory.classPrivateServerWhen aPrivateFTPServeris attached to aNetBind, the FTP server reponds as configured in thePrivateFTPServer. -
Uses of CachedObject in com.aoindustries.aoserv.client.infrastructure
Subclasses of CachedObject in com.aoindustries.aoserv.client.infrastructure Modifier and Type Class Description classPhysicalServerAPhysicalServerconsumes space and electricity in a rack and provides resources.classRackARackstoresPhysicalServers.classServerFarmAO Industries provides greater reliability through the use of multiple network locations.classVirtualDiskAVirtualDiskis a block device for aVirtualServer.classVirtualServerAVirtualServerconsumes physical resources within the virtualization layer. -
Uses of CachedObject in com.aoindustries.aoserv.client.linux
Subclasses of CachedObject in com.aoindustries.aoserv.client.linux Modifier and Type Class Description classCachedObjectGroupNameKey<V extends CachedObjectGroupNameKey<V>>An object that is cached and usesGroup.Nameas its primary key,classCachedObjectUserNameKey<V extends CachedObjectUserNameKey<V>>An object that is cached and usesUser.Nameas its primary key,classDaemonAclA limited number of hosts may connect to aserver'sdaemon, each is configured as anAOServerDaemonHost.classGroupALinuxGroupmay exist on multipleServers.classGroupServerALinuxServerGroupadds aLinuxGroupto aServer, so thatLinuxServerAccountwith access to the group may use the group on the server.classGroupUserEachLinuxGroupmay be accessed by any number ofLinuxAccounts.classServerAServerstores the details about a server that runs the AOServ distribution.classUserOne user may have shell, FTP, and/or email access to any number of servers.classUserServer -
Uses of CachedObject in com.aoindustries.aoserv.client.master
Subclasses of CachedObject in com.aoindustries.aoserv.client.master Modifier and Type Class Description classAdministratorPermissionAssociates a permission with a business administrator.classUserAMasterUseris anAdministratorwho has greater permissions.classUserAclAMasterHostcontrols which hosts aMasterUseris allowed to connect from.classUserHostMasterUsers are restricted to data based on a list ofServers they may access. -
Uses of CachedObject in com.aoindustries.aoserv.client.mysql
Subclasses of CachedObject in com.aoindustries.aoserv.client.mysql Modifier and Type Class Description classCachedObjectUserNameKey<V extends CachedObjectUserNameKey<V>>An object that is cached and usesUser.Nameas its primary key,classDatabaseAMySQLDatabasecorresponds to a unique MySQL table space on one server.classDatabaseUserAMySQLDBUsergrants aMySQLServerUseraccess to aMySQLDatabase.classServerAMySQLServercorresponds to a unique MySQL install space on one server.classUserAMySQLUserstores the details of a MySQL account that are common to all servers.classUserServer -
Uses of CachedObject in com.aoindustries.aoserv.client.net
Subclasses of CachedObject in com.aoindustries.aoserv.client.net Modifier and Type Class Description classBindAll listening network ports must be registered as aNetBind.classBindFirewallZoneEach port may be independently associated with a specific set ofFirewalld Zones.classDeviceEach server has multiple network devices, each listening on different IP addresses.classFirewallZoneDefines a firewalld zone that exists on aHost.classHostAServerstores the details about a single, physical server.classIpAddressEachIPAddressrepresents a unique IPv4 address.classTcpRedirectEach server may perform TCP redirects via xinetd. -
Uses of CachedObject in com.aoindustries.aoserv.client.net.monitoring
Subclasses of CachedObject in com.aoindustries.aoserv.client.net.monitoring Modifier and Type Class Description classIpAddressMonitoring -
Uses of CachedObject in com.aoindustries.aoserv.client.net.reputation
Subclasses of CachedObject in com.aoindustries.aoserv.client.net.reputation Modifier and Type Class Description classHostOne host tracked by anIpReputationSet.classLimiterAnIpReputationLimiterrate-limits traffic by class and type.classLimiterClassThe limit for one class of aIpReputationLimiter.classLimiterSetOne set used by aIpReputationLimiter.classNetworkOne network tracked by anIpReputationSet.classSetAnIpReputationSetstores network and host IP reputation fed from external sources. -
Uses of CachedObject in com.aoindustries.aoserv.client.payment
Subclasses of CachedObject in com.aoindustries.aoserv.client.payment Modifier and Type Class Description classCreditCardACreditCardstores credit card information.classPaymentACreditCardTransactionstores the complete history of credit card transactions.classProcessorACreditCardProcessorrepresents on Merchant account used for credit card processing. -
Uses of CachedObject in com.aoindustries.aoserv.client.pki
Subclasses of CachedObject in com.aoindustries.aoserv.client.pki Modifier and Type Class Description classCertificateclassCertificateNameclassCertificateOtherUseclassEncryptionKeyStores the list of encryption keys for a business. -
Uses of CachedObject in com.aoindustries.aoserv.client.postgresql
Subclasses of CachedObject in com.aoindustries.aoserv.client.postgresql Modifier and Type Class Description classCachedObjectUserNameKey<V extends CachedObjectUserNameKey<V>>An object that is cached and usesUser.Nameas its primary key,classDatabaseAPostgresDatabasecorresponds to a unique PostgreSQL table space on one server.classServerAPostgresServercorresponds to a unique PostgreSQL install space on one server.classUserAPostgresUsermay have access to multiple servers.classUserServerAPostgresServerUsergrants aPostgresUseraccess to aServer. -
Uses of CachedObject in com.aoindustries.aoserv.client.reseller
Subclasses of CachedObject in com.aoindustries.aoserv.client.reseller Modifier and Type Class Description classBrandA brand has separate website, packages, nameservers, and support.classBrandCategoryclassCategoryclassResellerA reseller may handle support tickets.. -
Uses of CachedObject in com.aoindustries.aoserv.client.scm
Subclasses of CachedObject in com.aoindustries.aoserv.client.scm Modifier and Type Class Description classCvsRepositoryACvsRepositoryrepresents on repository directory for the CVS pserver. -
Uses of CachedObject in com.aoindustries.aoserv.client.signup
Subclasses of CachedObject in com.aoindustries.aoserv.client.signup Modifier and Type Class Description classOptionStores an option for a sign-up request, each option has a unique name per sign-up request.classRequestStores a single sign-up request. -
Uses of CachedObject in com.aoindustries.aoserv.client.ticket
Subclasses of CachedObject in com.aoindustries.aoserv.client.ticket Modifier and Type Class Description classActionTicketActions represent a complete history of the changes that have been made to a ticket.classAssignmentclassTicketTheTicketsystem allows clients to submit support requests and monitor the progress of the work. -
Uses of CachedObject in com.aoindustries.aoserv.client.web
Subclasses of CachedObject in com.aoindustries.aoserv.client.web Modifier and Type Class Description classHeaderEachVirtualHostmay have header configurations attached to it.classHttpdBindEachHttpdServermay listen for network connections on multipleNetBinds.classHttpdServerAnHttpdServerrepresents one running instance of the Apache web server.classLocationTODO: Make the authentication aspect optional since this now has an optional handler.classRewriteRuleEachVirtualHostmay have RewriteRule configurations attached to it.classSiteAnHttpdSiteis one unique set of web content and resides in its own directory under/www.classStaticSiteAnHttpdStaticSiteindicates that anHttpdSiteserves static content only.classVirtualHostclassVirtualHostNameMultipleHttpdSiteURLs may be attached to a unique combination ofHttpdSiteandHttpdBind, represented by anHttpdSiteBind. -
Uses of CachedObject in com.aoindustries.aoserv.client.web.jboss
Subclasses of CachedObject in com.aoindustries.aoserv.client.web.jboss Modifier and Type Class Description classSiteAnHttpdJBossSiteindicates that anHttpdSiteuses JBoss as its servlet engine. -
Uses of CachedObject in com.aoindustries.aoserv.client.web.tomcat
Subclasses of CachedObject in com.aoindustries.aoserv.client.web.tomcat Modifier and Type Class Description classContextRepresents one context within aHttpdTomcatSite.classContextDataSourceRepresents one data source within aHttpdTomcatContext.classContextParameterRepresents one parameter within aHttpdTomcatContext.classJkMountEachSitehas independently configured JkMount and JkUnMount directives.classPrivateTomcatSiteAnHttpdStdTomcatSiteindicates that aHttpdTomcatSiteis configured in the standard layout of one Tomcat instance per Java virtual machine.classSharedTomcatAnHttpdSharedTomcatstores configuration information about the Jakarta Tomcat JVM under which run one or moreHttpdTomcatSharedSites.classSharedTomcatSiteAnHttpdTomcatSharedSiteis anHttpdTomcatSiterunning under anHttpdSharedTomcat.classSiteAnHttpdTomcatSiteindicates that anHttpdSiteuses the Jakarta Tomcat project as its servlet engine.classWorkerAnHttpdWorkerrepresents a unique combination ofHttpdJKCodeandHttpdTomcatSite.
-