Uses of Class
com.aoindustries.aoserv.client.GlobalObject
-
-
Uses of GlobalObject in com.aoindustries.aoserv.client
Classes in com.aoindustries.aoserv.client with type parameters of type GlobalObject Modifier and Type Class Description classGlobalObject<K,T extends GlobalObject<K,T>>AGlobalObjectis stored in aGlobalTableand shared by all users for greater performance.classGlobalTable<K,V extends GlobalObject<K,V>>AGlobalTableis shared between all users.Subclasses of GlobalObject in com.aoindustries.aoserv.client Modifier and Type Class Description classGlobalObjectDomainNameKey<T extends GlobalObjectDomainNameKey<T>>An object that is cached and uses a DomainName as its primary key,classGlobalObjectIntegerKey<T extends GlobalObjectIntegerKey<T>>An object that is cached and uses an int as its primary key,classGlobalObjectStringKey<T extends GlobalObjectStringKey<T>>An object that is cached and uses a String as its primary key, -
Uses of GlobalObject in com.aoindustries.aoserv.client.account
Subclasses of GlobalObject in com.aoindustries.aoserv.client.account Modifier and Type Class Description classUsStateAUSStaterepresents State of the United States. -
Uses of GlobalObject in com.aoindustries.aoserv.client.aosh
Subclasses of GlobalObject in com.aoindustries.aoserv.client.aosh Modifier and Type Class Description classCommand -
Uses of GlobalObject in com.aoindustries.aoserv.client.backup
Subclasses of GlobalObject in com.aoindustries.aoserv.client.backup Modifier and Type Class Description classBackupRetentionThe possible backup retention values allowed in the system. -
Uses of GlobalObject in com.aoindustries.aoserv.client.billing
Subclasses of GlobalObject in com.aoindustries.aoserv.client.billing Modifier and Type Class Description classCurrencyclassNoticeTypeEach reason for notifying clients is represented by aNoticeType.classPackageCategoryAPackageCategoryrepresents one type of serviceclassResourceAResourceis a measurable hardware resource.classTransactionTypeATransactionTypeis one type that may be used in aTransaction. -
Uses of GlobalObject in com.aoindustries.aoserv.client.distribution
Subclasses of GlobalObject in com.aoindustries.aoserv.client.distribution Modifier and Type Class Description classArchitectureAnArchitectureis a simple wrapper for the type of computer architecture used in a server.classOperatingSystemOne type of operating system.classOperatingSystemVersionOne version of a operating system.classSoftwareATechnologyNamerepresents one piece of software installed in the system.classSoftwareCategorizationATechnologyassociates aTechnologyClasswith aTechnologyName.classSoftwareCategoryATechnologyClassis one type of software package installed on the servers.classSoftwareVersionEachTechnologyNamemay have multiple versions installed. -
Uses of GlobalObject in com.aoindustries.aoserv.client.distribution.management
Subclasses of GlobalObject in com.aoindustries.aoserv.client.distribution.management Modifier and Type Class Description classDistroFileTypeFor AO Industries use only.classDistroReportTypeFor AO Industries use only. -
Uses of GlobalObject in com.aoindustries.aoserv.client.dns
Subclasses of GlobalObject in com.aoindustries.aoserv.client.dns Modifier and Type Class Description classForbiddenZoneADNSForbiddenZoneis a zone that may not be hosted by AO Industries' name servers.classRecordTypeTheDNSTypeassociated with aDNSRecordprovides details about which values should be used in the destination field, and whether a priority, weight, and port should exist.classTopLevelDomainADNSTLDis a name server top level domain. -
Uses of GlobalObject in com.aoindustries.aoserv.client.email
Subclasses of GlobalObject in com.aoindustries.aoserv.client.email Modifier and Type Class Description classAttachmentTypeAnEmailAttachmentTyperepresents one extension that may be blocked by virus filters.classMajordomoVersionMultiple versions of Majordomo are supported by the system.classSmtpRelayTypeTheEmailSmtpRelayTypeof anEmailSmtpRelaycontrols the servers response.classSpamAssassinModeAnEmailSpamAssassinIntegrationModeis a simple wrapper for the types of SpamAssassin integration modes. -
Uses of GlobalObject in com.aoindustries.aoserv.client.infrastructure
Subclasses of GlobalObject in com.aoindustries.aoserv.client.infrastructure Modifier and Type Class Description classProcessorTypeAll of the types of processors. -
Uses of GlobalObject in com.aoindustries.aoserv.client.linux
Subclasses of GlobalObject in com.aoindustries.aoserv.client.linux Modifier and Type Class Description classGlobalObjectPosixPathKey<T extends GlobalObjectPosixPathKey<T>>An object that is cached and uses aPosixPathas its primary key,classGroupTypeEachLinuxGroup's use is limited by whichLinuxGroupTypeis associated with it.classShellAll of the possible Linux login shells are provided asShells.classTimeZoneAll of the time zones on a server.classUserTypeTheLinuxAccountTypeof aLinuxAccountcontrols which systems the account may access. -
Uses of GlobalObject in com.aoindustries.aoserv.client.master
Subclasses of GlobalObject in com.aoindustries.aoserv.client.master Modifier and Type Class Description classPermissionAll of the permissions within the system. -
Uses of GlobalObject in com.aoindustries.aoserv.client.net
Subclasses of GlobalObject in com.aoindustries.aoserv.client.net Modifier and Type Class Description classAppProtocolAProtocolrepresents one type of application protocol used inNetBinds.classDeviceIdAnNetDeviceIDis a simple wrapper for the different names of network devices used in Linux servers. -
Uses of GlobalObject in com.aoindustries.aoserv.client.payment
Subclasses of GlobalObject in com.aoindustries.aoserv.client.payment Modifier and Type Class Description classCountryCodeACountryCodeis a simple wrapper for country code and name mappings.classPaymentTypeThe system can process several differentPaymentTypes. -
Uses of GlobalObject in com.aoindustries.aoserv.client.postgresql
Subclasses of GlobalObject in com.aoindustries.aoserv.client.postgresql Modifier and Type Class Description classEncodingBeginning with PostgreSQL 7.1, multiple character encoding formats are supported, thePostgresEncodings represent the possible formats.classVersionAPostgresVersionflags whichTechnologyVersions are a version of PostgreSQL. -
Uses of GlobalObject in com.aoindustries.aoserv.client.schema
Subclasses of GlobalObject in com.aoindustries.aoserv.client.schema Modifier and Type Class Description classAoservProtocolConstants used in communication between the client and server.classColumnMeta-data for every field of everyAOServObjectis available as aSchemaColumn.classForeignKeyASchemaForeignKeyrepresents when a column in oneAOServTablereferences a column in anotherAOServTable.classTableclassType -
Uses of GlobalObject in com.aoindustries.aoserv.client.ticket
Subclasses of GlobalObject in com.aoindustries.aoserv.client.ticket Modifier and Type Class Description classActionTypeAll of the types of ticket changes are represented by theseTicketActionTypes.classLanguageclassPriorityTickets are prioritized by both the client and support personnel.classStatusTheTicketStatusof aTicketchanges through each step of its life cycle.classTicketTypeEachTicketis of a specificTicketType. -
Uses of GlobalObject in com.aoindustries.aoserv.client.web.jboss
Subclasses of GlobalObject in com.aoindustries.aoserv.client.web.jboss Modifier and Type Class Description classVersionAnHttpdJBossVersionflags whichTechnologyVersions are a version of the JBoss EJB Container. -
Uses of GlobalObject in com.aoindustries.aoserv.client.web.tomcat
Subclasses of GlobalObject in com.aoindustries.aoserv.client.web.tomcat Modifier and Type Class Description classJkProtocolApache'smod_jksupports multiple versions of the Apache JServ Protocol.classVersionAnHttpdTomcatVersionflags whichTechnologyVersions are a version of the Jakarta Tomcat servlet engine.classWorkerNameWhen using Apache'smod_jk, each connection to a servlet container is assigned a unique two-character identifier.
-