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(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.
- install(InstallBuilder, boolean) - Method in class com.tccc.kos.core.primary.service.nodemgr.NodeMgrService
-
Install the specified builder onto the device.
- 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.
- InstallBuilder - Class in com.tccc.kos.core.primary.service.nodemgr.install
-
Builder used to define a kOS installation.
- InstallBuilder() - Constructor for class com.tccc.kos.core.primary.service.nodemgr.install.InstallBuilder
- 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.
- InstallViewDeviceManifest - Class in com.tccc.kos.commons.manifest.install
-
Base class for all future
DeviceManifest
implementations which implements the @{code PrimaryManifestInstallView} interface which is sufficient for a primary node to identify any missing artifacts and install them, even if it doesn't understand the actual manifest format. - InstallViewDeviceManifest() - Constructor for class com.tccc.kos.commons.manifest.install.InstallViewDeviceManifest
- 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_SERVER_ERROR - Static variable in class com.tccc.kos.commons.core.dispatcher.HttpStatus
- InternalErrorException - Exception in com.tccc.kos.commons.core.dispatcher.exceptions
-
Exception thrown when the web request unexpectedly fails.
- InternalErrorException(String) - Constructor for exception com.tccc.kos.commons.core.dispatcher.exceptions.InternalErrorException
-
Constructs a new "internal error" exception with the specified message.
- InternalErrorException(String, Throwable) - Constructor for exception com.tccc.kos.commons.core.dispatcher.exceptions.InternalErrorException
-
Constructs a new "internal error" exception with the specified message and cause.
- InternalErrorException(Throwable) - Constructor for exception com.tccc.kos.commons.core.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. - 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.
- 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".
- 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.Str
-
Checks if a CharSequence is empty (""), null or whitespace only.
- isBlocked() - Method in class com.tccc.kos.commons.util.Block
- isBlocked() - Method in interface com.tccc.kos.commons.util.Blockable
-
Return true is the object is blocked.
- 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".
- isCancelOnAbort() - Method in class com.tccc.kos.commons.util.concurrent.future.ParallelFuture
- isCancelOnFail() - Method in class com.tccc.kos.commons.util.concurrent.future.ParallelFuture
- isConfigured() - Method in class com.tccc.kos.commons.core.service.config.BeanChanges
- isConfigured() - Method in class com.tccc.kos.commons.core.service.config.ConfigBean
-
Returns true once the bean 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.
- 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
- 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".
- 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(CharSequence) - Static method in class com.tccc.kos.commons.util.misc.Str
-
Checks if a CharSequence is empty ("") or null.
- 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.
- 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".
- isHidden() - Method in class com.tccc.kos.core.service.region.BaseRegion
-
If true, hide the region from the user.
- 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.
- isIncomplete() - Method in class com.tccc.kos.core.primary.service.nodemgr.install.InstallBuilder
-
Return true if the resulting install is incomplete.
- 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.Str
-
Return true if the string starts with { or [ which indicates that the string is a json payload.
- 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.
- 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.
- 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() - 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).
- 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(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.
- 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".
- 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.core.service.hardware.HardwareLink
-
Return true if the link is currently valid for use.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form