Uses of Interface
com.tccc.kos.commons.util.ready.Ready
Packages that use Ready
Package
Description
Contains classes related to binary message handling.
Provides classes and interfaces related to the configuration system.
Provides classes and interfaces used by the kOS handle (object naming) 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 Ready in com.tccc.kos.commons.core.service
Classes in com.tccc.kos.commons.core.service that implement ReadyModifier and TypeClassDescriptionclass
AbstractConfigurableService<T extends ConfigBean>
Abstract base class for all services that are configurable.class
Abstract base class for all services. -
Uses of Ready in com.tccc.kos.commons.core.service.blink.binarymsg
Classes in com.tccc.kos.commons.core.service.blink.binarymsg that implement ReadyModifier and TypeClassDescriptionclass
Base class for a messaging interface over BinaryMsgSession.class
Implementation of the BinaryMsg protocol for adapters. -
Uses of Ready in com.tccc.kos.commons.core.service.config
Classes in com.tccc.kos.commons.core.service.config that implement ReadyModifier and TypeClassDescriptionclass
AbstractConfigurable<T extends ConfigBean>
Abstract base class that can be used for objects that need to be configurable.class
Optional base class for config beans.final class
System service that manages all configuration data and can apply configuration data on top of any ConfigAware object. -
Uses of Ready in com.tccc.kos.commons.core.service.handle
Classes in com.tccc.kos.commons.core.service.handle that implement ReadyModifier and TypeClassDescriptionfinal class
System wrapper aroundHandleMgr
, asHandleMgr
should only be used by internal kOS code. -
Uses of Ready in com.tccc.kos.commons.core.service.keyval
Classes in com.tccc.kos.commons.core.service.keyval that implement Ready -
Uses of Ready in com.tccc.kos.commons.core.service.state
Classes in com.tccc.kos.commons.core.service.state that implement ReadyModifier and TypeClassDescriptionfinal class
TracksStateAware
beans in the system and generates events whenStateAware
beans change. -
Uses of Ready in com.tccc.kos.commons.core.service.trouble
Classes in com.tccc.kos.commons.core.service.trouble that implement Ready -
Uses of Ready in com.tccc.kos.commons.util.ready
Classes in com.tccc.kos.commons.util.ready that implement ReadyModifier and TypeClassDescriptionclass
Abstract convenience base class that incorporates both theReady
andReadListener
interfaces.Constructors in com.tccc.kos.commons.util.ready with parameters of type ReadyModifierConstructorDescriptionMultiReady
(Ready target, Object... states) Creates aMultiReady
that will call setReady() on the target once all the states are marked ready. -
Uses of Ready in com.tccc.kos.commons.web.api
Classes in com.tccc.kos.commons.web.api that implement ReadyModifier and TypeClassDescriptionfinal class
System component used to interact with applications running on nodes within a kOS cluster. -
Uses of Ready in com.tccc.kos.commons.web.broker
Classes in com.tccc.kos.commons.web.broker that implement ReadyModifier and TypeClassDescriptionfinal class
Message broker client to provide java access to broker messages. -
Uses of Ready in com.tccc.kos.core.primary.service.nodemgr
Classes in com.tccc.kos.core.primary.service.nodemgr that implement ReadyModifier and TypeClassDescriptionfinal class
Service for interacting with nodeMgr clients within the cluster. -
Uses of Ready in com.tccc.kos.core.primary.service.ota
Classes in com.tccc.kos.core.primary.service.ota that implement ReadyModifier and TypeClassDescriptionfinal class
Service that runs on the primary node to manage over the air updates. -
Uses of Ready in com.tccc.kos.core.primary.service.update
Classes in com.tccc.kos.core.primary.service.update that implement ReadyModifier and TypeClassDescriptionfinal class
This service handles USB based updates to the device. -
Uses of Ready in com.tccc.kos.core.service.analytics.client
Classes in com.tccc.kos.core.service.analytics.client that implement ReadyModifier and TypeClassDescriptionclass
Implementation ofAnalyticsService
for use on non-primary nodes. -
Uses of Ready in com.tccc.kos.core.service.analytics.server
Classes in com.tccc.kos.core.service.analytics.server that implement ReadyModifier and TypeClassDescriptionclass
Implementation ofAnalyticsService
for use on primary nodes. -
Uses of Ready in com.tccc.kos.core.service.app
Classes in com.tccc.kos.core.service.app that implement ReadyModifier and TypeClassDescriptionfinal class
Service that manages applications within kOS.class
Base class for application configuration beans. -
Uses of Ready in com.tccc.kos.core.service.assembly
Classes in com.tccc.kos.core.service.assembly that implement Ready -
Uses of Ready in com.tccc.kos.core.service.browser
Classes in com.tccc.kos.core.service.browser that implement ReadyModifier and TypeClassDescriptionfinal class
Service that manages browsers connected to this service. -
Uses of Ready in com.tccc.kos.core.service.config.server
Classes in com.tccc.kos.core.service.config.server that implement ReadyModifier and TypeClassDescriptionclass
Server that runs on the primary node which performs additional management of theConfigService
for use on kOS and within multi-node environments. -
Uses of Ready in com.tccc.kos.core.service.criticaldata
Classes in com.tccc.kos.core.service.criticaldata that implement ReadyModifier and TypeClassDescriptionclass
Critical 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 Ready in com.tccc.kos.core.service.device
Classes in com.tccc.kos.core.service.device that implement ReadyModifier and TypeClassDescriptionclass
Base class forDevice
config beans.class
Track device changes and send notifications. -
Uses of Ready in com.tccc.kos.core.service.device.serialnum
Subinterfaces of Ready in com.tccc.kos.core.service.device.serialnumModifier and TypeInterfaceDescriptioninterface
Interface for fetching and storing a device serial number. -
Uses of Ready in com.tccc.kos.core.service.device.serialnum.config
Classes in com.tccc.kos.core.service.device.serialnum.config that implement ReadyModifier and TypeClassDescriptionclass
ASerialNumberProvider
implementation that uses a config property to hold the serial number.class
ConfigBean forConfigSerialNumberProvider
. -
Uses of Ready in com.tccc.kos.core.service.device.serialnum.criticaldata
Classes in com.tccc.kos.core.service.device.serialnum.criticaldata that implement ReadyModifier and TypeClassDescriptionclass
Wrapper class for critical data. -
Uses of Ready in com.tccc.kos.core.service.device.serialnum.run
Classes in com.tccc.kos.core.service.device.serialnum.run that implement ReadyModifier and TypeClassDescriptionclass
ASerialNumberProvider
implementation that reads the serial number from /run/kos/serialNumber in the constructor. -
Uses of Ready in com.tccc.kos.core.service.ext
Classes in com.tccc.kos.core.service.ext that implement ReadyModifier and TypeClassDescriptionclass
Service that loads extensions at startup. -
Uses of Ready in com.tccc.kos.core.service.firmware
Subinterfaces of Ready in com.tccc.kos.core.service.firmwareModifier and TypeInterfaceDescriptioninterface
Interface for the actual update routine for a given device.Classes in com.tccc.kos.core.service.firmware that implement ReadyModifier and TypeClassDescriptionfinal class
Service that handles updating firmware on update-capable devices.class
Base class forHardwareLink
that supports firmware update. -
Uses of Ready in com.tccc.kos.core.service.fuse
Classes in com.tccc.kos.core.service.fuse that implement ReadyModifier and TypeClassDescriptionfinal class
Service that mounts KAB files into the local filesystem via fuseMounter native program. -
Uses of Ready in com.tccc.kos.core.service.hardware
Classes in com.tccc.kos.core.service.hardware that implement ReadyModifier and TypeClassDescriptionfinal class
Service that manages all external hardware.class
ABoard
that supports firmware update. -
Uses of Ready in com.tccc.kos.core.service.localization
Classes in com.tccc.kos.core.service.localization that implement ReadyModifier and TypeClassDescriptionfinal class
Centralized localization service that provides discoverability of registeredLocalizationContext
objects. -
Uses of Ready in com.tccc.kos.core.service.log
Classes in com.tccc.kos.core.service.log that implement ReadyModifier and TypeClassDescriptionclass
Service that abstracts the adding and removing of log level overrides. -
Uses of Ready in com.tccc.kos.core.service.manifest
Classes in com.tccc.kos.core.service.manifest that implement ReadyModifier and TypeClassDescriptionfinal class
Service that tracks the active manifest. -
Uses of Ready in com.tccc.kos.core.service.network
Classes in com.tccc.kos.core.service.network that implement ReadyModifier and TypeClassDescriptionfinal class
Service that configures network interfaces on nodes within the device. -
Uses of Ready in com.tccc.kos.core.service.noderesolver
Classes in com.tccc.kos.core.service.noderesolver that implement ReadyModifier and TypeClassDescriptionfinal class
Service for resolving aNodeId
to an ip address on the local network. -
Uses of Ready in com.tccc.kos.core.service.region
Classes in com.tccc.kos.core.service.region that implement ReadyModifier and TypeClassDescriptionfinal class
Provides access to region information.class
Base class to hold application specific region settings. -
Uses of Ready in com.tccc.kos.core.service.spawn
Classes in com.tccc.kos.core.service.spawn that implement ReadyModifier and TypeClassDescriptionfinal class
Service that is used to start/stop native programs on this node or other nodes using a spawn session. -
Uses of Ready in com.tccc.kos.core.service.time
Classes in com.tccc.kos.core.service.time that implement ReadyModifier and TypeClassDescriptionfinal class
Tracks time changes, time drift and generates time related events. -
Uses of Ready in com.tccc.kos.core.service.udev
Classes in com.tccc.kos.core.service.udev that implement ReadyModifier and TypeClassDescriptionclass
All udev information about a node.final class
Service that manages events from udev adapter. -
Uses of Ready in com.tccc.kos.core.service.udev.serial
Classes in com.tccc.kos.core.service.udev.serial that implement Ready -
Uses of Ready in com.tccc.kos.core.service.udev.storage
Classes in com.tccc.kos.core.service.udev.storage that implement ReadyModifier and TypeClassDescriptionfinal class
Service that manages storage devices that are detected via udev events, such as usb drives.