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