Uses of Interface
com.tccc.kos.commons.core.service.handle.ContextHandleAware
Packages that use ContextHandleAware
Package
Description
Provides classes and interfaces related to the configuration system.
Provides access to the API client for making and receiving local REST calls.
Provides the abstract KosApplication class, which all KOS apps derive from.
Contains classes related to spawning processes and services.
-
Uses of ContextHandleAware in com.tccc.kos.commons.core.service
Classes in com.tccc.kos.commons.core.service that implement ContextHandleAwareModifier and TypeClassDescriptionclassAbstractConfigurableService<T extends ConfigBean>Abstract base class for all services that are configurable.classAbstract base class for all services. -
Uses of ContextHandleAware in com.tccc.kos.commons.core.service.config
Classes in com.tccc.kos.commons.core.service.config that implement ContextHandleAwareModifier and TypeClassDescriptionfinal classSystem service that manages all configuration data and can apply configuration data on top of any ConfigAware object. -
Uses of ContextHandleAware in com.tccc.kos.commons.core.service.handle
Classes in com.tccc.kos.commons.core.service.handle that implement ContextHandleAwareModifier and TypeClassDescriptionfinal classSystem wrapper aroundHandleMgr, asHandleMgrshould only be used by internal KOS code. -
Uses of ContextHandleAware in com.tccc.kos.commons.core.service.keyval
Classes in com.tccc.kos.commons.core.service.keyval that implement ContextHandleAware -
Uses of ContextHandleAware in com.tccc.kos.commons.core.service.state
Classes in com.tccc.kos.commons.core.service.state that implement ContextHandleAwareModifier and TypeClassDescriptionfinal classTracksStateAwarebeans in the system and generates events whenStateAwarebeans change. -
Uses of ContextHandleAware in com.tccc.kos.commons.core.service.trouble
Classes in com.tccc.kos.commons.core.service.trouble that implement ContextHandleAware -
Uses of ContextHandleAware in com.tccc.kos.commons.web.api
Classes in com.tccc.kos.commons.web.api that implement ContextHandleAwareModifier and TypeClassDescriptionfinal classSystem component used to interact with applications running on nodes within a KOS cluster. -
Uses of ContextHandleAware in com.tccc.kos.commons.web.broker
Classes in com.tccc.kos.commons.web.broker that implement ContextHandleAwareModifier and TypeClassDescriptionfinal classMessage broker client to provide java access to broker messages. -
Uses of ContextHandleAware in com.tccc.kos.core.primary.service.nodemgr
Classes in com.tccc.kos.core.primary.service.nodemgr that implement ContextHandleAwareModifier and TypeClassDescriptionfinal classService for interacting with nodeMgr clients within the cluster. -
Uses of ContextHandleAware in com.tccc.kos.core.primary.service.ota
Classes in com.tccc.kos.core.primary.service.ota that implement ContextHandleAwareModifier and TypeClassDescriptionfinal classService that runs on the primary node to manage over the air updates. -
Uses of ContextHandleAware in com.tccc.kos.core.primary.service.update
Classes in com.tccc.kos.core.primary.service.update that implement ContextHandleAwareModifier and TypeClassDescriptionfinal classThis service handles USB based updates to the device. -
Uses of ContextHandleAware in com.tccc.kos.core.service.analytics.client
Classes in com.tccc.kos.core.service.analytics.client that implement ContextHandleAwareModifier and TypeClassDescriptionclassImplementation ofAnalyticsServicefor use on non-primary nodes. -
Uses of ContextHandleAware in com.tccc.kos.core.service.analytics.server
Classes in com.tccc.kos.core.service.analytics.server that implement ContextHandleAwareModifier and TypeClassDescriptionclassImplementation ofAnalyticsServicefor use on primary nodes. -
Uses of ContextHandleAware in com.tccc.kos.core.service.app
Classes in com.tccc.kos.core.service.app that implement ContextHandleAwareModifier and TypeClassDescriptionclassApplication<T extends BaseAppConfig>Base class for all KOS applications.final classService that manages applications within KOS.classSystemApplication<T extends BaseAppConfig>Base class for system applications, which simply adds convenience methods to the base Application type. -
Uses of ContextHandleAware in com.tccc.kos.core.service.assembly
Classes in com.tccc.kos.core.service.assembly that implement ContextHandleAware -
Uses of ContextHandleAware in com.tccc.kos.core.service.browser
Classes in com.tccc.kos.core.service.browser that implement ContextHandleAwareModifier and TypeClassDescriptionfinal classService that manages browsers connected to this service. -
Uses of ContextHandleAware in com.tccc.kos.core.service.config.server
Classes in com.tccc.kos.core.service.config.server that implement ContextHandleAwareModifier and TypeClassDescriptionclassServer that runs on the primary node which performs additional management of theConfigServicefor use on KOS and within multi-node environments. -
Uses of ContextHandleAware in com.tccc.kos.core.service.criticaldata
Classes in com.tccc.kos.core.service.criticaldata that implement ContextHandleAwareModifier and TypeClassDescriptionclassCritical data service stores small amounts of critical data in various boards within the system and uses a voting algorithm to decide which set of data is correct. -
Uses of ContextHandleAware in com.tccc.kos.core.service.device
Classes in com.tccc.kos.core.service.device that implement ContextHandleAwareModifier and TypeClassDescriptionclassTrack device changes and send notifications. -
Uses of ContextHandleAware in com.tccc.kos.core.service.device.serialnum.config
Classes in com.tccc.kos.core.service.device.serialnum.config that implement ContextHandleAwareModifier and TypeClassDescriptionclassASerialNumberProviderimplementation that uses a config property to hold the serial number. -
Uses of ContextHandleAware in com.tccc.kos.core.service.ext
Classes in com.tccc.kos.core.service.ext that implement ContextHandleAwareModifier and TypeClassDescriptionclassService that loads extensions at startup. -
Uses of ContextHandleAware in com.tccc.kos.core.service.firmware
Classes in com.tccc.kos.core.service.firmware that implement ContextHandleAwareModifier and TypeClassDescriptionfinal classService that handles updating firmware on update-capable devices. -
Uses of ContextHandleAware in com.tccc.kos.core.service.fuse
Classes in com.tccc.kos.core.service.fuse that implement ContextHandleAwareModifier and TypeClassDescriptionfinal classService that mounts KAB files into the local filesystem via fuseMounter native program. -
Uses of ContextHandleAware in com.tccc.kos.core.service.hardware
Classes in com.tccc.kos.core.service.hardware that implement ContextHandleAwareModifier and TypeClassDescriptionfinal classService that manages all external hardware. -
Uses of ContextHandleAware in com.tccc.kos.core.service.localization
Classes in com.tccc.kos.core.service.localization that implement ContextHandleAwareModifier and TypeClassDescriptionfinal classCentralized localization service that provides discoverability of registeredLocalizationContextobjects. -
Uses of ContextHandleAware in com.tccc.kos.core.service.log
Classes in com.tccc.kos.core.service.log that implement ContextHandleAwareModifier and TypeClassDescriptionclassLog server that provides access to log override functionality as well as fetching log data from various nodes in the device as well as log streaming.classService that abstracts the adding and removing of log level overrides. -
Uses of ContextHandleAware in com.tccc.kos.core.service.manifest
Classes in com.tccc.kos.core.service.manifest that implement ContextHandleAwareModifier and TypeClassDescriptionfinal classService that tracks the active manifest. -
Uses of ContextHandleAware in com.tccc.kos.core.service.network
Classes in com.tccc.kos.core.service.network that implement ContextHandleAwareModifier and TypeClassDescriptionfinal classService that configures network interfaces on nodes within the device. -
Uses of ContextHandleAware in com.tccc.kos.core.service.noderesolver
Classes in com.tccc.kos.core.service.noderesolver that implement ContextHandleAwareModifier and TypeClassDescriptionfinal classService for resolving aNodeIdto an ip address on the local network. -
Uses of ContextHandleAware in com.tccc.kos.core.service.region
Classes in com.tccc.kos.core.service.region that implement ContextHandleAwareModifier and TypeClassDescriptionfinal classProvides access to region information. -
Uses of ContextHandleAware in com.tccc.kos.core.service.spawn
Classes in com.tccc.kos.core.service.spawn that implement ContextHandleAwareModifier and TypeClassDescriptionfinal classService that is used to start/stop native programs on this node or other nodes using a spawn session. -
Uses of ContextHandleAware in com.tccc.kos.core.service.time
Classes in com.tccc.kos.core.service.time that implement ContextHandleAwareModifier and TypeClassDescriptionfinal classTracks time changes, time drift and generates time related events. -
Uses of ContextHandleAware in com.tccc.kos.core.service.udev
Classes in com.tccc.kos.core.service.udev that implement ContextHandleAwareModifier and TypeClassDescriptionfinal classService that manages events from udev adapter. -
Uses of ContextHandleAware in com.tccc.kos.core.service.udev.serial
Classes in com.tccc.kos.core.service.udev.serial that implement ContextHandleAware -
Uses of ContextHandleAware in com.tccc.kos.core.service.udev.storage
Classes in com.tccc.kos.core.service.udev.storage that implement ContextHandleAwareModifier and TypeClassDescriptionfinal classService that manages storage devices that are detected via udev events, such as usb drives.