Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- ID - Static variable in class com.tccc.kos.commons.util.format.date.D_ddMMyy
- ID - Static variable in class com.tccc.kos.commons.util.format.date.D_MMddyy
- ID - Static variable in class com.tccc.kos.commons.util.format.date.D_yyyyMMdd
- ID - Static variable in class com.tccc.kos.commons.util.format.time.T_HHmm
- ID - Static variable in class com.tccc.kos.commons.util.format.time.T_hhmma
- ID - Static variable in class com.tccc.kos.commons.util.units.SiUnitSystem
- ID - Static variable in class com.tccc.kos.commons.util.units.UsUnitSystem
- IfaceInfo() - Constructor for class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIdentity.IfaceInfo
- ignoreReady() - Element in annotation interface com.tccc.kos.commons.core.context.annotations.Autowired
-
Set this flag true when you do not want to wait for the autowired bean to become ready before marking the referencing bean ready.
- ImpactedTroubleMatcher - Class in com.tccc.kos.commons.core.service.trouble.matcher
-
Matcher that returns true if any of the specified objects are in the impact list of a trouble.
- ImpactedTroubleMatcher(Object...) - Constructor for class com.tccc.kos.commons.core.service.trouble.matcher.ImpactedTroubleMatcher
-
Create a matcher that returns true if a trouble contains the specified object the impact list.
- InboundMessage - Class in com.tccc.kos.commons.web.websocket.router.msg
-
All inbound messages to the router are in text form since they originate from a websocket message.
- InboundMessage(WebsocketConnection, String) - Constructor for class com.tccc.kos.commons.web.websocket.router.msg.InboundMessage
-
Create a new message from the specified string.
- InboundMessage(String) - Constructor for class com.tccc.kos.commons.web.websocket.router.msg.InboundMessage
-
Create an inbound message from the serialized body of an outbound message and empty headers.
- InboundMessage(Map<String, String>, String) - Constructor for class com.tccc.kos.commons.web.websocket.router.msg.InboundMessage
-
Create an inbound message from the headers and serialized body of an outbound message.
- inc() - Method in class com.tccc.kos.commons.util.Backoff
-
Increment the internal count.
- incCount() - Method in class com.tccc.kos.commons.core.service.trouble.Trouble
-
Increment the count for the trouble.
- install(Assembly) - Method in class com.tccc.kos.core.service.assembly.AssemblyService
-
Installs an assembly.
- installAssembly(Assembly) - Method in class com.tccc.kos.core.service.app.SystemApplication
-
Installs an assembly.
- INSTALLED - Enum constant in enum class com.tccc.kos.core.primary.service.ota.OTAArtifact.Status
- InstallManifest - Class in com.tccc.kos.commons.manifest.install
-
Class used to extract information from a manifest that identifies the minimum information required to correctly install an update on the primary node of a device such that the primary and all child nodes in the device can be properly updated.
- InstallManifest() - Constructor for class com.tccc.kos.commons.manifest.install.InstallManifest
- installRegions(Collection<BaseRegion>) - Method in class com.tccc.kos.core.service.app.SystemApplication
-
Install regions for the application.
- installRegions(Collection<BaseRegion>, RegionSettings) - Method in class com.tccc.kos.core.service.app.SystemApplication
-
Install regions for the application with a custom settings bean.
- installUpdate(String, File) - Method in class com.tccc.kos.core.primary.service.update.UpdateService
-
Install an update with the specified manifestId from the specified directory.
- installUpdate(String, String) - Method in class com.tccc.kos.core.primary.service.update.UpdateService
-
Install an update with the specified manifestId on the storage device with the specified deviceId.
- INTEGRATION - Enum constant in enum class com.tccc.kos.core.service.network.beans.NetworkInterfaceCategory
- INTENT - Static variable in class com.tccc.kos.core.service.app.AppBrowserIntent
- internal() - Element in annotation interface com.tccc.kos.commons.core.dispatcher.annotations.ApiEndpoint
-
If true, endpoint is internal and should not be used for production systems as the endpoint may change at any time
- INTERNAL - Enum constant in enum class com.tccc.kos.core.service.network.beans.NetworkInterfaceCategory
- INTERNAL_SERVER_ERROR - Static variable in class com.tccc.kos.commons.util.dispatcher.HttpStatus
- InternalErrorException - Exception in com.tccc.kos.commons.util.dispatcher.exceptions
-
Exception thrown when the web request unexpectedly fails.
- InternalErrorException(String) - Constructor for exception com.tccc.kos.commons.util.dispatcher.exceptions.InternalErrorException
-
Constructs a new "internal error" exception with the specified message.
- InternalErrorException(String, Throwable) - Constructor for exception com.tccc.kos.commons.util.dispatcher.exceptions.InternalErrorException
-
Constructs a new "internal error" exception with the specified message and cause.
- InternalErrorException(Throwable) - Constructor for exception com.tccc.kos.commons.util.dispatcher.exceptions.InternalErrorException
-
Constructs a new "internal error" exception with the specified cause.
- INTERRUPT - Enum constant in enum class com.tccc.kos.commons.util.concurrent.future.FutureEvent
- interruptIfPending() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
-
Generates a
Thread.interrupt()
call against the work thread if there is an interruptable condition pending. - INVALID - Enum constant in enum class com.tccc.kos.core.primary.service.ota.OTAArtifact.Status
- InvalidApiBinaryMsgException - Exception in com.tccc.kos.commons.core.service.blink.binarymsg
-
Exception thrown when there is an attempt to use an out-of-range API number for BinaryMsg.
- InvalidApiBinaryMsgException(String) - Constructor for exception com.tccc.kos.commons.core.service.blink.binarymsg.InvalidApiBinaryMsgException
-
Constructs a new "binary msg: invalid API" exception with the specified message.
- InvalidInterfaceBinaryMsgException - Exception in com.tccc.kos.commons.core.service.blink.binarymsg
-
Exception thrown when there is an attempt to use an invalid BinaryMsgIface.
- InvalidInterfaceBinaryMsgException(String) - Constructor for exception com.tccc.kos.commons.core.service.blink.binarymsg.InvalidInterfaceBinaryMsgException
-
Constructs a new "binary msg: invalid interface" exception with the specified message.
- InvalidWebsocketAddrListener - Interface in com.tccc.kos.commons.web.websocket.router
-
Interface to be notified when a given websocket address is no longer valid.
- Ip4Settings - Class in com.tccc.kos.core.service.network.beans
-
IPV4 settings.
- Ip4Settings() - Constructor for class com.tccc.kos.core.service.network.beans.Ip4Settings
- isAbort() - Method in enum class com.tccc.kos.commons.util.concurrent.future.FutureState
- isAbort() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
-
Returns true if the end state is "abort".
- isActive() - Method in class com.tccc.kos.core.primary.service.update.UpdateInfo
-
If true, this update is currently running on this device so there is no need to install it again.
- isAuthorized(HttpRequest, WebsocketConnection) - Method in interface com.tccc.kos.commons.web.websocket.WebsocketConnectionAuthorizer
-
Called when a client connects to the server.
- isBlank(CharSequence) - Static method in class com.tccc.kos.commons.util.misc.StringUtil
-
Checks if a CharSequence is empty (""), null or whitespace only.
- isBlocked() - Method in class com.tccc.kos.core.primary.service.update.UpdateInfo
-
If true, a manifest in this update has been blocked on this device.
- isCancel() - Method in enum class com.tccc.kos.commons.util.concurrent.future.FutureState
- isCancel() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
-
Returns true if the end state is "cancel".
- isCarrier() - Method in class com.tccc.kos.core.service.network.beans.EthernetDetails
- isChainComplete() - Method in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
-
Return true if the manifest chain is complete.
- isClass() - Method in class com.tccc.kos.core.service.log.LogOverride
-
Return true if the override is for a class
- isComplete() - Method in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
-
Return true if the manifest chain is complete and all dependencies referenced in the chain are available and valid.
- isConfigured() - Method in class com.tccc.kos.commons.core.service.config.BeanChanges
-
Returns true after the very first time the bean is configured.
- isConfigured() - Method in class com.tccc.kos.commons.core.service.config.ConfigBean
-
Returns true once the bean is configured.
- isConfigured() - Method in class com.tccc.kos.core.service.network.beans.NetworkInterfaceDetails
-
Returns true if the interface is configured.
- isConnected() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIface
-
Return true if the interface is connected to the client.
- isConnected() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgSession
-
True if the client is still connected.
- isConnected() - Method in class com.tccc.kos.commons.web.client.WebsocketClient
-
Return true if the websocket is currently connected.
- isCore() - Method in class com.tccc.kos.core.service.assembly.Assembly
-
Returns true if this is the core assembly.
- isCriticalDataReady() - Method in class com.tccc.kos.core.service.criticaldata.CriticalDataService
-
Return true if the critical data is ready for use.
- isCriticalDataReady() - Method in interface com.tccc.kos.core.service.criticaldata.CriticalDataSource
-
Return true if the source is ready.
- isDefault() - Method in class com.tccc.kos.commons.util.units.Unit
-
Returns true if this is the default unit for the measure in the system.
- isDir() - Method in class com.tccc.kos.commons.kab.KabEntry
-
True if the entry is a directory.
- isDone() - Method in enum class com.tccc.kos.commons.util.concurrent.future.FutureState
- isDone() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
-
Returns true if the end state is "done".
- isDone() - Method in class com.tccc.kos.core.primary.service.ota.OTAArtifact
-
Return true if the artifact is done.
- isDownloaderActive() - Method in interface com.tccc.kos.core.primary.service.ota.OTADownloader
-
Return true if the downloader is active.
- isDownloaderActive() - Method in class com.tccc.kos.core.primary.service.ota.OTADownloadRequest
-
Return true if the downloader is active.
- isEmpty() - Method in class com.tccc.kos.commons.core.service.config.BeanChanges
-
Returns true if no changes and no errors.
- isEmpty() - Method in class com.tccc.kos.commons.core.service.config.ConfigChanges
-
Return true if there are no recorded changes.
- isEmpty() - Method in class com.tccc.kos.commons.util.MultiValueMap
-
Determines if the map is empty or not.
- isEmpty() - Method in class com.tccc.kos.core.manifest.ResolvedManifestSection
-
Return true if there are no kabs in the section.
- isEmpty(CharSequence) - Static method in class com.tccc.kos.commons.util.misc.StringUtil
-
Checks if a CharSequence is empty ("") or null.
- isEnabled() - Method in class com.tccc.kos.commons.core.localization.LocalizationContext
- isEnabled() - Method in class com.tccc.kos.commons.core.vfs.AbstractVFSSource
- isEnabled() - Method in interface com.tccc.kos.commons.core.vfs.VFSSource
-
Return true if the source is enabled.
- isEncrypted() - Method in class com.tccc.kos.commons.kab.KabEntry
-
True if the entry is encrypted.
- isFactory() - Method in class com.tccc.kos.core.service.region.BaseRegion
-
Returns true if this is the factory region.
- isFail() - Method in enum class com.tccc.kos.commons.util.concurrent.future.FutureState
- isFail() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
-
Returns true if the end state is "fail".
- isFailed() - Method in class com.tccc.kos.core.service.network.beans.PingResponse
-
When true, the response was never received so there are no results available.
- isGroup() - Method in class com.tccc.kos.core.service.log.LogOverride
-
Return true if the override is for a group
- isHidden() - Method in class com.tccc.kos.core.service.region.BaseRegion
-
If true, hide the region from the user.
- isHide() - Method in class com.tccc.kos.commons.web.websocket.router.msg.RoutedMessage
-
Return true if the message has a hide header, regardless of value
- isImpacted(Object) - Method in class com.tccc.kos.commons.core.service.trouble.Trouble
-
Return true if the specified object is in the impact list.
- isIncomplete() - Method in class com.tccc.kos.core.manifest.ResolvedDeviceManifest
-
Return true if there are any missing artifacts.
- isIncomplete() - Method in class com.tccc.kos.core.manifest.ResolvedManifestArtifact
-
Returns true if the artifact is missing from the local installation.
- isIncomplete() - Method in class com.tccc.kos.core.manifest.ResolvedNodeManifest
-
Returns true if there are any missing artifacts.
- isInstalling() - Method in class com.tccc.kos.core.service.assembly.Assembly
- isInterruptable() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
-
Returns the state of the
interruptable
flag. - isInterrupted() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
-
Returns true if setting interruptable to true would result in an interrupt.
- isJson(String) - Static method in class com.tccc.kos.commons.util.misc.StringUtil
-
Return true if the string starts with { or [ which indicates that the string is a json payload.
- isKabExt(String) - Static method in class com.tccc.kos.commons.kab.KabType
-
Return true if the extension is a known kab type.
- isLayer(String) - Static method in class com.tccc.kos.commons.kab.KabType
-
Return true if the type is a layer.
- isLinked() - Method in class com.tccc.kos.core.service.hardware.Board
-
Return true if the board is linked to hardware.
- isLinked(Object) - Method in class com.tccc.kos.commons.core.service.trouble.Trouble
-
Return true if the specified object is linked to the trouble.
- isLocal() - Method in class com.tccc.kos.core.service.udev.storage.StorageDevice
-
Return true if the device is attached to the local node.
- isManifest(String) - Static method in class com.tccc.kos.commons.kab.KabType
-
Return true if the type is a manifest of some type.
- isMounted() - Method in class com.tccc.kos.core.service.fuse.FuseMount
-
Return true if the kab is currently mounted.
- isOnline() - Method in class com.tccc.kos.core.service.browser.Browser
-
Return true if the actual browser is online and available for navigation.
- isOptional() - Method in interface com.tccc.kos.commons.manifest.device.ManifestNodeInfo
-
Return true if the node is optional.
- isPause(OTADownloader) - Method in class com.tccc.kos.core.primary.service.ota.OTAService
-
Return true if the specified downloader is paused.
- isPaused() - Method in class com.tccc.kos.commons.util.Pause
-
Return true if the
Pause
is paused. - isPostStarted() - Method in class com.tccc.kos.core.service.app.Application
-
Return true if the
started()
has returned. - isPostStarted() - Method in class com.tccc.kos.core.service.app.AppLoader
- isPrimary() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIface
-
Return true if this originates from the primary node.
- isPrimary() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgSession
-
Return true if the nodeId is the primary node.
- isPrimary() - Method in class com.tccc.kos.commons.core.service.blink.BlinkIdentity
- isPrimary() - Method in interface com.tccc.kos.commons.manifest.device.ManifestNodeInfo
-
Return true if this is the primary node.
- isPrimary() - Static method in class com.tccc.kos.core.app.KosCore
-
Returns true if we're running on the system's primary node.
- isProd() - Static method in class com.tccc.kos.core.app.KosCore
-
Returns true if the current operational mode is PROD (production).
- isRadioEnabled() - Method in class com.tccc.kos.core.service.network.NetworkService
-
Return true if the radio is enabled on this node, false if it is not.
- isRadioEnabled(NodeId) - Method in class com.tccc.kos.core.service.network.NetworkService
-
Return true if the radio is enabled on the specified node, false if it is not.
- isReady() - Method in interface com.tccc.kos.commons.util.ready.Ready
-
Indicates if the indicator is ready or not.
- isReady() - Method in class com.tccc.kos.commons.util.ready.ReadyIndicator
-
Indicates if the attached bean is ready or not.
- isReady() - Method in class com.tccc.kos.core.service.hardware.Board
-
Return true if the board is ready.
- isReady(ReadyCallback) - Method in class com.tccc.kos.commons.util.ready.ReadyIndicator
-
Determines if the given callback is ready to be called or not.
- isReconnect() - Method in class com.tccc.kos.commons.web.client.WebsocketClient
-
Return the reconnect flag.
- isRecurring() - Method in class com.tccc.kos.commons.util.concurrent.AdjustableCallback
-
Indicates if this is a recurring timer or not.
- isRedirect() - Method in class com.tccc.kos.core.service.browser.BrowserUrl
- isRemoved() - Method in class com.tccc.kos.core.service.udev.storage.StorageDevice
-
Return true if the device is removed.
- isReplace() - Method in class com.tccc.kos.commons.core.service.config.BeanUpdate
- isResolvable() - Method in class com.tccc.kos.commons.core.service.trouble.Trouble
-
Return true if the trouble is resolvable.
- isResponse() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsg
-
Return true if this message is a response to a previous message.
- isRouterIdConnected(String) - Method in class com.tccc.kos.commons.web.websocket.router.WebsocketRouter
-
Return true if the specified routerId is in the routing table
- isRunComplete() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
- isRunning() - Method in class com.tccc.kos.commons.util.concurrent.BaseCallback
-
Indicates if the internal timer is currently running or not.
- isRunning() - Method in class com.tccc.kos.commons.web.client.WebsocketClient
-
Return true if the client is currently running as a result of calling
start()
. - isRunStarted() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
- isSimulator() - Static method in class com.tccc.kos.core.app.KosCore
-
Returns true if we're running inside the Studio simulator.
- isStarted() - Method in class com.tccc.kos.core.service.app.Application
-
Return true if the app has been started.
- isStarted() - Method in class com.tccc.kos.core.service.app.AppLoader
- isStopped() - Method in class com.tccc.kos.commons.util.concurrent.BaseCallback
-
Indicates if the internal timer is currently stopped or not.
- isStopped() - Method in class com.tccc.kos.core.service.app.Application
-
Return true if the app has been stopped.
- isStopped() - Method in class com.tccc.kos.core.service.app.AppLoader
- isSuccess() - Method in enum class com.tccc.kos.commons.util.concurrent.future.FutureState
- isSuccess() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
-
Returns true if the end state is "success".
- isTagged(String) - Method in class com.tccc.kos.commons.core.service.trouble.Trouble
-
Return true if the specified string is in the tag list.
- isTerminate() - Method in enum class com.tccc.kos.commons.util.concurrent.future.FutureState
- isTerminate() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
-
Returns true if the end state is "terminate".
- isTerminateOnAbort() - Method in class com.tccc.kos.commons.util.concurrent.future.ParallelFuture
-
If true, cancel all child futures if any individual child future aborts.
- isTerminateOnFail() - Method in class com.tccc.kos.commons.util.concurrent.future.ParallelFuture
-
If true, cancel all child futures if any individual child future fails.
- isTest() - Static method in class com.tccc.kos.core.app.KosCore
-
Returns true if the current operational mode is TEST.
- isValid() - Method in class com.tccc.kos.commons.core.service.config.ConfigValue
-
Returns true if the value was found in the config, or false if there was no reference to the attribute anywhere in the config stack.
- isValid() - Method in class com.tccc.kos.core.service.hardware.HardwareLink
-
Return true if the link is currently valid for use.
- isWebsocket() - Method in interface com.tccc.kos.commons.core.dispatcher.HttpRequest
-
Return true if this request arrived over a routed websocket
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form