Uses of Class
com.tccc.kos.commons.util.ready.ReadyBean
Packages that use ReadyBean
Package
Description
Provides base classes used to create and manage services.
Provides classes and interfaces related to the configuration system.
Provides classes and interfaces used by the kOS handle (object naming) 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 ReadyBean in com.tccc.kos.commons.core.service
Subclasses of ReadyBean in com.tccc.kos.commons.core.serviceModifier and TypeClassDescriptionclass
AbstractConfigurableService<T extends ConfigBean>
Abstract base class for all services that are configurable.class
Abstract base class for all services. -
Uses of ReadyBean in com.tccc.kos.commons.core.service.config
Subclasses of ReadyBean in com.tccc.kos.commons.core.service.configModifier and TypeClassDescriptionclass
AbstractConfigurable<T extends ConfigBean>
Abstract base class that can be used for objects that need to be configurable.final class
System service that manages all configuration data and can apply configuration data on top of any ConfigAware object. -
Uses of ReadyBean in com.tccc.kos.commons.core.service.handle
Subclasses of ReadyBean in com.tccc.kos.commons.core.service.handleModifier and TypeClassDescriptionfinal class
System wrapper aroundHandleMgr
, asHandleMgr
should only be used by internal kOS code. -
Uses of ReadyBean in com.tccc.kos.commons.core.service.keyval
Subclasses of ReadyBean in com.tccc.kos.commons.core.service.keyval -
Uses of ReadyBean in com.tccc.kos.commons.core.service.state
Subclasses of ReadyBean in com.tccc.kos.commons.core.service.stateModifier and TypeClassDescriptionfinal class
File finder that backs all the file managers. -
Uses of ReadyBean in com.tccc.kos.commons.core.service.trouble
Subclasses of ReadyBean in com.tccc.kos.commons.core.service.trouble -
Uses of ReadyBean in com.tccc.kos.commons.web.api
Subclasses of ReadyBean in com.tccc.kos.commons.web.apiModifier and TypeClassDescriptionfinal class
System component used to interact with applications running on nodes within a kOS cluster. -
Uses of ReadyBean in com.tccc.kos.core.primary.service.nodemgr
Subclasses of ReadyBean in com.tccc.kos.core.primary.service.nodemgrModifier and TypeClassDescriptionfinal class
Service for interacting with nodeMgr clients within the cluster. -
Uses of ReadyBean in com.tccc.kos.core.service.app
Subclasses of ReadyBean in com.tccc.kos.core.service.appModifier and TypeClassDescriptionfinal class
Service that manages applications within kOS. -
Uses of ReadyBean in com.tccc.kos.core.service.assembly
Subclasses of ReadyBean in com.tccc.kos.core.service.assembly -
Uses of ReadyBean in com.tccc.kos.core.service.browser
Subclasses of ReadyBean in com.tccc.kos.core.service.browserModifier and TypeClassDescriptionfinal class
Service that manages browsers connected to this service. -
Uses of ReadyBean in com.tccc.kos.core.service.firmware
Subclasses of ReadyBean in com.tccc.kos.core.service.firmwareModifier and TypeClassDescriptionfinal class
Service that handles updating firmware on update-capable devices. -
Uses of ReadyBean in com.tccc.kos.core.service.fuse
Subclasses of ReadyBean in com.tccc.kos.core.service.fuseModifier and TypeClassDescriptionfinal class
Service that mounts KAB files into the local filesystem via fuseMounter native program. -
Uses of ReadyBean in com.tccc.kos.core.service.hardware
Subclasses of ReadyBean in com.tccc.kos.core.service.hardwareModifier and TypeClassDescriptionfinal class
Service that manages all external hardware. -
Uses of ReadyBean in com.tccc.kos.core.service.manifest
Subclasses of ReadyBean in com.tccc.kos.core.service.manifestModifier and TypeClassDescriptionfinal class
Service that tracks the active manifest. -
Uses of ReadyBean in com.tccc.kos.core.service.region
Subclasses of ReadyBean in com.tccc.kos.core.service.regionModifier and TypeClassDescriptionfinal class
Provides access to region information. -
Uses of ReadyBean in com.tccc.kos.core.service.spawn
Subclasses of ReadyBean in com.tccc.kos.core.service.spawnModifier and TypeClassDescriptionfinal class
Service that is used to start/stop native programs on this node or other nodes using a spawn session. -
Uses of ReadyBean in com.tccc.kos.core.service.udev
Subclasses of ReadyBean in com.tccc.kos.core.service.udevModifier and TypeClassDescriptionclass
All udev information about a node.final class
Service that manages events from udev adapter. -
Uses of ReadyBean in com.tccc.kos.core.service.udev.serial
Subclasses of ReadyBean in com.tccc.kos.core.service.udev.serial