Uses of Interface
com.tccc.kos.commons.util.ready.Ready
Packages that use Ready
Package
Description
Provides base classes used to create and manage services.
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
File finder that backs all the file managers. -
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.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.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.device
Classes in com.tccc.kos.core.service.device that implement Ready -
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
can 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. -
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.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.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