Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- calcParentDir(String) - Static method in class com.tccc.kos.commons.util.misc.StringUtil
-
Given a file or directory path, return its parent directory.
- call(JsonParser) - Method in interface com.tccc.kos.commons.util.json.StreamingJsonReaderCallback
-
Called when the reader finds a token that matches the callback path.
- call(T) - Method in interface com.tccc.kos.commons.util.ListenerCaller
- cancel() - Method in class com.tccc.kos.commons.util.concurrent.BaseCallback
-
Cancels a pending callback.
- cancel(String) - Method in interface com.tccc.kos.commons.util.Cancelable
-
Cancel the object with the specified reason code.
- cancel(String) - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
-
Cancels the work with the specified reason.
- cancel(String, ReasonData) - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
-
Cancels the work with the specified reason and optional reason data.
- cancel(String, Object, Class<?>) - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
-
Cancels the work with the specified reason and optional data and view.
- CANCEL - Enum constant in enum class com.tccc.kos.commons.util.concurrent.future.FutureEvent
- CANCEL - Enum constant in enum class com.tccc.kos.commons.util.concurrent.future.FutureState
- Cancelable - Interface in com.tccc.kos.commons.util
-
Interface for objects that support being cancelled.
- cancelCurrentDownload() - Method in class com.tccc.kos.core.primary.service.ota.OTAService
-
Cancel any current download that is in progress.
- cancelDownload(OTADownloader) - Method in class com.tccc.kos.core.primary.service.ota.OTAService
-
Cancel a download being performed by the specified downloader.
- cancelTimeout() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
-
Cancels an existing timeout.
- cancelUpdate(FirmwareUpdatableDevice) - Method in class com.tccc.kos.core.service.firmware.FirmwareService
-
Called if a device is no longer valid.
- CelsiusUnit - Class in com.tccc.kos.commons.util.units.impl
-
A
Unit
class that represents temperature in degrees Celsius. - CelsiusUnit() - Constructor for class com.tccc.kos.commons.util.units.impl.CelsiusUnit
-
Creates a
CelsiusUnit
with no alias and default set to true. - CelsiusUnit(String, boolean) - Constructor for class com.tccc.kos.commons.util.units.impl.CelsiusUnit
-
Creates a
CelsuisUnit
with the specified alias and default flag. - ChainedManifest - Class in com.tccc.kos.commons.manifest.chained
-
A
ChainedManifest
defines a collection of sections that contains artifacts that are used to resolve external references from aNodeManifest
. - ChainedManifest() - Constructor for class com.tccc.kos.commons.manifest.chained.ChainedManifest
- ChainedManifestBuilder - Class in com.tccc.kos.commons.manifest.chained
-
Builder to simplify the process of building a
ChainedManifest
. - ChainedManifestBuilder() - Constructor for class com.tccc.kos.commons.manifest.chained.ChainedManifestBuilder
- checkForUpdate(FirmwareService) - Method in class com.tccc.kos.core.service.firmware.FirmwareUpdatableLink
-
Check if a firmware update is required.
- checkForUpdate(FirmwareService, FirmwareUpdatableDevice) - Method in class com.tccc.kos.core.service.firmware.FirmwareUpdatableLink
- checkForUpdate(FirmwareService, FirmwareUpdatableDevice) - Method in interface com.tccc.kos.core.service.firmware.FirmwareUpdater
-
Check if firmware update is required for the specified device.
- childFailed() - Method in class com.tccc.kos.commons.util.concurrent.future.SequencedFuture
-
Returns true if any child failed or was aborted.
- ChromeCmd<T> - Class in com.tccc.kos.core.service.browser.chrome.cmds
-
Base class for Chrome commands.
- ChromeCmd(String, Class<? extends T>) - Constructor for class com.tccc.kos.core.service.browser.chrome.cmds.ChromeCmd
- claimDevice() - Method in class com.tccc.kos.core.service.udev.serial.SerialDevice
-
Claim the device so no other serial matchers will attempt to use the device.
- claimDevice(SerialDevice) - Method in class com.tccc.kos.core.service.udev.serial.SerialService
-
Ask
SerialService
to claim ownership of the device. - claimDevice(UdevDeviceOwner) - Method in class com.tccc.kos.core.service.udev.serial.SerialDevice
-
Claim the device so no other serial matchers will attempt to use the device.
- claimDevice(UdevDevice, UdevDeviceOwner) - Method in class com.tccc.kos.core.service.udev.UdevService
-
Claim ownership of a device.
- classifyAnalyticsRecord(AnalyticsRecord, Set<String>) - Method in interface com.tccc.kos.core.service.analytics.AnalyticsClassifier
-
Called to classify the channels that the record should be sent to.
- ClassLoaderResourceLoader - Class in com.tccc.kos.commons.util.resource
-
Loader that searches resources relative to a ClassLoader.
- ClassLoaderResourceLoader(Class<?>) - Constructor for class com.tccc.kos.commons.util.resource.ClassLoaderResourceLoader
-
Create a new resource loader that uses the
ClassLoader
of the specified class loader to locate resources. - ClassLoaderResourceLoader(ClassLoader) - Constructor for class com.tccc.kos.commons.util.resource.ClassLoaderResourceLoader
-
Create a new resource loader that uses the specified class loader to locate resources.
- ClassTroubleMatcher - Class in com.tccc.kos.commons.core.service.trouble.matcher
-
Matcher that returns true if the class of the trouble matches the specified class or optionally a subclass.
- ClassTroubleMatcher(Class<?>) - Constructor for class com.tccc.kos.commons.core.service.trouble.matcher.ClassTroubleMatcher
-
Create a matcher that returns true if the class of a trouble exactly matches the specified class.
- ClassTroubleMatcher(Class<?>, boolean) - Constructor for class com.tccc.kos.commons.core.service.trouble.matcher.ClassTroubleMatcher
-
Create a matcher that returns true if the class of a trouble exactly matches the specified class or an instance of the specified class.
- clear() - Method in class com.tccc.kos.commons.util.Backoff
-
Clear the internal count.
- clear() - Method in class com.tccc.kos.commons.util.MultiValueMap
-
Removes all items from this map.
- close() - Method in class com.tccc.kos.commons.core.filesrv.FileSrvOutputStream
- close() - Method in class com.tccc.kos.commons.core.service.blink.BlinkConn
-
Close the connection.
- close() - Method in class com.tccc.kos.commons.kab.KabOutputStream
-
Close the output stream which forces the digital signature to be added to the resulting KAB.
- close() - Method in interface com.tccc.kos.commons.web.websocket.WebsocketConnection
-
Close the connection.
- close() - Method in class com.tccc.kos.core.service.hardware.HardwareLink
-
Close the link.
- close() - Method in class com.tccc.kos.core.service.udev.serial.SerialDevice
-
Close the serial device.
- com.tccc.commons.httpclient - package com.tccc.commons.httpclient
-
Provides classes to access REST services hosted in the cloud.
- com.tccc.kos.commons.core.broker - package com.tccc.kos.commons.core.broker
-
Provides access to the message broker.
- com.tccc.kos.commons.core.client.binarymsg - package com.tccc.kos.commons.core.client.binarymsg
- com.tccc.kos.commons.core.context - package com.tccc.kos.commons.core.context
-
kOS relies heavily on Dependency Injection (DI) which is a mechanism to connect java beans together during application startup.
- com.tccc.kos.commons.core.context.annotations - package com.tccc.kos.commons.core.context.annotations
-
Contains annotations related to interacting with the bean context.
- com.tccc.kos.commons.core.dispatcher - package com.tccc.kos.commons.core.dispatcher
-
Provides access to the network request and response processing.
- com.tccc.kos.commons.core.dispatcher.annotations - package com.tccc.kos.commons.core.dispatcher.annotations
-
Contains annotations used when writing REST services.
- com.tccc.kos.commons.core.filesrv - package com.tccc.kos.commons.core.filesrv
- com.tccc.kos.commons.core.localization - package com.tccc.kos.commons.core.localization
- com.tccc.kos.commons.core.service - package com.tccc.kos.commons.core.service
- com.tccc.kos.commons.core.service.blink - package com.tccc.kos.commons.core.service.blink
-
Provides access to the binary link code.
- com.tccc.kos.commons.core.service.blink.binarymsg - package com.tccc.kos.commons.core.service.blink.binarymsg
-
Contains classes related to binary message handling.
- com.tccc.kos.commons.core.service.config - package com.tccc.kos.commons.core.service.config
-
Provides classes and interfaces related to the configuration system.
- com.tccc.kos.commons.core.service.config.annotations - package com.tccc.kos.commons.core.service.config.annotations
-
Contains annotations that work in conjunction with the configuration system.
- com.tccc.kos.commons.core.service.config.options - package com.tccc.kos.commons.core.service.config.options
- com.tccc.kos.commons.core.service.handle - package com.tccc.kos.commons.core.service.handle
-
Provides classes and interfaces used by the kOS handle (object naming) system.
- com.tccc.kos.commons.core.service.keyval - package com.tccc.kos.commons.core.service.keyval
- com.tccc.kos.commons.core.service.state - package com.tccc.kos.commons.core.service.state
- com.tccc.kos.commons.core.service.trouble - package com.tccc.kos.commons.core.service.trouble
- com.tccc.kos.commons.core.service.trouble.matcher - package com.tccc.kos.commons.core.service.trouble.matcher
- com.tccc.kos.commons.core.vfs - package com.tccc.kos.commons.core.vfs
-
Provides classes and interfaces used when working with the VFS (virtual file system).
- com.tccc.kos.commons.db - package com.tccc.kos.commons.db
-
Provides classes and interfaces that handle database creation, database access, and schema upgrading/downgrading.
- com.tccc.kos.commons.kab - package com.tccc.kos.commons.kab
-
Contains classes and interfaces used to access KAB (kOS Archive Bundle) files.
- com.tccc.kos.commons.kab.keys - package com.tccc.kos.commons.kab.keys
- com.tccc.kos.commons.kab.provider.perm - package com.tccc.kos.commons.kab.provider.perm
- com.tccc.kos.commons.kab.util - package com.tccc.kos.commons.kab.util
- com.tccc.kos.commons.manifest - package com.tccc.kos.commons.manifest
- com.tccc.kos.commons.manifest.chained - package com.tccc.kos.commons.manifest.chained
- com.tccc.kos.commons.manifest.device - package com.tccc.kos.commons.manifest.device
- com.tccc.kos.commons.manifest.install - package com.tccc.kos.commons.manifest.install
- com.tccc.kos.commons.util - package com.tccc.kos.commons.util
- com.tccc.kos.commons.util.concurrent - package com.tccc.kos.commons.util.concurrent
-
Contains utility classes and interfaces related to timers, callbacks, and futures.
- com.tccc.kos.commons.util.concurrent.future - package com.tccc.kos.commons.util.concurrent.future
- com.tccc.kos.commons.util.convert - package com.tccc.kos.commons.util.convert
- com.tccc.kos.commons.util.dispatcher - package com.tccc.kos.commons.util.dispatcher
- com.tccc.kos.commons.util.dispatcher.exceptions - package com.tccc.kos.commons.util.dispatcher.exceptions
- com.tccc.kos.commons.util.format.date - package com.tccc.kos.commons.util.format.date
- com.tccc.kos.commons.util.format.time - package com.tccc.kos.commons.util.format.time
- com.tccc.kos.commons.util.json - package com.tccc.kos.commons.util.json
- com.tccc.kos.commons.util.json.fragments - package com.tccc.kos.commons.util.json.fragments
- com.tccc.kos.commons.util.keys - package com.tccc.kos.commons.util.keys
- com.tccc.kos.commons.util.misc - package com.tccc.kos.commons.util.misc
- com.tccc.kos.commons.util.net - package com.tccc.kos.commons.util.net
-
Contains utility classes used to build URIs/URLs.
- com.tccc.kos.commons.util.ready - package com.tccc.kos.commons.util.ready
-
Contains classes and interfaces used by the bean context to control ready processing.
- com.tccc.kos.commons.util.resource - package com.tccc.kos.commons.util.resource
- com.tccc.kos.commons.util.units - package com.tccc.kos.commons.util.units
- com.tccc.kos.commons.util.units.impl - package com.tccc.kos.commons.util.units.impl
- com.tccc.kos.commons.web.api - package com.tccc.kos.commons.web.api
-
Provides access to the API client for making and receiving local REST calls.
- com.tccc.kos.commons.web.broker - package com.tccc.kos.commons.web.broker
- com.tccc.kos.commons.web.client - package com.tccc.kos.commons.web.client
-
Contains classes that comprise the websocket clients.
- com.tccc.kos.commons.web.websocket - package com.tccc.kos.commons.web.websocket
-
Contains classes that handle websocket connections.
- com.tccc.kos.commons.web.websocket.router - package com.tccc.kos.commons.web.websocket.router
-
Contains classes that pertain to the router.
- com.tccc.kos.commons.web.websocket.router.msg - package com.tccc.kos.commons.web.websocket.router.msg
-
Contains data classes related to the router.
- com.tccc.kos.commons.xml - package com.tccc.kos.commons.xml
- com.tccc.kos.core.app - package com.tccc.kos.core.app
- com.tccc.kos.core.manifest - package com.tccc.kos.core.manifest
- com.tccc.kos.core.primary.service.nodemgr - package com.tccc.kos.core.primary.service.nodemgr
- com.tccc.kos.core.primary.service.nodemgr.install - package com.tccc.kos.core.primary.service.nodemgr.install
- com.tccc.kos.core.primary.service.ota - package com.tccc.kos.core.primary.service.ota
- com.tccc.kos.core.primary.service.update - package com.tccc.kos.core.primary.service.update
- com.tccc.kos.core.service.analytics - package com.tccc.kos.core.service.analytics
- com.tccc.kos.core.service.analytics.client - package com.tccc.kos.core.service.analytics.client
- com.tccc.kos.core.service.analytics.server - package com.tccc.kos.core.service.analytics.server
- com.tccc.kos.core.service.app - package com.tccc.kos.core.service.app
-
Provides the abstract KosApplication class, which all kOS apps derive from.
- com.tccc.kos.core.service.assembly - package com.tccc.kos.core.service.assembly
- com.tccc.kos.core.service.browser - package com.tccc.kos.core.service.browser
- com.tccc.kos.core.service.browser.chrome.cmds - package com.tccc.kos.core.service.browser.chrome.cmds
- com.tccc.kos.core.service.config.server - package com.tccc.kos.core.service.config.server
- com.tccc.kos.core.service.criticaldata - package com.tccc.kos.core.service.criticaldata
- com.tccc.kos.core.service.device - package com.tccc.kos.core.service.device
- com.tccc.kos.core.service.device.serialnum - package com.tccc.kos.core.service.device.serialnum
- com.tccc.kos.core.service.device.serialnum.config - package com.tccc.kos.core.service.device.serialnum.config
- com.tccc.kos.core.service.device.serialnum.criticaldata - package com.tccc.kos.core.service.device.serialnum.criticaldata
- com.tccc.kos.core.service.device.serialnum.run - package com.tccc.kos.core.service.device.serialnum.run
- com.tccc.kos.core.service.ext - package com.tccc.kos.core.service.ext
- com.tccc.kos.core.service.firmware - package com.tccc.kos.core.service.firmware
- com.tccc.kos.core.service.fuse - package com.tccc.kos.core.service.fuse
- com.tccc.kos.core.service.hardware - package com.tccc.kos.core.service.hardware
- com.tccc.kos.core.service.localization - package com.tccc.kos.core.service.localization
- com.tccc.kos.core.service.log - package com.tccc.kos.core.service.log
- com.tccc.kos.core.service.manifest - package com.tccc.kos.core.service.manifest
- com.tccc.kos.core.service.network - package com.tccc.kos.core.service.network
- com.tccc.kos.core.service.network.beans - package com.tccc.kos.core.service.network.beans
- com.tccc.kos.core.service.noderesolver - package com.tccc.kos.core.service.noderesolver
- com.tccc.kos.core.service.region - package com.tccc.kos.core.service.region
- com.tccc.kos.core.service.spawn - package com.tccc.kos.core.service.spawn
-
Contains classes related to spawning processes and services.
- com.tccc.kos.core.service.time - package com.tccc.kos.core.service.time
- com.tccc.kos.core.service.udev - package com.tccc.kos.core.service.udev
- com.tccc.kos.core.service.udev.serial - package com.tccc.kos.core.service.udev.serial
- com.tccc.kos.core.service.udev.storage - package com.tccc.kos.core.service.udev.storage
- com.tccc.kos.core.util - package com.tccc.kos.core.util
- COMPLETE - Enum constant in enum class com.tccc.kos.commons.util.concurrent.future.FutureEvent
- ConfigAware<T extends ConfigBean> - Interface in com.tccc.kos.commons.core.service.config
-
Interface for objects that contain a
ConfigBean
. - ConfigBean - Class in com.tccc.kos.commons.core.service.config
-
Optional base class for config beans.
- ConfigBean() - Constructor for class com.tccc.kos.commons.core.service.config.ConfigBean
- ConfigBeanListener - Interface in com.tccc.kos.commons.core.service.config
-
Listener for changes to a given ConfigBean.
- ConfigChangeListener - Interface in com.tccc.kos.commons.core.service.config
-
Listener for all config changes.
- ConfigChanges - Class in com.tccc.kos.commons.core.service.config
-
When beans are configured, the changes to the beans are recorded in this object.
- ConfigDesc - Annotation Interface in com.tccc.kos.commons.core.service.config.annotations
-
Annotation that allows you to attach a description to a configuration property.
- ConfigException - Exception in com.tccc.kos.commons.core.service.config
-
Exception thrown when an error occurs while loading configuration data.
- ConfigException(String) - Constructor for exception com.tccc.kos.commons.core.service.config.ConfigException
-
Constructs a new "configuration" exception with the specified message.
- ConfigException(String, Throwable) - Constructor for exception com.tccc.kos.commons.core.service.config.ConfigException
-
Constructs a new "configuration" exception with the specified message and cause.
- ConfigFormat - Class in com.tccc.kos.commons.core.service.config.annotations
-
Standard config formats.
- ConfigFormat() - Constructor for class com.tccc.kos.commons.core.service.config.annotations.ConfigFormat
- ConfigIgnore - Annotation Interface in com.tccc.kos.commons.core.service.config.annotations
-
Annotation that tells the configuration system to ignore the associated property.
- ConfigOptions - Class in com.tccc.kos.commons.core.service.config.options
-
Base class for describing options for a config property.
- ConfigOptions() - Constructor for class com.tccc.kos.commons.core.service.config.options.ConfigOptions
- ConfigSerialNumberProvider - Class in com.tccc.kos.core.service.device.serialnum.config
-
A
SerialNumberProvider
implementation that uses a config property to hold the serial number. - ConfigSerialNumberProvider() - Constructor for class com.tccc.kos.core.service.device.serialnum.config.ConfigSerialNumberProvider
- ConfigSerialNumberProviderConfig - Class in com.tccc.kos.core.service.device.serialnum.config
-
ConfigBean for
ConfigSerialNumberProvider
. - ConfigSerialNumberProviderConfig() - Constructor for class com.tccc.kos.core.service.device.serialnum.config.ConfigSerialNumberProviderConfig
- ConfigServer - Class in com.tccc.kos.core.service.config.server
-
Server that runs on the primary node which performs additional management of the
ConfigService
for use on kOS and within multi-node environments. - ConfigServer() - Constructor for class com.tccc.kos.core.service.config.server.ConfigServer
- ConfigService - Class in com.tccc.kos.commons.core.service.config
-
System service that manages all configuration data and can apply configuration data on top of any ConfigAware object.
- ConfigSource - Interface in com.tccc.kos.commons.core.service.config
-
Interface that contains the source of configuration data.
- ConfigUpdate - Class in com.tccc.kos.commons.core.service.config
-
Bean that holds changes used to update a
MutableConfigSource
. - ConfigUpdate() - Constructor for class com.tccc.kos.commons.core.service.config.ConfigUpdate
-
Default constructor for serialization
- ConfigUpdate(String) - Constructor for class com.tccc.kos.commons.core.service.config.ConfigUpdate
-
Create an update for the specified path.
- configureBean(Object, String, String) - Method in class com.tccc.kos.commons.core.service.config.ConfigService
-
Configure an arbitrary bean using the settings associated with the specified handle path and tag the results with the specified tracker.
- configureConfigAware(ConfigAware<?>, String) - Method in class com.tccc.kos.commons.core.service.config.ConfigService
-
Configure a ConfigAware bean and tag the results with the specified tracker.
- configureConfigAware(Collection<ConfigAware<?>>, String) - Method in class com.tccc.kos.commons.core.service.config.ConfigService
-
Configure a collection of ConfigAware beans and tag the results with the specified tracker.
- configurePath(String, String) - Method in class com.tccc.kos.commons.core.service.config.ConfigService
-
Configure a ConfigAware bean identified by the specified handle path and tag the results with the specified tracker.
- configurePath(Collection<String>, String) - Method in class com.tccc.kos.commons.core.service.config.ConfigService
-
Configure the list of ConfigAware bean identified by the specified handle paths and tag the results with the specified tracker.
- configureUnconfigured(String) - Method in class com.tccc.kos.commons.core.service.config.ConfigService
-
Configure any ConfigAware bean that has not yet been configured.
- ConfigValue - Class in com.tccc.kos.commons.core.service.config
-
Bean returned from fetching an individual config value from
ConfigService
. - ConfigValue() - Constructor for class com.tccc.kos.commons.core.service.config.ConfigValue
- connect() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgSession
- connect() - Method in class com.tccc.kos.commons.core.service.blink.BlinkSession
-
Called once the session is established after the identity phase.
- connect(BrowserSession) - Method in class com.tccc.kos.core.service.browser.Browser
-
Called to link a
BrowserSession
to theBrowser
. - connect(Object) - Method in class com.tccc.kos.commons.core.context.BeanContext
-
Connects a bean to the context.
- connect(Object) - Method in class com.tccc.kos.core.service.assembly.Assembly
-
Autowires the given bean using the context, without actually adding it to the context.
- CONNECT - Enum constant in enum class com.tccc.kos.commons.core.dispatcher.RequestMethod
- connectListenersDown(Object) - Method in class com.tccc.kos.commons.core.context.BeanContext
-
Connects any listener interfaces implemented by the bean to listener lists in this context or any child contexts.
- connectListenersUp(Object) - Method in class com.tccc.kos.commons.core.context.BeanContext
-
Connects any listener interfaces implemented by the bean to listener lists in this context or any parent contexts.
- contains(Trouble) - Method in class com.tccc.kos.commons.core.service.trouble.TroubleService
-
Returns true if the set contains the specified trouble.
- contains(TroubleMatcher) - Method in class com.tccc.kos.commons.core.service.trouble.TroubleService
-
Returns true if any troubles match the specified matcher.
- contains(Object, Object) - Method in class com.tccc.kos.commons.util.MultiValueMap
-
Return true if the specified value is contained in the list associated with the key.
- contains(String) - Method in class com.tccc.kos.commons.core.service.config.BeanChanges
-
Return true if there is a
AttrPair
for the specified attribute. - containsAnyKey(String...) - Method in class com.tccc.kos.commons.core.service.config.BeanChanges
-
Return true if the changes contains any of the specified keys.
- containsFile(String) - Method in class com.tccc.kos.commons.kab.KabFile
-
Indicates if the archive contain the requested file
- containsKey(Object) - Method in class com.tccc.kos.commons.util.MultiValueMap
-
Determines if the map contains the given key or not.
- containsPath(String) - Method in class com.tccc.kos.commons.core.service.config.ConfigChanges
-
Return true if the bean with the specified handle path has changes.
- ContextException - Exception in com.tccc.kos.commons.core.context
-
Base class for all context exceptions.
- ContextException(String) - Constructor for exception com.tccc.kos.commons.core.context.ContextException
-
Constructs a new "context" exception with the specified message.
- ContextException(String, Throwable) - Constructor for exception com.tccc.kos.commons.core.context.ContextException
-
Constructs a new "context" exception with the specified message and cause.
- ContextHandleAware - Interface in com.tccc.kos.commons.core.service.handle
-
Extension of
HandleAware
for objects that should be children of theHandle
associated with aBeanContext
. - convert(double, Unit) - Method in class com.tccc.kos.commons.util.units.Unit
-
Converts the specified value from this unit to the specified unit.
- convert(String, Class<T>) - Static method in class com.tccc.kos.commons.util.convert.Convert
-
Converts from a string to the specified type.
- Convert - Class in com.tccc.kos.commons.util.convert
-
Parser for converting string values to other formats.
- Convert() - Constructor for class com.tccc.kos.commons.util.convert.Convert
- ConvertException - Exception in com.tccc.kos.commons.util.convert
-
Data conversion exception.
- ConvertException(Number, String) - Constructor for exception com.tccc.kos.commons.util.convert.ConvertException
- ConvertException(String) - Constructor for exception com.tccc.kos.commons.util.convert.ConvertException
- ConvertException(String, Throwable) - Constructor for exception com.tccc.kos.commons.util.convert.ConvertException
- copy() - Method in class com.tccc.kos.commons.kab.KabCopier
-
Performs the copy operation.
- copy() - Method in class com.tccc.kos.commons.kab.ZipToKabCopier
-
Performs the copy operation.
- copy(InputStream) - Method in class com.tccc.kos.commons.kab.KabOutputStream
-
Copy the specified input stream to the output stream.
- CoreAssembly - Interface in com.tccc.kos.core.service.assembly
-
Interface to mark an
Assembly
asCoreAssembly
which will prevent the assembly from being unloaded. - createOutboundRouterWebsocket() - Method in class com.tccc.kos.commons.web.websocket.router.WebsocketRouter
-
Calls createOutboundRouterWebsocket(alias) without an alias.
- createOutboundRouterWebsocket(String) - Method in class com.tccc.kos.commons.web.websocket.router.WebsocketRouter
-
Create an outbound router to router websocket client.
- CriticalDataException - Exception in com.tccc.kos.core.service.criticaldata
-
Base exception for critical data errors.
- CriticalDataException(String) - Constructor for exception com.tccc.kos.core.service.criticaldata.CriticalDataException
- CriticalDataException(String, Throwable) - Constructor for exception com.tccc.kos.core.service.criticaldata.CriticalDataException
- CriticalDataListener - Interface in com.tccc.kos.core.service.criticaldata
-
Listener for critical data service events.
- CriticalDataNotReadyException - Exception in com.tccc.kos.core.service.criticaldata
-
Exception indicating that critical data is not yet available.
- CriticalDataNotReadyException() - Constructor for exception com.tccc.kos.core.service.criticaldata.CriticalDataNotReadyException
- CriticalDataSerialNumberProvider - Class in com.tccc.kos.core.service.device.serialnum.criticaldata
-
Wrapper class for critical data.
- CriticalDataSerialNumberProvider() - Constructor for class com.tccc.kos.core.service.device.serialnum.criticaldata.CriticalDataSerialNumberProvider
- CriticalDataService - Class in com.tccc.kos.core.service.criticaldata
-
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.
- CriticalDataService() - Constructor for class com.tccc.kos.core.service.criticaldata.CriticalDataService
- CriticalDataService.CriticalDataView - Interface in com.tccc.kos.core.service.criticaldata
- CriticalDataSource - Interface in com.tccc.kos.core.service.criticaldata
-
Interface for objects that can store and retrieve critical data.
- CtxChildDestroyListener - Interface in com.tccc.kos.commons.core.context
-
Interface that allows a bean to accept callbacks from BeanContext when a child context is destroyed.
- CtxDestroyListener - Interface in com.tccc.kos.commons.core.context
-
Interface that allows a bean to accept callbacks from BeanContext when the context is destroyed.
- CtxEventListener - Interface in com.tccc.kos.commons.core.context
-
Interface that allows a bean to accept callbacks from the kOS BeanContext after certain autowiring steps have completed.
- CtxListener - Interface in com.tccc.kos.commons.core.context
-
Base interface for all context listeners.
- currentMonoMs() - Static method in class com.tccc.kos.commons.util.KosUtil
-
Returns the current mono time in milliseconds.
- currentTimeMs() - Static method in class com.tccc.kos.commons.util.KosUtil
-
Returns the current time in milliseconds.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form