Uses of Interface
com.tccc.kos.commons.core.context.CtxEventListener
Packages that use CtxEventListener
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 CtxEventListener in com.tccc.kos.commons.core.service
Classes in com.tccc.kos.commons.core.service that implement CtxEventListenerModifier and TypeClassDescriptionclassAbstractConfigurableService<T extends ConfigBean>Abstract base class for all services that are configurable.classAbstract base class for all services. -
Uses of CtxEventListener in com.tccc.kos.commons.core.service.config
Classes in com.tccc.kos.commons.core.service.config that implement CtxEventListenerModifier and TypeClassDescriptionfinal classSystem service that manages all configuration data and can apply configuration data on top of any ConfigAware object. -
Uses of CtxEventListener in com.tccc.kos.commons.core.service.handle
Classes in com.tccc.kos.commons.core.service.handle that implement CtxEventListenerModifier and TypeClassDescriptionfinal classSystem wrapper aroundHandleMgr, asHandleMgrshould only be used by internal KOS code. -
Uses of CtxEventListener in com.tccc.kos.commons.core.service.keyval
Classes in com.tccc.kos.commons.core.service.keyval that implement CtxEventListener -
Uses of CtxEventListener in com.tccc.kos.commons.core.service.state
Classes in com.tccc.kos.commons.core.service.state that implement CtxEventListenerModifier and TypeClassDescriptionfinal classTracksStateAwarebeans in the system and generates events whenStateAwarebeans change. -
Uses of CtxEventListener in com.tccc.kos.commons.core.service.trouble
Classes in com.tccc.kos.commons.core.service.trouble that implement CtxEventListener -
Uses of CtxEventListener in com.tccc.kos.commons.web.api
Classes in com.tccc.kos.commons.web.api that implement CtxEventListenerModifier and TypeClassDescriptionfinal classSystem component used to interact with applications running on nodes within a KOS cluster. -
Uses of CtxEventListener in com.tccc.kos.commons.web.broker
Classes in com.tccc.kos.commons.web.broker that implement CtxEventListenerModifier and TypeClassDescriptionfinal classMessage broker client to provide java access to broker messages. -
Uses of CtxEventListener in com.tccc.kos.core.primary.service.nodemgr
Classes in com.tccc.kos.core.primary.service.nodemgr that implement CtxEventListenerModifier and TypeClassDescriptionfinal classService for interacting with nodeMgr clients within the cluster. -
Uses of CtxEventListener in com.tccc.kos.core.primary.service.ota
Classes in com.tccc.kos.core.primary.service.ota that implement CtxEventListenerModifier and TypeClassDescriptionfinal classService that runs on the primary node to manage over the air updates. -
Uses of CtxEventListener in com.tccc.kos.core.primary.service.update
Classes in com.tccc.kos.core.primary.service.update that implement CtxEventListenerModifier and TypeClassDescriptionfinal classThis service handles USB based updates to the device. -
Uses of CtxEventListener in com.tccc.kos.core.service.analytics.client
Classes in com.tccc.kos.core.service.analytics.client that implement CtxEventListenerModifier and TypeClassDescriptionclassImplementation ofAnalyticsServicefor use on non-primary nodes. -
Uses of CtxEventListener in com.tccc.kos.core.service.analytics.server
Classes in com.tccc.kos.core.service.analytics.server that implement CtxEventListenerModifier and TypeClassDescriptionclassImplementation ofAnalyticsServicefor use on primary nodes. -
Uses of CtxEventListener in com.tccc.kos.core.service.app
Classes in com.tccc.kos.core.service.app that implement CtxEventListenerModifier and TypeClassDescriptionfinal classService that manages applications within KOS. -
Uses of CtxEventListener in com.tccc.kos.core.service.assembly
Classes in com.tccc.kos.core.service.assembly that implement CtxEventListener -
Uses of CtxEventListener in com.tccc.kos.core.service.browser
Classes in com.tccc.kos.core.service.browser that implement CtxEventListenerModifier and TypeClassDescriptionfinal classService that manages browsers connected to this service. -
Uses of CtxEventListener in com.tccc.kos.core.service.config.server
Classes in com.tccc.kos.core.service.config.server that implement CtxEventListenerModifier and TypeClassDescriptionclassServer that runs on the primary node which performs additional management of theConfigServicefor use on KOS and within multi-node environments. -
Uses of CtxEventListener in com.tccc.kos.core.service.criticaldata
Classes in com.tccc.kos.core.service.criticaldata that implement CtxEventListenerModifier 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 CtxEventListener in com.tccc.kos.core.service.device
Classes in com.tccc.kos.core.service.device that implement CtxEventListenerModifier and TypeClassDescriptionclassTrack device changes and send notifications. -
Uses of CtxEventListener in com.tccc.kos.core.service.ext
Classes in com.tccc.kos.core.service.ext that implement CtxEventListenerModifier and TypeClassDescriptionclassService that loads extensions at startup. -
Uses of CtxEventListener in com.tccc.kos.core.service.firmware
Classes in com.tccc.kos.core.service.firmware that implement CtxEventListenerModifier and TypeClassDescriptionfinal classService that handles updating firmware on update-capable devices. -
Uses of CtxEventListener in com.tccc.kos.core.service.fuse
Classes in com.tccc.kos.core.service.fuse that implement CtxEventListenerModifier and TypeClassDescriptionfinal classService that mounts KAB files into the local filesystem via fuseMounter native program. -
Uses of CtxEventListener in com.tccc.kos.core.service.hardware
Classes in com.tccc.kos.core.service.hardware that implement CtxEventListenerModifier and TypeClassDescriptionfinal classService that manages all external hardware. -
Uses of CtxEventListener in com.tccc.kos.core.service.localization
Classes in com.tccc.kos.core.service.localization that implement CtxEventListenerModifier and TypeClassDescriptionfinal classCentralized localization service that provides discoverability of registeredLocalizationContextobjects. -
Uses of CtxEventListener in com.tccc.kos.core.service.log
Classes in com.tccc.kos.core.service.log that implement CtxEventListenerModifier 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 CtxEventListener in com.tccc.kos.core.service.manifest
Classes in com.tccc.kos.core.service.manifest that implement CtxEventListenerModifier and TypeClassDescriptionfinal classService that tracks the active manifest. -
Uses of CtxEventListener in com.tccc.kos.core.service.network
Classes in com.tccc.kos.core.service.network that implement CtxEventListenerModifier and TypeClassDescriptionfinal classService that configures network interfaces on nodes within the device. -
Uses of CtxEventListener in com.tccc.kos.core.service.noderesolver
Classes in com.tccc.kos.core.service.noderesolver that implement CtxEventListenerModifier and TypeClassDescriptionfinal classService for resolving aNodeIdto an ip address on the local network. -
Uses of CtxEventListener in com.tccc.kos.core.service.region
Classes in com.tccc.kos.core.service.region that implement CtxEventListenerModifier and TypeClassDescriptionfinal classProvides access to region information. -
Uses of CtxEventListener in com.tccc.kos.core.service.spawn
Classes in com.tccc.kos.core.service.spawn that implement CtxEventListenerModifier and TypeClassDescriptionfinal classService that is used to start/stop native programs on this node or other nodes using a spawn session. -
Uses of CtxEventListener in com.tccc.kos.core.service.time
Classes in com.tccc.kos.core.service.time that implement CtxEventListenerModifier and TypeClassDescriptionfinal classTracks time changes, time drift and generates time related events. -
Uses of CtxEventListener in com.tccc.kos.core.service.udev
Classes in com.tccc.kos.core.service.udev that implement CtxEventListenerModifier and TypeClassDescriptionfinal classService that manages events from udev adapter. -
Uses of CtxEventListener in com.tccc.kos.core.service.udev.serial
Classes in com.tccc.kos.core.service.udev.serial that implement CtxEventListener -
Uses of CtxEventListener in com.tccc.kos.core.service.udev.storage
Classes in com.tccc.kos.core.service.udev.storage that implement CtxEventListenerModifier and TypeClassDescriptionfinal classService that manages storage devices that are detected via udev events, such as usb drives.