Uses of Interface
com.kosdev.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.
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.
This package provides the core application framework for KOS, including application lifecycle management,
dynamic loading capabilities, and messaging infrastructure.
Device management and identification services for KOS.
Serial number management services for KOS devices.
-
Uses of Ready in com.kosdev.kos.commons.core.service
Classes in com.kosdev.kos.commons.core.service that implement ReadyModifier and TypeClassDescriptionclassAbstractConfigurableService<T extends ConfigBean>Abstract base class for all services that are configurable.classAbstract base class for all services. -
Uses of Ready in com.kosdev.kos.commons.core.service.blink.binarymsg
Classes in com.kosdev.kos.commons.core.service.blink.binarymsg that implement ReadyModifier and TypeClassDescriptionclassA single api contract between java and an adapter or device that runs over a network connection. -
Uses of Ready in com.kosdev.kos.commons.core.service.config
Classes in com.kosdev.kos.commons.core.service.config that implement ReadyModifier and TypeClassDescriptionclassAbstractConfigurable<T extends ConfigBean>Abstract base class that can be used for objects that need to be configurable.classBase class for config beans. -
Uses of Ready in com.kosdev.kos.commons.core.service.region
Classes in com.kosdev.kos.commons.core.service.region that implement ReadyModifier and TypeClassDescriptionclassBase class to hold application specific region settings. -
Uses of Ready in com.kosdev.kos.commons.util.ready
Subinterfaces of Ready in com.kosdev.kos.commons.util.readyModifier and TypeInterfaceDescriptioninterfaceInterface that combinesReadyandReadyListenerto allow an object to be notified when all dependencies are ready (ReadyListener) and notify all upstream objects that this object isReady.Classes in com.kosdev.kos.commons.util.ready that implement ReadyModifier and TypeClassDescriptionclassAbstract convenience base class that incorporates both theReadyandReadListenerinterfaces. -
Uses of Ready in com.kosdev.kos.commons.web.api
Classes in com.kosdev.kos.commons.web.api that implement ReadyModifier and TypeClassDescriptionfinal classSystem component used to interact with applications running on nodes within a KOS cluster. -
Uses of Ready in com.kosdev.kos.commons.web.broker
Classes in com.kosdev.kos.commons.web.broker that implement ReadyModifier and TypeClassDescriptionfinal classMessage broker client to provide java access to broker messages. -
Uses of Ready in com.kosdev.kos.commons.web.service.mime
Classes in com.kosdev.kos.commons.web.service.mime that implement Ready -
Uses of Ready in com.kosdev.kos.core.service.app
Classes in com.kosdev.kos.core.service.app that implement ReadyModifier and TypeClassDescriptionclassBase class for application configuration beans. -
Uses of Ready in com.kosdev.kos.core.service.config.server
Classes in com.kosdev.kos.core.service.config.server that implement ReadyModifier and TypeClassDescriptionclassServer that runs on the primary node which performs additional management of theConfigServicefor use on KOS and within multi-node environments. -
Uses of Ready in com.kosdev.kos.core.service.device
Classes in com.kosdev.kos.core.service.device that implement Ready -
Uses of Ready in com.kosdev.kos.core.service.device.serialnum
Subinterfaces of Ready in com.kosdev.kos.core.service.device.serialnumModifier and TypeInterfaceDescriptioninterfaceInterface for fetching and storing a device serial number. -
Uses of Ready in com.kosdev.kos.core.service.device.serialnum.config
Classes in com.kosdev.kos.core.service.device.serialnum.config that implement ReadyModifier and TypeClassDescriptionclassASerialNumberProviderimplementation that uses a config property to hold the serial number.classConfigBean forConfigSerialNumberProvider. -
Uses of Ready in com.kosdev.kos.core.service.device.serialnum.criticaldata
Classes in com.kosdev.kos.core.service.device.serialnum.criticaldata that implement ReadyModifier and TypeClassDescriptionclassWrapper class for critical data. -
Uses of Ready in com.kosdev.kos.core.service.device.serialnum.run
Classes in com.kosdev.kos.core.service.device.serialnum.run that implement ReadyModifier and TypeClassDescriptionclassASerialNumberProviderimplementation that reads the serial number from /run/kos/serialNumber in the constructor. -
Uses of Ready in com.kosdev.kos.core.service.firmware
Subinterfaces of Ready in com.kosdev.kos.core.service.firmwareModifier and TypeInterfaceDescriptioninterfaceInterface for the actual update routine for a given device.Classes in com.kosdev.kos.core.service.firmware that implement ReadyModifier and TypeClassDescriptionclassBase class forHardwareLinkthat supports firmware update. -
Uses of Ready in com.kosdev.kos.core.service.hardware
Classes in com.kosdev.kos.core.service.hardware that implement ReadyModifier and TypeClassDescriptionclassLogical representation of a circuit board in the system.classABoardthat supports firmware update. -
Uses of Ready in com.kosdev.kos.core.service.log
Classes in com.kosdev.kos.core.service.log that implement ReadyModifier 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. -
Uses of Ready in com.kosdev.kos.core.service.udev
Classes in com.kosdev.kos.core.service.udev that implement Ready