Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

G

gatherConfigForPath(String, Map<String, String>) - Method in interface com.tccc.kos.commons.core.service.config.ConfigSource
Put all configuration data for the specified handle path into the supplied map.
gatherConfigForPath(String, Map<String, String>) - Method in class com.tccc.kos.commons.core.service.config.DefaultConfigSource
 
gatherConfigPaths(Set<String>) - Method in interface com.tccc.kos.commons.core.service.config.ConfigSource
Put all available config bean handle paths into the supplied set.
gatherConfigPaths(Set<String>) - Method in class com.tccc.kos.commons.core.service.config.DefaultConfigSource
 
gatherOptionsForPath(String, Map<String, String>) - Method in interface com.tccc.kos.commons.core.service.config.ConfigSource
Put all option data for the specified handle path into the supplied map.
gatherOptionsForPath(String, Map<String, String>) - Method in class com.tccc.kos.commons.core.service.config.DefaultConfigSource
 
gatherOptionsPaths(Set<String>) - Method in interface com.tccc.kos.commons.core.service.config.ConfigSource
Put all available option bean handle paths into the supplied set.
gatherOptionsPaths(Set<String>) - Method in class com.tccc.kos.commons.core.service.config.DefaultConfigSource
 
get(Object) - Method in class com.tccc.kos.commons.util.MultiValueMap
Returns the list of values for the specified key.
get(String) - Method in class com.tccc.kos.commons.core.service.config.BeanChanges
Return the AttrChange for the specified attribute.
get(String) - Method in class com.tccc.kos.commons.core.service.keyval.KeyValNameSpace
Get the value of the specified key.
get(String, Class<T>) - Method in class com.tccc.kos.commons.core.service.keyval.KeyValNameSpace
Get the value of the specified key and convert the string to an instance of the specified type.
get(String, String) - Method in class com.tccc.kos.commons.core.service.keyval.KeyValService
Get the value of the specified key.
get(String, String, Class<T>) - Method in class com.tccc.kos.commons.core.service.keyval.KeyValService
Get the value of the specified key and convert the string to an instance of the specified type.
GET - Enum constant in enum class com.tccc.kos.commons.core.dispatcher.RequestMethod
 
GET() - Element in annotation interface com.tccc.kos.commons.core.dispatcher.annotations.ApiEndpoint
Sets the URL path of the associated GET operation.
GET(String, Class<T>, boolean) - Method in class com.tccc.commons.httpclient.JsonTemplate
Performs a GET request on the specified URL and then parses the response into an instance of the specified class.
GET(URI, Class<T>, boolean) - Method in class com.tccc.commons.httpclient.JsonTemplate
Performs a GET request on the specified URI and then parses the response into an instance of the specified class.
getAbortAbandonedTimeoutMs() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
Returns the override value for abandoned future handling.
getAccessPoints(NodeId, String) - Method in class com.tccc.kos.core.service.network.NetworkService
Return the list of previously detected access points on the specified interface on the specified node.
getAccessPoints(String) - Method in class com.tccc.kos.core.service.network.NetworkService
Return the list of previously detected access points on the specified interface on this node.
getAccessProvider() - Method in class com.tccc.kos.commons.kab.KabOutputStreamBuilder
 
getActionRole() - Method in class com.tccc.kos.commons.core.service.trouble.TroubleInfo
 
getActiveRegion() - Method in class com.tccc.kos.core.service.region.RegionService
Return the currently active region.
getAddr() - Method in class com.tccc.kos.commons.web.websocket.router.RouterConn
 
getAddress() - Method in class com.tccc.kos.core.service.network.beans.Ip4Settings
 
getAddressprefixlist() - Method in class com.tccc.kos.core.service.network.beans.Ip4Settings
 
getAdds() - Method in class com.tccc.kos.commons.core.service.config.ConfigUpdate
 
getAlias() - Method in class com.tccc.kos.commons.util.units.Unit
 
getAlias() - Method in class com.tccc.kos.commons.web.api.ApiRequest
Return the currently configured destination alias.
getAliasUnit(String, String) - Method in class com.tccc.kos.commons.util.units.UnitSystem
Returns the unit with the specified alias for the specified measure.
getAll() - Method in class com.tccc.kos.commons.core.service.keyval.KeyValNameSpace
Return all key/val pairs in this name space.
getAll() - Method in class com.tccc.kos.commons.core.service.keyval.KeyValNameSpaceController
 
getAll(Class<T>) - Method in class com.tccc.kos.commons.core.service.keyval.KeyValNameSpace
Return all key/val pairs in this name space as instance of the specified class.
getAll(String) - Method in class com.tccc.kos.commons.core.service.keyval.KeyValService
Return all key/val pairs in the specified name space.
getAll(String, Class<T>) - Method in class com.tccc.kos.commons.core.service.keyval.KeyValService
Return all key/val pairs in the specified name space, deserializing all values to instances of the specified type.
getAllArtifacts() - Method in class com.tccc.kos.core.manifest.ResolvedNodeManifest
Return all artifacts in the node manifest including layers and artifacts in sections.
getAllInterfaceDetails() - Method in class com.tccc.kos.core.service.network.NetworkService
Return the details for all available interfaces.
getAllInterfaceDetails(NodeId) - Method in class com.tccc.kos.core.service.network.NetworkService
Return details for all available network interfaces.
getAllKabs() - Method in class com.tccc.kos.core.manifest.ResolvedDeviceManifest
Return the list of every kab required by this device manifest.
getAllKeys() - Method in class com.tccc.kos.commons.core.service.keyval.KeyValNameSpace
Return all keys in this name space.
getAllKeys(String) - Method in class com.tccc.kos.commons.core.service.keyval.KeyValService
Return all keys in the specified name space.
getAmpm() - Method in class com.tccc.kos.commons.util.format.time.TimeFormat
Returns true for 12-hour clock, false for 24-hour clock.
getAnalytics() - Static method in class com.tccc.kos.core.app.KosCore
 
getAnalyticsPriorityDelay(String, AnalyticsPriority) - Method in interface com.tccc.kos.core.service.analytics.AnalyticsExporter
Given an analytics priority, return how long the service should hold data before triggering a call to export.
getApFlags() - Method in class com.tccc.kos.core.service.network.beans.WifiDetails
 
getApiNum() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsg
Return the api number for the message.
getApp() - Method in class com.tccc.kos.core.service.app.AppLoader
Returns the application that this loader loaded.
getAppClass() - Method in class com.tccc.kos.commons.util.json.fragments.AppInfoFragment
 
getAppDir() - Method in class com.tccc.kos.core.service.app.Application
Returns the base directory of the application.
getAppDir() - Method in class com.tccc.kos.core.service.app.AppLoader
Return the application directory.
getAppFile(String) - Method in class com.tccc.kos.core.service.app.Application
Adds the specified path to the base application directory and returns it as a File.
getAppId() - Method in class com.tccc.kos.commons.util.json.fragments.AppInfoFragment
 
getAppId() - Method in class com.tccc.kos.core.service.app.Application
Returns the ID of this application, which comes from the kos.app.appId field of the descriptor.json file.
getAppId() - Method in class com.tccc.kos.core.service.app.AppLoader
Returns the appId from the descriptor.
getAppId() - Method in class com.tccc.kos.core.service.app.LoadableApp
Return the id of the application within the section.
getAppKab() - Method in class com.tccc.kos.core.service.app.LoadableApp
Return the application kab.
getApps() - Method in class com.tccc.kos.core.service.app.AppService
Return the list of discovered applications in the manifest.
getArch() - Static method in class com.tccc.kos.core.app.KosCore
Returns the arch of this node.
getArgs() - Method in class com.tccc.kos.core.service.spawn.SpawnProcess
 
getArtifactInfo() - Method in class com.tccc.kos.core.primary.service.ota.OTAArtifact
Return information about the artifact to download.
getArtifacts() - Method in interface com.tccc.kos.commons.manifest.ManifestSection
Return the artifacts in the section.
getArtifacts() - Method in interface com.tccc.kos.commons.manifest.NodeManifest
Return the list of kabs for the node, including the layers.
getArtifacts() - Method in class com.tccc.kos.core.service.manifest.NodeSoftwareInfo
 
getAssemblies() - Method in class com.tccc.kos.core.service.assembly.AssemblyService
 
getAssembly() - Method in interface com.tccc.kos.core.service.assembly.AssemblyAware
Returns the associated assembly.
getAssembly() - Method in class com.tccc.kos.core.service.hardware.Board
 
getAssemblyName() - Method in interface com.tccc.kos.core.service.assembly.AssemblyAware
Returns the associated assembly name.
getAttr() - Method in class com.tccc.kos.commons.core.service.config.BeanChanges.AttrChange
 
getAttr() - Method in class com.tccc.kos.commons.core.service.config.BeanChanges.Error
 
getAttribute(Object) - Method in interface com.tccc.kos.commons.util.AttributeAware
Given a key, returns its attribute.
getAttribute(Object) - Method in class com.tccc.kos.commons.web.client.WebsocketClient
Return an attribute set on the client.
getAuthority() - Method in class com.tccc.kos.commons.manifest.chained.ChainedManifest
 
getAutostartApps() - Method in class com.tccc.kos.core.service.app.AppService
Return the list of auto-started applications from the manifest.
getAutostartAppsReady() - Method in class com.tccc.kos.core.service.app.AppService
Return a ReadyIndicator that is ready once all autostart applications are started.
getAvailableFirmware(String, String) - Method in class com.tccc.kos.core.service.firmware.FirmwareService
Return the list of available firmware with the specified board and firmware types;
getAvailableFirmware(String, String, String) - Method in class com.tccc.kos.core.service.firmware.FirmwareService
Return the list of available firmware with the specified board and firmware types and an optional board revision.
getAvailableKabs() - Method in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
Return the list of kab id's that are currently available and valid.
getAvailableUpdates() - Method in class com.tccc.kos.core.primary.service.update.UpdateService
Return the list of available software that exists on storage devices that can be installed on this device.
getAvgReplyUs() - Method in class com.tccc.kos.core.service.network.beans.PingResponse
Return the average reply time in micro seconds.
getBackoff() - Method in class com.tccc.kos.commons.util.concurrent.BackoffCallback
 
getBaseDelayMs() - Method in class com.tccc.kos.commons.util.BackoffConfig
 
getBasePath() - Method in interface com.tccc.kos.commons.core.vfs.VFSSource
Returns the base path of this source.
getBasePath(VFSSource) - Method in class com.tccc.kos.commons.core.vfs.KabVFSSource
Retrieves the base path for the given VFS source.
getBasePath(VFSSource) - Method in class com.tccc.kos.commons.core.vfs.PathRewritingVFSSource
Returns the base path to the specified VFSSource.
getBasePath(VFSSource) - Method in class com.tccc.kos.commons.core.vfs.ProxyVFSSource
Returns the base path to the specified VFSSource.
getBasePath(VFSSource) - Method in class com.tccc.kos.commons.core.vfs.StackedVFSSource
Returns the base path to the specified VFSSource.
getBasePath(VFSSource) - Method in class com.tccc.kos.commons.core.vfs.VFS
Returns the base path to the specified VFSSource.
getBasePath(VFSSource) - Method in interface com.tccc.kos.commons.core.vfs.VFSParent
Returns the base path to the specified VFSSource.
getBean() - Method in class com.tccc.kos.commons.core.service.config.BeanChanges
Return the bean that changed.
getBean() - Method in class com.tccc.kos.commons.core.service.handle.Handle
Get the associated bean.
getBean(Class<? extends T>) - Method in class com.tccc.kos.commons.core.context.BeanContext
Returns a bean of the specified type from the context.
getBean(Class<? extends T>, boolean) - Method in class com.tccc.kos.commons.core.context.BeanContext
Returns a bean of the specified type from the context.
getBean(String) - Method in interface com.tccc.kos.commons.core.service.handle.HandleGetter
Gets the bean with the specified handle path.
getBean(String) - Method in class com.tccc.kos.commons.core.service.handle.HandleService
 
getBean(String, JavaType) - Method in class com.tccc.kos.commons.util.json.JsonDescriptor
Finds the specified node in the descriptor using dotted notation, and then either converts to the specified type or returns null.
getBean(String, Class<T>) - Method in class com.tccc.kos.commons.core.context.BeanContext
Returns a bean with the specified name and type from the context.
getBean(String, Class<T>) - Method in interface com.tccc.kos.commons.core.service.handle.HandleGetter
Gets the bean of the specified type for the specified handle path.
getBean(String, Class<T>) - Method in class com.tccc.kos.commons.core.service.handle.HandleService
 
getBean(String, Class<T>) - Method in class com.tccc.kos.commons.util.json.JsonDescriptor
Finds the specified node in the descriptor using dotted notation, and then either converts to the specified type or returns null.
getBean(String, Class<T>, boolean) - Method in class com.tccc.kos.commons.core.context.BeanContext
Returns a bean with the specified name and type from the context.
getBeanChanges() - Method in class com.tccc.kos.commons.core.service.config.ConfigChanges
Return the map of all bean changes.
getBeanChanges(String) - Method in class com.tccc.kos.commons.core.service.config.ConfigChanges
Return the changes for the specified handle path.
getBeans(Class<T>) - Method in class com.tccc.kos.commons.core.context.BeanContext
Returns a set of beans of the specified type from the context.
getBeans(Class<T>) - Method in interface com.tccc.kos.commons.core.service.handle.HandleGetter
Returns a list of beans of the specified type from the cached set of beans.
getBeans(Class<T>) - Method in class com.tccc.kos.commons.core.service.handle.HandleService
 
getBeans(Class<T>) - Method in class com.tccc.kos.core.service.assembly.Assembly
Returns a list of beans from the assembly context of the specified type.
getBeans(Class<T>, boolean) - Method in class com.tccc.kos.commons.core.context.BeanContext
Returns a set of beans of the specified type from the context.
getBitrate() - Method in class com.tccc.kos.core.service.network.beans.WifiDetails
 
getBlob(String) - Method in class com.tccc.kos.commons.core.service.keyval.KeyValNameSpace
Get the value of the specified key as a blob.
getBlob(String, String) - Method in class com.tccc.kos.commons.core.service.keyval.KeyValService
Get the value of the specified key as a blob.
getBoard() - Method in class com.tccc.kos.core.service.hardware.HardwareLink
Returns the linked board.
getBoardPath() - Method in interface com.tccc.kos.core.service.hardware.BoardTroubleIface
Returns the board path.
getBoardRevisions() - Method in class com.tccc.kos.commons.util.json.fragments.FirmwareFragment.FirmwareEntry
 
getBoardRevisions() - Method in class com.tccc.kos.core.service.firmware.FirmwareInfo
Return the list of board revisions this firmware is compatible with.
getBoards() - Method in class com.tccc.kos.core.service.assembly.Assembly
 
getBoardType() - Method in class com.tccc.kos.commons.util.json.fragments.FirmwareFragment.FirmwareEntry
 
getBoardType() - Static method in class com.tccc.kos.core.app.KosCore
Returns the board type of this node.
getBoardType() - Method in class com.tccc.kos.core.service.firmware.FirmwareInfo
Return the board type this firmware is compatible with.
getBody() - Method in class com.tccc.kos.commons.core.broker.MessageData
 
getBody() - Method in class com.tccc.kos.commons.web.api.ApiRequest
Returns the request body.
getBody() - Method in class com.tccc.kos.commons.web.websocket.router.msg.InboundMessage
 
getBody() - Method in class com.tccc.kos.commons.web.websocket.router.msg.OutboundMessage
 
getBody() - Method in class com.tccc.kos.commons.web.websocket.router.msg.RoutedMessage
Returns the body of the message.
getBool(String) - Static method in class com.tccc.kos.commons.util.convert.Convert
Returns the value of the string as a boolean.
getBool(String, boolean) - Static method in class com.tccc.kos.commons.util.convert.Convert
Returns the value of the specified string as a boolean.
getBool(String, boolean, boolean) - Static method in class com.tccc.kos.commons.util.convert.Convert
Returns the value of the specified string as a boolean.
getBool(Element, String, boolean, boolean) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML attribute or child tag as a boolean, returning the default value if the attribute is not found or doesn't parse correctly.
getBoolAttr(Element, String, boolean, boolean) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML attribute as a boolean, returning the default value if the attribute is not found or doesn't parse correctly.
getBoolAttr(Element, String, boolean, boolean, Namespace) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML attribute as a boolean, returning the default value if the attribute is not found or doesn't parse correctly.
getBoolean(String) - Method in class com.tccc.kos.commons.util.json.JsonDescriptor
Return the boolean value of the specified node.
getBoolean(String, boolean) - Method in class com.tccc.kos.commons.util.json.JsonDescriptor
Return the boolean value of the specified node and return the default value if not found or null.
getBoolTag(Element, String, boolean, boolean) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML tag as a boolean, returning the default value if the tag is not found or doesn't parse correctly.
getBoolTag(Element, String, boolean, boolean, Namespace) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML tag as a boolean, returning the default value if the tag is not found or doesn't parse correctly.
getBrokerPrefix() - Method in class com.tccc.kos.core.service.app.AppLoader
 
getBrowser(NodeId, String) - Method in class com.tccc.kos.core.service.browser.BrowserService
Returns the named browser on the specified nodeId.
getBrowser(BrowserId) - Method in class com.tccc.kos.core.service.browser.BrowserService
Returns the Browser with the specified BrowserId , which is simply the combination of a nodeId and name.
getBrowserId() - Method in class com.tccc.kos.core.service.browser.BrowserNav
 
getBrowserName() - Method in class com.tccc.kos.core.service.browser.BrowserId
 
getBrowsers() - Method in class com.tccc.kos.core.service.browser.BrowserService
Returns a collection of existing Browser objects.
getBssid() - Method in class com.tccc.kos.core.service.network.beans.WifiDetails
 
getByteOrder() - Method in class com.tccc.kos.commons.core.client.binarymsg.BinaryMsgClient
Get the byte order of the client.
getByteOrder() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIdentity
 
getByteOrder() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgSession
Return the byte order of the stream.
getByteOrderJson() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIdentity
 
getCallback() - Method in class com.tccc.kos.commons.util.concurrent.BaseCallback
Returns the callback method set during object construction.
getCategory() - Method in class com.tccc.kos.core.service.network.beans.NetworkInterface
Return the category of the interface.
getCertPath() - Method in class com.tccc.kos.commons.kab.KabFile
 
getCertPath() - Method in class com.tccc.kos.commons.kab.keys.KabKeySet
 
getCertPath() - Method in interface com.tccc.kos.commons.util.keys.KeySet
Return the cert path
getCertPath() - Method in class com.tccc.kos.commons.util.keys.SimpleKeySet
 
getChain(String) - Method in class com.tccc.kos.core.primary.service.nodemgr.install.ManifestChainResolver
Get the chain with the specified manifestId.
getChainedManifest() - Method in class com.tccc.kos.core.manifest.ResolvedDeviceManifest.ManifestInfo
 
getChains() - Method in class com.tccc.kos.core.primary.service.nodemgr.install.ManifestChainResolver
Return the list of available chains.
getChanges() - Method in class com.tccc.kos.commons.core.service.config.BeanChanges
Return the changed bean properties by attribute name.
getChanges(String, String) - Method in class com.tccc.kos.commons.core.service.config.ConfigChanges
Return the change data for the specified handle path / name if there is any.
getCheckForUpdateRetryCount() - Method in interface com.tccc.kos.core.service.firmware.FirmwareUpdater
Get the retry count for checkForUpdate() calls.
getCheckForUpdateRetryDelayMs() - Method in interface com.tccc.kos.core.service.firmware.FirmwareUpdater
Get the delay between retries of checkForUpdate() .
getChildReason() - Method in class com.tccc.kos.commons.util.concurrent.future.SequencedFuture
Returns the reason code from the first failed or aborted child.
getChildren() - Method in class com.tccc.kos.commons.kab.KabEntry
 
getClassesDir() - Method in class com.tccc.kos.commons.util.json.fragments.AppInfoFragment
 
getClassName(Class<?>) - Static method in class com.tccc.kos.commons.util.misc.StringUtil
Returns the simple class name, but includes enclosing class if nested.
getClassName(String) - Static method in class com.tccc.kos.commons.util.misc.StringUtil
Same as above, except the class name is passed in.
getClazz() - Method in class com.tccc.kos.core.service.browser.chrome.cmds.ChromeCmd
 
getClient() - Method in class com.tccc.commons.httpclient.JsonTemplate
Returns the HTTP client.
getClientAddress() - Method in interface com.tccc.kos.commons.core.dispatcher.HttpRequest
Returns the IP address of the client.
getClientData() - Method in class com.tccc.kos.commons.core.service.trouble.Trouble
 
getClientData() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
Returns a client data wrapper object.
getClientId() - Method in class com.tccc.kos.commons.util.net.WebsocketAddr
Returns the client's identifier.
getClientId(String) - Static method in class com.tccc.kos.commons.util.net.WebsocketAddr
Returns the clientId of an address.
getClientInputBufSize() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIface
Return the client input buffer size.
getClientOutputBufSize() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIface
Return the client output buffer size.
getCloseCallback() - Method in class com.tccc.kos.commons.core.service.blink.BlinkConn
 
getColor() - Method in class com.tccc.kos.commons.core.service.trouble.TroubleInfo
 
getConfig() - Method in class com.tccc.kos.commons.core.service.AbstractConfigurableService
Retrieves the configuration bean.
getConfig() - Method in class com.tccc.kos.commons.core.service.config.AbstractConfigurable
Retrieves the configuration bean.
getConfig() - Method in interface com.tccc.kos.commons.core.service.config.ConfigAware
Gets the current config bean so that it can be updated.
getConfig() - Method in class com.tccc.kos.commons.util.Backoff
 
getConfig() - Method in class com.tccc.kos.commons.util.concurrent.BackoffCallback
Return the BackoffConfig associated with this callback.
getConfig() - Method in class com.tccc.kos.core.service.app.Application
Retrieves the configuration bean.
getConfig() - Method in class com.tccc.kos.core.service.device.Device
 
getConfigValue(String, String, ConfigValue) - Method in interface com.tccc.kos.commons.core.service.config.ConfigSource
Populate the specified value bean with the effective value of the specified attribute from this source.
getConfigValue(String, String, ConfigValue) - Method in class com.tccc.kos.commons.core.service.config.DefaultConfigSource
 
getConfigValueForScopedPath(String, String) - Method in class com.tccc.kos.commons.core.service.config.ConfigService
Return the config value of an attribute from the scope implied by the path.
getConn() - Method in class com.tccc.kos.commons.web.websocket.router.msg.InboundMessage
 
getConnection() - Method in class com.tccc.kos.commons.web.client.WebsocketClient
Return the active connection if there is one.
getConnId() - Method in class com.tccc.kos.commons.web.websocket.router.RouterConn
 
getCoreAssembly() - Method in class com.tccc.kos.core.service.assembly.AssemblyService
 
getCoreDir() - Method in class com.tccc.kos.core.service.app.Application
Returns the base directory of the application's core storage area.
getCoreFile(String) - Method in class com.tccc.kos.core.service.app.Application
Adds the specified path to the base application core directory and returns it as a File.
getCoreIface() - Method in class com.tccc.kos.commons.core.client.binarymsg.BinaryMsgClient
 
getCorruptKabs() - Method in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
Return the list of kab id's referenced by the manifest but are not valid due to potential file corruption.
getCount() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsRangeCount
 
getCount() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemRangeCount.Params
 
getCount() - Method in class com.tccc.kos.commons.core.service.trouble.Trouble
TroubleService doesn't allow duplicate troubles to be added (based on object equality).
getCount() - Method in class com.tccc.kos.commons.util.Backoff
Return the value of the internal count.
getCountry() - Method in class com.tccc.kos.core.service.region.BaseRegion
Returns the ISO 3166 country code for the region.
getCreateDate() - Method in class com.tccc.kos.commons.kab.KabFile
Return the create date.
getCreateTime() - Method in class com.tccc.kos.commons.core.service.trouble.Trouble
 
getCreateTime() - Method in class com.tccc.kos.commons.kab.KabFile
 
getCreateTime() - Method in class com.tccc.kos.core.primary.service.nodemgr.install.ManifestChainResolver.ManifestChain
Return the time the first manifest in the chain was created.
getCreateTime() - Method in class com.tccc.kos.core.primary.service.nodemgr.install.ManifestChainResolver.ManifestInfo
 
getCreateTime() - Method in class com.tccc.kos.core.primary.service.update.UpdateInfo
Return the create time of the first manifest in the chain.
getCriticalData() - Method in interface com.tccc.kos.core.service.criticaldata.CriticalDataSource
Return any available critical data.
getCriticalData(String, Class<T>) - Method in class com.tccc.kos.core.service.criticaldata.CriticalDataService
Return the named critical data as an instance of the specified class.
getCriticalDataReady() - Method in class com.tccc.kos.core.service.criticaldata.CriticalDataService
Return the ReadyIndicator that can be used to detect if critical data is already ready, or can generate a callback when critical data is ready for use.
getCriticalDataReady() - Method in interface com.tccc.kos.core.service.criticaldata.CriticalDataSource
Return the ReadyIndicator for the source.
getCtx() - Static method in class com.tccc.kos.core.app.KosCore
Returns the context for kOS.
getCtx() - Method in class com.tccc.kos.core.service.app.Application
Returns this applicaton's bean context.
getCtx() - Method in class com.tccc.kos.core.service.assembly.Assembly
Returns the context for this assembly.
getCurrentSchema() - Method in interface com.tccc.kos.commons.db.DatabaseMigrator
Returns the current schema version.
getCurrentSize() - Method in class com.tccc.kos.core.primary.service.ota.OTADownloadRequest
Return the current number of bytes that have been downloaded so far.
getCurrentTags() - Method in class com.tccc.kos.core.service.udev.UdevDevice
 
getCurrentValue() - Method in class com.tccc.kos.commons.core.service.config.ValPair
Retrieves the current value.
getData() - Method in class com.tccc.commons.httpclient.JsonResp
Returns the payload message object.
getData() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
Returns the optional data associated with the work.
getData() - Method in class com.tccc.kos.commons.util.dispatcher.ResponseEnvelope
Retrieves the response's data object.
getData() - Method in class com.tccc.kos.commons.util.json.JsonViewWrapper
 
getData() - Method in class com.tccc.kos.core.service.analytics.AnalyticsEvent
 
getData() - Method in class com.tccc.kos.core.service.analytics.AnalyticsExportBean
 
getData() - Method in class com.tccc.kos.core.service.analytics.AnalyticsRecord
 
getDataDir() - Method in class com.tccc.kos.core.service.app.Application
Returns the base directory of the application's local storage area.
getDataFile(String) - Method in class com.tccc.kos.core.service.app.Application
Adds the specified path to the base application data directory and returns it as a File.
getDataSource() - Method in class com.tccc.kos.commons.db.BaseDatabaseMigrator
 
getDataSource(DatabaseMigrator, String, File) - Method in class com.tccc.kos.commons.db.DatabaseFactory
Creates a DataSource for the specified database file in the specified directory.
getDateFormatId() - Method in class com.tccc.kos.core.service.region.BaseRegion
Returns the ID of the default date format used by UI code.
getDateFormatId() - Method in class com.tccc.kos.core.service.region.RegionSettings
 
getDayRelativeTime(Calendar) - Static method in class com.tccc.kos.commons.util.DayRelativeTime
Given a Calendar , return the corresponding day relative time as seconds from midnight.
getDayRelativeTime(Date) - Static method in class com.tccc.kos.commons.util.DayRelativeTime
Given a Date , return the corresponding day relative time as seconds from midnight.
getDecimals() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsKeypad
 
getDecimals() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsRangeCount
 
getDecimals() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsRangeInterval
 
getDecimals() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemKeypad.Params
 
getDecimals() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemRangeCount.Params
 
getDecimals() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemRangeInterval.Params
 
getDecimals() - Method in class com.tccc.kos.commons.util.units.Unit
 
getDefaultDir() - Method in class com.tccc.kos.commons.db.DatabaseFactory
Return the default directory.
getDefaultHost() - Method in class com.tccc.kos.core.service.browser.Browser
Return the default hostname to use for urls that don't specify a hostname.
getDefaultLocale() - Method in class com.tccc.kos.commons.core.localization.LocalizationBuilder
 
getDefaultLocale() - Method in class com.tccc.kos.commons.util.json.fragments.LocalizationFragment.Localization
Return the default locale for all the translations in the kab following IETF BCP 47 standards using ISO 639 alpha2 language codes and optional ISO 3166 alpha2 country codes.
getDefaultPort() - Method in class com.tccc.kos.core.service.browser.Browser
Return the default port to use for urls that don't specify a hostname/port.
getDefaultsForScopedPath(String) - Method in class com.tccc.kos.commons.core.service.config.ConfigService
Return the default values for the specified scoped path.
getDefaultTimeout() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIface
 
getDefaultTimeout() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgSession
Return the currently configured default timeout for receive operations.
getDefaultUnit(String) - Method in class com.tccc.kos.commons.util.units.UnitSystem
Returns the default unit for the specified measure.
getDelay() - Method in class com.tccc.kos.commons.util.Backoff
Return the delay for the internal count.
getDelay() - Method in class com.tccc.kos.commons.util.concurrent.AdjustableCallback
Returns the timer's configured delay.
getDelay() - Method in class com.tccc.kos.commons.util.concurrent.TriggeredCallback
Returns the timer's delay.
getDelay(int) - Method in class com.tccc.kos.commons.util.Backoff
Return the delay for the specified count.
getDelay(BackoffConfig, int) - Static method in class com.tccc.kos.commons.util.Backoff
Return the delay for the specified config and count.
getDeletes() - Method in class com.tccc.kos.commons.core.service.config.ConfigUpdate
 
getDescriptor() - Method in class com.tccc.kos.commons.kab.KabFile
Return the optional descriptor from the kab.
getDescriptor() - Method in interface com.tccc.kos.commons.util.json.JsonDescriptorAware
Return the associated JsonDescriptor.
getDescriptor() - Method in class com.tccc.kos.core.service.app.Application
Returns the descriptor from this application's KAB file (descriptor.json).
getDescriptor() - Method in class com.tccc.kos.core.service.assembly.Assembly
 
getDescriptor() - Method in class com.tccc.kos.core.service.device.Device
 
getDescriptorInputStream() - Method in class com.tccc.kos.commons.kab.KabFile
Return the optional descriptor file as an input stream
getDetails() - Method in class com.tccc.kos.commons.core.localization.LocalizationContext
 
getDetails() - Method in class com.tccc.kos.commons.core.vfs.KabVFSSource
 
getDetails() - Method in interface com.tccc.kos.commons.core.vfs.VFSSource
Return details for the json view.
getDetails() - Method in class com.tccc.kos.commons.util.json.fragments.SoftwareInfoFragment
 
getDetails() - Method in class com.tccc.kos.core.primary.service.update.UpdateInfo.Note
 
getDevice() - Method in class com.tccc.kos.core.service.device.DeviceService
 
getDevice() - Method in class com.tccc.kos.core.service.firmware.UpdateTask
Return the associated FirmwareUpdatableDevice associated with this task.
getDeviceById(String) - Method in class com.tccc.kos.core.service.udev.storage.StorageService
Return the storage device with the specified id.
getDeviceId() - Method in class com.tccc.kos.core.primary.service.update.UpdateInfo
The id of the storage device that contains the update.
getDeviceIndex() - Method in class com.tccc.kos.core.service.udev.serial.SerialDevice
Return the device index of the serial device.
getDeviceInfo() - Method in interface com.tccc.kos.commons.manifest.DeviceManifest
Return the device information.
getDeviceInfo() - Method in class com.tccc.kos.core.service.manifest.ManifestService
Return information about the device as declared in the manifest.
getDeviceManifest() - Method in class com.tccc.kos.core.manifest.ResolvedDeviceManifest
 
getDeviceManifest() - Method in class com.tccc.kos.core.service.manifest.ManifestService
Return the currently active ResolvedDeviceManifest for this device.
getDevicePath() - Method in class com.tccc.kos.core.service.udev.serial.SerialDevice
Return the device path of the serial device.
getDevices() - Method in class com.tccc.kos.core.service.udev.storage.StorageService
Return the list of available storage devices.
getDeviceType() - Method in class com.tccc.kos.commons.manifest.BaseDeviceManifest
 
getDeviceType() - Method in class com.tccc.kos.commons.manifest.chained.ChainedManifestBuilder
 
getDeviceType() - Method in interface com.tccc.kos.commons.manifest.DeviceManifest
Return the device type of the manifest.
getDeviceType() - Method in class com.tccc.kos.commons.manifest.install.InstallManifest
 
getDeviceType() - Static method in class com.tccc.kos.core.app.KosCore
Returns the device type of the overall device the node is part of.
getDevLinks() - Method in class com.tccc.kos.core.service.udev.UdevDevice
 
getDevname() - Method in class com.tccc.kos.core.service.udev.serial.SerialDevice
Return the device name of the device.
getDevname() - Method in class com.tccc.kos.core.service.udev.UdevDevice
 
getDisplayAuthority() - Method in interface com.tccc.kos.commons.util.keys.KeySet
Return the display authority of the keySet
getDnslist() - Method in class com.tccc.kos.core.service.network.beans.Ip4Settings
 
getDouble(String) - Static method in class com.tccc.kos.commons.util.convert.Convert
Returns the value of the string as a double.
getDouble(String) - Method in class com.tccc.kos.commons.util.json.JsonDescriptor
Return the double value of the specified node.
getDouble(String, double) - Static method in class com.tccc.kos.commons.util.convert.Convert
Returns the value of the specified string as a double.
getDouble(String, double) - Method in class com.tccc.kos.commons.util.json.JsonDescriptor
Return the long value of the specified node and return the default value if not found or null.
getDouble(String, double, boolean) - Static method in class com.tccc.kos.commons.util.convert.Convert
Returns the value of the specified string as a double.
getDouble(Element, String, double, boolean) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML attribute or child tag as a double, returning the default value if the attribute is not found or doesn't parse correctly.
getDoubleAttr(Element, String, double, boolean) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML attribute as a double, returning the default value if the attribute is not found or doesn't parse correctly.
getDoubleAttr(Element, String, double, boolean, Namespace) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML attribute as a double, returning the default value if the attribute is not found or doesn't parse correctly.
getDoubleTag(Element, String, double, boolean) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML tag as a double, returning the default value if the tag is not found or doesn't parse correctly.
getDoubleTag(Element, String, double, boolean, Namespace) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML tag as a double, returning the default value if the tag is not found or doesn't parse correctly.
getDownloadArtifact(String) - Method in class com.tccc.kos.core.primary.service.ota.OTAService
Return the OTAArtifact associated with the specified kab id.
getDownloadArtifacts() - Method in class com.tccc.kos.core.primary.service.ota.OTAService
Return the collection of OTAArtifact s that are currently active.
getDownloaderName() - Method in interface com.tccc.kos.core.primary.service.ota.OTADownloader
Return the name of the downloader.
getDownloaderName() - Method in class com.tccc.kos.core.primary.service.ota.OTADownloadRequest
Return the name of the associated downloader
getDstAddr() - Method in class com.tccc.kos.commons.web.websocket.router.msg.RoutedMessage
Returns the destination address of the message (only used when routing).
This is the header named "dst-addr".
getDuplex() - Method in class com.tccc.kos.core.service.network.beans.EthernetDetails
 
getElement(Element, String, boolean) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified element.
getElement(Element, String, boolean, Namespace) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified element.
getElements(Element, String, boolean) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets a list of elements that match the key.
getElements(Element, String, boolean, Namespace) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets a list of elements that match the key.
getEnd() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsRangeCount
 
getEnd() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsRangeInterval
 
getEnd() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemRangeCount.Params
 
getEnd() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemRangeInterval.Params
 
getEndpoint() - Method in class com.tccc.kos.commons.web.client.WebsocketClient
 
getEndState() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
Returns the current state of the work.
getEndTimeMono() - Method in class com.tccc.kos.core.service.spawn.Lifecycle
 
getEngine() - Method in class com.tccc.kos.commons.web.websocket.router.WebsocketRouter
 
getEntries() - Method in class com.tccc.kos.commons.kab.KabFile
Returns a collection of entries contained in the archive
getEntries() - Method in class com.tccc.kos.commons.util.json.fragments.FirmwareFragment
 
getEntries(String) - Method in class com.tccc.kos.commons.kab.KabFile
Returns a list of entries contained in the archive with the specified base path.
getEntry(String) - Method in class com.tccc.kos.commons.kab.KabFile
Returns the named directory entry.
getEnvelope() - Method in class com.tccc.commons.httpclient.JsonResp
Returns the response envelope.
getError() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsg
Return the error code associated with the message.
getError() - Method in exception com.tccc.kos.commons.core.service.blink.binarymsg.ErrorBinaryMsgException
Returns the error code from the message.
getError() - Method in class com.tccc.kos.commons.util.dispatcher.ResponseEnvelope
Retrieves the error message.
getError() - Method in class com.tccc.kos.core.primary.service.ota.OTAArtifact
Return the error for the artifact if it is invalid.
getErrorCount() - Method in class com.tccc.kos.core.primary.service.ota.OTADownloadRequest
Return how many times the download has failed.
getErrorMsg() - Method in class com.tccc.commons.httpclient.JsonResp
Returns the error string of the envelope.
getErrors() - Method in class com.tccc.kos.commons.core.service.config.BeanChanges
Return any errors captured while setting bean attributes.
getEstimatedEndTimeMono() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
Returns the estimated end time in mono time.
getEstimatedTimeMs() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
Returns the estimated time of the operation in milliseconds.
getEstimatedTimeMs() - Method in class com.tccc.kos.commons.util.concurrent.future.ParallelFuture
When running in parallel, the estimated completion time is equal to the longest child task.
getEstimatedTimeMs() - Method in class com.tccc.kos.commons.util.concurrent.future.SequencedFuture
When running in sequence, the estimated completion time is equal to the sum of all child tasks.
getEstimatedTimeMs() - Method in class com.tccc.kos.core.service.firmware.UpdateTask
Return the estimated time for the update to be performed.
getEthernet() - Method in class com.tccc.kos.core.service.network.beans.NetworkInterfaceDetails
Return the ethernet details if the interface is an ethernet interface.
getException() - Method in class com.tccc.commons.httpclient.JsonResp
Returns the exception.
getExclusivityKey() - Method in class com.tccc.kos.core.service.firmware.UpdateTask
Return the exclusivity key for this task.
getExtensionNames() - Method in class com.tccc.kos.core.service.ext.ExtensionService
Return a list of extensions that are installed.
getExternal() - Method in class com.tccc.kos.core.service.network.beans.NetworkInterfaceAssociations
 
getFactoryRegion() - Method in class com.tccc.kos.core.service.region.RegionService
Returns the built-in "factory" region.
getFallbackLocales() - Method in class com.tccc.kos.commons.util.json.fragments.LocalizationFragment.Namespace
Return the collection of fallback locales for a specified locale.
getFallbacks() - Method in class com.tccc.kos.commons.core.localization.LocalizationBuilder.LocaleBuilder
 
getFile() - Method in class com.tccc.kos.commons.core.localization.LocalizationBuilder.LocaleBuilder
 
getFile() - Method in class com.tccc.kos.commons.kab.KabFile
 
getFile(String) - Method in class com.tccc.kos.core.service.fuse.FuseMount
Return a file relative to the mount directory of the kab on the target node.
getFileNotFoundCount() - Method in class com.tccc.kos.core.primary.service.ota.OTADownloadRequest
Return the number of times the file was requested but not found.
getFilePath() - Method in class com.tccc.kos.commons.util.json.fragments.FirmwareFragment.FirmwareEntry
 
getFirmware() - Method in class com.tccc.kos.core.service.firmware.UpdateTask
Return the associated FirmwareInfo if there is one.
getFirmwareDeviceId() - Method in interface com.tccc.kos.core.service.firmware.FirmwareUpdatableDevice
Return a unique id for this device.
getFirmwareDeviceId() - Method in class com.tccc.kos.core.service.firmware.FirmwareUpdatableLink
 
getFirmwareLink() - Method in class com.tccc.kos.core.service.hardware.UpdatableBoard
Return the BoardIfaceLink to use for firmware update.
getFirmwareType() - Method in class com.tccc.kos.commons.util.json.fragments.FirmwareFragment.FirmwareEntry
 
getFirmwareType() - Method in class com.tccc.kos.core.service.firmware.FirmwareInfo
Return the firmware type.
getFirmwareVersion() - Method in class com.tccc.kos.core.service.firmware.FirmwareUpdatableLink
Return a string that represents the current firmware version.
getFirmwareVersion() - Method in class com.tccc.kos.core.service.firmware.UpdateTask
Return display string for the firmware version this task is trying to install.
getFirmwareVersions() - Method in class com.tccc.kos.core.service.hardware.HardwareLink
Return firmware information about the hardware.
getFirst(Object) - Method in class com.tccc.kos.commons.util.MultiValueMap
Returns the first value of the specified key.
getFirstMissingKab() - Method in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
Get the first kabId from the missing list.
getFirstTrouble(TroubleMatcher) - Method in class com.tccc.kos.commons.core.service.trouble.TroubleService
Returns the first trouble that matches the matcher.
getFlags() - Method in class com.tccc.kos.commons.kab.KabEntry
 
getFloat(String, float, boolean) - Static method in class com.tccc.kos.commons.util.convert.Convert
Returns the value of the specified string as a float.
getFormat() - Method in class com.tccc.kos.commons.util.format.date.DateFormat
Returns the format string for this date format.
getFormat() - Method in class com.tccc.kos.commons.util.format.time.TimeFormat
Returns the format string for this time format.
getFragment() - Method in class com.tccc.kos.commons.util.net.UriBuilder
 
getFreeBytes() - Method in class com.tccc.kos.core.service.udev.storage.StorageInfo
 
getFrequency() - Method in class com.tccc.kos.core.service.network.beans.WifiDetails
 
getFullPath(String) - Method in class com.tccc.kos.commons.core.vfs.PathRewritingVFSSource
Retrieves the full path.
getFullPath(String) - Method in interface com.tccc.kos.commons.core.vfs.VFSSource
Returns the full path of a source relative path.
getFutureEvent() - Method in enum class com.tccc.kos.commons.util.concurrent.future.FutureState
 
getGateway() - Method in class com.tccc.kos.core.service.network.beans.Ip4Settings
 
getGlobalDefaultSource() - Method in class com.tccc.kos.core.service.config.server.ConfigServer
Return the DefaultConfigSource for the global scope.
getGroup() - Method in class com.tccc.kos.commons.core.service.trouble.Trouble
 
getGroup() - Method in class com.tccc.kos.commons.kab.KabEntry
 
getGroup() - Method in class com.tccc.kos.commons.util.json.fragments.SoftwareInfoFragment
 
getGroup() - Method in class com.tccc.kos.core.service.spawn.SpawnProcess
Return the group that the program should be run as.
getHandle() - Method in class com.tccc.kos.commons.core.service.AbstractService
 
getHandle() - Method in class com.tccc.kos.commons.core.service.config.AbstractConfigurable
 
getHandle() - Method in interface com.tccc.kos.commons.core.service.handle.HandleAware
Returns the handle for this bean.
getHandle() - Method in class com.tccc.kos.commons.core.service.state.StateBean
 
getHandle() - Method in class com.tccc.kos.core.service.app.Application
 
getHandle() - Method in class com.tccc.kos.core.service.assembly.Assembly
 
getHandle() - Method in class com.tccc.kos.core.service.device.Device
 
getHandle() - Method in class com.tccc.kos.core.service.hardware.Board
 
getHandlePrefix() - Method in class com.tccc.kos.commons.core.service.AbstractService
 
getHandlePrefix() - Method in interface com.tccc.kos.commons.core.service.handle.ContextHandleAware
Returns the prefix for the object to be used when the handle is allocated by the context.
getHandlePrefix() - Method in class com.tccc.kos.core.service.app.Application
 
getHandlePrefix() - Method in class com.tccc.kos.core.service.device.serialnum.config.ConfigSerialNumberProvider
 
getHandles() - Method in class com.tccc.kos.commons.core.service.handle.HandleService
Returns the list of handles in the cache.
getHardwareService() - Method in class com.tccc.kos.core.service.firmware.FirmwareService
 
getHash() - Method in class com.tccc.kos.commons.kab.KabFile
Compute the sha-256 hash of the kab.
getHash() - Method in class com.tccc.kos.commons.manifest.BaseManifestArtifact
 
getHash() - Method in interface com.tccc.kos.commons.manifest.ManifestArtifact
Return the full hash of the kab.
getHeader(String) - Method in interface com.tccc.kos.commons.core.dispatcher.HttpRequest
Returns the first value for the given header.
getHeader(String) - Method in class com.tccc.kos.commons.web.api.ApiRequest
Returns the header with the specified name.
getHeader(String) - Method in class com.tccc.kos.commons.web.websocket.router.msg.RoutedMessage
Returns the header with the specified name.
getHeaderNames() - Method in interface com.tccc.kos.commons.core.dispatcher.HttpRequest
Returns a list of header names.
getHeaders() - Method in class com.tccc.kos.commons.web.api.ApiRequest
Returns the map of all the headers.
getHeaders() - Method in class com.tccc.kos.commons.web.client.WebsocketEndpoint
Retrieves this endpoint's headers.
getHeaders() - Method in class com.tccc.kos.commons.web.websocket.router.msg.RoutedMessage
Returns the map of all headers.
getHeaders(String) - Method in interface com.tccc.kos.commons.core.dispatcher.HttpRequest
Returns a list of values for the specified header.
getHost() - Method in class com.tccc.kos.commons.util.net.UriBuilder
 
getHostname() - Method in class com.tccc.kos.commons.util.NodeId
Return a hostname representation of the nodeId.
getHostname() - Method in class com.tccc.kos.core.service.network.beans.PingRequest
Return the hostname the ping should target.
getHwaddress() - Method in class com.tccc.kos.core.service.network.beans.NetworkInterfaceDetails
Return the hardware address of the interface.
getId() - Method in class com.tccc.kos.commons.core.service.trouble.Trouble
 
getId() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
Returns the unique ID of the work.
getId() - Method in class com.tccc.kos.commons.util.format.date.DateFormat
Returns the ID of the format, which is used to identify and select the format.
getId() - Method in class com.tccc.kos.commons.util.format.time.TimeFormat
Returns the ID of the format.
getId() - Method in class com.tccc.kos.commons.util.NodeId
Return the id which is the composition of the nodeType and nodeName.
getId() - Method in class com.tccc.kos.commons.util.units.UnitSystem
 
getId() - Method in interface com.tccc.kos.commons.web.websocket.WebsocketConnection
Return the connection id.
getId() - Method in class com.tccc.kos.core.primary.service.nodemgr.install.ManifestChainResolver.ManifestInfo
 
getId() - Method in class com.tccc.kos.core.service.browser.Browser
 
getId() - Method in class com.tccc.kos.core.service.browser.chrome.cmds.ChromeCmd
 
getId() - Method in class com.tccc.kos.core.service.region.BaseRegion
Returns the unique ID for this region.
getId() - Method in class com.tccc.kos.core.service.udev.serial.SerialDevice
Return the id of the device.
getId() - Method in class com.tccc.kos.core.service.udev.storage.StorageDevice
Return the id of the device.
getId() - Method in class com.tccc.kos.core.service.udev.UdevDevice
 
getIdentifier() - Method in class com.tccc.kos.commons.kab.KabFile
Return the unique identifier of the KAB.
getIdentifier() - Method in class com.tccc.kos.commons.manifest.BaseManifestArtifact
 
getIdentifier() - Method in interface com.tccc.kos.commons.manifest.ManifestArtifact
Return the identifier of the kab.
getIdentifier() - Method in class com.tccc.kos.core.manifest.ResolvedManifestArtifact
Return the identifier of the artifact which is the kab identifier.
getIdentity() - Method in class com.tccc.kos.core.service.hardware.BoardIfaceLink
 
getIdentity() - Method in class com.tccc.kos.core.service.hardware.HardwareLink
Returns the unique identifier of this board.
getIdentity(Class<T>) - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgSession
Convert identity data to the specified type.
getIface(String, BinaryMsgSession) - Method in interface com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIfaceFactory
Given the name of an interface from a BinaryMsgSession, return an instance of BinaryMsgIface or null.
getIface(String, BinaryMsgSession) - Method in class com.tccc.kos.core.service.fuse.FuseService
 
getIface(String, BinaryMsgSession) - Method in class com.tccc.kos.core.service.network.NetworkService
 
getIface(String, BinaryMsgSession) - Method in class com.tccc.kos.core.service.spawn.SpawnService
 
getIfaceNum() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsg
Return the interface number for the message.
getIfaces() - Method in class com.tccc.kos.commons.core.service.trouble.Trouble
 
getImpacted() - Method in class com.tccc.kos.commons.core.service.trouble.Trouble
 
getInBufSize() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIdentity
 
getIndex() - Method in class com.tccc.kos.commons.util.concurrent.future.SequencedFuture
Gets the index of the currently running future.
getInfo() - Method in class com.tccc.kos.commons.core.service.trouble.Trouble
 
getInfoFactory() - Method in class com.tccc.kos.commons.core.service.trouble.TroubleService
Returns the TroubleInfoFactory .
getInitialManifestId() - Method in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
 
getInnerStream() - Method in class com.tccc.kos.commons.util.ByteOrderInputStream
Return the inner input stream.
getInnerStream() - Method in class com.tccc.kos.commons.util.ByteOrderOutputStream
Return the inner output stream.
getInputStream() - Method in interface com.tccc.kos.commons.core.dispatcher.HttpRequest
Returns the input stream for the body of the request.
getInputStream() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsg
Get the payload input stream.
getInputStream() - Method in class com.tccc.kos.commons.kab.KabEntry
Return an input stream for the entry.
getInputStream() - Method in class com.tccc.kos.core.service.firmware.FirmwareInfo
Return an input stream for the firmware file.
getInputStream(KabEntry) - Method in class com.tccc.kos.commons.kab.KabFile
Return an InputStream for the specified kab entry.
getInputStream(String) - Method in class com.tccc.kos.commons.core.localization.LocalizationContext
 
getInputStream(String) - Method in class com.tccc.kos.commons.core.vfs.FilesystemVFSSource
Retrieves the input stream for the given path.
getInputStream(String) - Method in class com.tccc.kos.commons.core.vfs.KabVFSSource
Retrieves the input stream for the given path.
getInputStream(String) - Method in class com.tccc.kos.commons.core.vfs.PathRewritingVFSSource
Retrieves the input stream for the given path.
getInputStream(String) - Method in class com.tccc.kos.commons.core.vfs.ProxyVFSSource
Retrieves the input stream for the given path.
getInputStream(String) - Method in class com.tccc.kos.commons.core.vfs.StackedVFSSource
Retrieves the input stream for the given path.
getInputStream(String) - Method in class com.tccc.kos.commons.core.vfs.VFS
 
getInputStream(String) - Method in interface com.tccc.kos.commons.core.vfs.VFSSource
Returns an input stream for the specified path.
getInputStream(String) - Method in class com.tccc.kos.commons.kab.KabFile
Return an InputStream for the specified file within the archive.
getInstallArtifacts() - Method in class com.tccc.kos.commons.manifest.install.InstallManifest
 
getInstallBuilder() - Method in class com.tccc.kos.core.primary.service.nodemgr.NodeMgrService
Return an instance of InstallBuilder which can be used to build an update that can be installed onto the device.
getInstallDetails() - Method in class com.tccc.kos.commons.manifest.install.InstallManifest
Return detail properties which can be displayed to the user to indicate which is being installed with this manifest.
getInstallLayers() - Method in class com.tccc.kos.commons.manifest.install.InstallManifest
 
getInstallSummary() - Method in class com.tccc.kos.commons.manifest.install.InstallManifest
Return the summary property which should contain information that indicates what is being installed with this manifest.
getInstanceId() - Method in interface com.tccc.kos.core.service.hardware.BoardIdentifier
Returns the instanceId of the board.
getInstanceId() - Method in class com.tccc.kos.core.service.hardware.BoardIfaceLink
 
getInstanceId() - Method in class com.tccc.kos.core.service.hardware.HardwareLink
 
getInt(String) - Static method in class com.tccc.kos.commons.util.convert.Convert
Returns the value of the string as an int.
getInt(String) - Method in class com.tccc.kos.commons.util.json.JsonDescriptor
Return the int value of the specified node.
getInt(String, int) - Static method in class com.tccc.kos.commons.util.convert.Convert
Returns the value of the specified string as an int.
getInt(String, int) - Method in class com.tccc.kos.commons.util.json.JsonDescriptor
Return the int value of the specified node and return the default value if not found or null.
getInt(String, int, boolean) - Static method in class com.tccc.kos.commons.util.convert.Convert
Returns the value of the specified string as an int.
getInt(Element, String, int, boolean) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML attribute or child tag as an int, returning the default value if the attribute is not found or doesn't parse correctly.
getIntAttr(Element, String, int, boolean) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML attribute as an int, returning the default value if the attribute is not found or doesn't parse correctly.
getIntAttr(Element, String, int, boolean, Namespace) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML attribute as an int, returning the default value if the attribute is not found or doesn't parse correctly.
getIntegration() - Method in class com.tccc.kos.core.service.network.beans.NetworkInterfaceAssociations
 
getInterface() - Method in class com.tccc.kos.core.service.network.beans.NetworkConnection
Return the interface name.
getInterfaceAssociations() - Method in class com.tccc.kos.core.service.network.NetworkService
Return interface names be category association for the current node.
getInterfaceAssociations(NodeId) - Method in class com.tccc.kos.core.service.network.NetworkService
Return interface names be category association.
getInterfaceCount() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgSession
Return the number of interfaces.
getInterfaceDetails(NodeId, String) - Method in class com.tccc.kos.core.service.network.NetworkService
Return the details for the specified network interface.
getInterfaceDetails(String) - Method in class com.tccc.kos.core.service.network.NetworkService
Return the details for the specified network interface on the current node.
getInterfaceName() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIface
Return the name of the interface.
getInterfaces() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIdentity
 
getInterfaces() - Method in class com.tccc.kos.core.service.network.NetworkService
Return the list of available network interfaces on the current node.
getInterfaces(NodeId) - Method in class com.tccc.kos.core.service.network.NetworkService
Return the list of available network interfaces.
getInternal() - Method in class com.tccc.kos.core.service.network.beans.NetworkInterfaceAssociations
 
getInterval() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsRangeInterval
 
getInterval() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemRangeInterval.Params
 
getIntTag(Element, String, int, boolean) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML tag as an int, returning the default value if the tag is not found or doesn't parse correctly.
getIntTag(Element, String, int, boolean, Namespace) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML tag as an int, returning the default value if the tag is not found or doesn't parse correctly.
getInvalidKabs() - Method in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
Return the list of kab id's referenced by the manifest but are not valid due to some validation error.
getIp4() - Method in class com.tccc.kos.core.service.network.beans.NetworkConnection
 
getIp4settings() - Method in class com.tccc.kos.core.service.network.beans.NetworkInterfaceDetails
Return the IPv4 settings if the interface has an IPv4 address.
getIpVersion() - Method in class com.tccc.kos.core.service.network.beans.PingRequest
Return the ip version to use for the ping operation: 0 : Automatically ping the ip version 4 : Use ip4 6 : Use ip6
getJdbi() - Method in class com.tccc.kos.commons.db.BaseDatabaseMigrator
 
getJdbi(DatabaseMigrator, String, File) - Method in class com.tccc.kos.commons.db.DatabaseFactory
Wrapper for getDataSource that returns Jdbi instance instead.
getJsonBody() - Method in class com.tccc.kos.commons.core.broker.MessageData
 
getJsonBody() - Method in interface com.tccc.kos.commons.core.dispatcher.HttpRequest
Returns the input for the body of the request in pre-parsed form.
getKab() - Method in class com.tccc.kos.commons.core.localization.LocalizationBuilder.LocaleBuilder
 
getKab() - Method in class com.tccc.kos.commons.kab.keys.KabKeySet
 
getKab() - Method in class com.tccc.kos.core.manifest.ResolvedDeviceManifest.ManifestInfo
 
getKab() - Method in class com.tccc.kos.core.manifest.ResolvedManifestArtifact
Returns the resolved KAB for this artifact or null if not found.
getKab() - Method in class com.tccc.kos.core.service.app.Application
Returns the KabFile for the application KAB.
getKab() - Method in class com.tccc.kos.core.service.app.AppLoader
Return the kab the application was loaded from.
getKab() - Method in class com.tccc.kos.core.service.firmware.FirmwareInfo
Return the associated kab file.
getKabByIdentifier(String) - Method in interface com.tccc.kos.commons.kab.util.KabSource
Return the kab file with the specified identifier.
getKabByIdentifier(String) - Method in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
 
getKabByIdentifier(String) - Method in class com.tccc.kos.core.util.DirectoryKabSource
 
getKabByType(String) - Method in class com.tccc.kos.core.manifest.ResolvedManifestSection
Return the first kab in the list with the specified type.
getKabFile() - Method in class com.tccc.kos.commons.kab.KabEntry
 
getKabFile() - Method in class com.tccc.kos.core.service.fuse.FuseMount
Return the kabFile if the mount is for a local kab.
getKabId() - Method in class com.tccc.kos.core.primary.service.ota.OTAArtifact
Return the id of the kab to download.
getKabId() - Method in class com.tccc.kos.core.primary.service.ota.OTADownloadRequest
Return the id of the kab to download.
getKabIdentifier() - Method in class com.tccc.kos.core.service.fuse.FuseMount
Return the kab file identifier associated with this mount.
getKabs() - Method in class com.tccc.kos.core.manifest.ResolvedManifestSection
Return the kabs in the section.
getKabs() - Method in class com.tccc.kos.core.util.DirectoryKabSource
Return the kabs in the source.
getKey(String) - Method in class com.tccc.kos.commons.core.service.keyval.KeyValNameSpaceController
 
getKeymgmt() - Method in class com.tccc.kos.core.service.network.beans.WifiSettings.SecuritySettings
 
getKeySet() - Method in class com.tccc.kos.commons.kab.KabCopier
 
getKeySet() - Method in class com.tccc.kos.commons.kab.KabOutputStreamBuilder
 
getKeySet() - Method in class com.tccc.kos.commons.kab.ZipToKabCopier
 
getKeyVal() - Method in class com.tccc.kos.core.service.app.Application
Return the KeyValNameSpace associated with the application.
getKosVersion() - Method in interface com.tccc.kos.commons.manifest.NodeManifest
Return the kos version for this node.
getKosVersion() - Method in class com.tccc.kos.core.service.manifest.ManifestService
Return the kOS version.
getKosVersion() - Method in class com.tccc.kos.core.service.manifest.NodeSoftwareInfo
 
getLabel() - Method in class com.tccc.kos.core.service.udev.storage.StorageDevice
Return label of the partition.
getLast(Object) - Method in class com.tccc.kos.commons.util.MultiValueMap
Returns the last value of the specified key.
getLastErrorReason() - Method in class com.tccc.kos.core.primary.service.ota.OTADownloadRequest
Return the reason code for the last download error.
getLastSeenAgo() - Method in class com.tccc.kos.core.service.network.beans.WifiDetails
 
getLastUpdateTime() - Method in class com.tccc.kos.commons.core.service.config.ConfigValue
 
getLastUpdateTime() - Method in class com.tccc.kos.core.primary.service.ota.OTADownloadRequest
Return the last time this record was updated.
getLastUpdateTime(String, String) - Method in interface com.tccc.kos.commons.core.service.config.MutableConfigSource
Returns the last update time for the specified handle and name combination.
getLastUrl() - Method in class com.tccc.kos.core.service.browser.Browser
 
getLayers() - Method in interface com.tccc.kos.commons.manifest.NodeManifest
Return the list of layers for the node.
getLayers() - Method in class com.tccc.kos.core.manifest.ResolvedNodeManifest
 
getLen() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsg
Return the length of data included in the message.
getLen() - Method in class com.tccc.kos.commons.kab.KabEntry
 
getLevel() - Method in class com.tccc.kos.core.service.log.LogOverride
 
getLibDir() - Method in class com.tccc.kos.commons.util.json.fragments.AppInfoFragment
 
getLink() - Method in class com.tccc.kos.core.service.hardware.Board
Return the HardwareLink for the board or throw exception if not currently linked.
getLinkCount() - Method in class com.tccc.kos.core.service.hardware.Board
Return the number of times the board has been linked.
getLinked() - Method in class com.tccc.kos.commons.core.service.trouble.Trouble
 
getLinkType() - Method in class com.tccc.kos.core.service.hardware.HardwareLink
Return the link type.
getList() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsList
 
getListeners() - Method in class com.tccc.kos.commons.core.service.trouble.TroubleService
 
getListeners() - Method in class com.tccc.kos.core.service.udev.storage.StorageDevice
 
getLoader() - Method in class com.tccc.kos.core.service.app.Application
Return the loader that loaded the application.
getLocalBrowser() - Method in class com.tccc.kos.core.service.browser.BrowserService
Returns the default Browser running on the local node.
getLocale() - Method in class com.tccc.kos.commons.core.localization.LocalizationBuilder.LocaleBuilder
 
getLocales() - Method in class com.tccc.kos.commons.core.localization.LocalizationBuilder.NamespaceBuilder
Return the list of locales in the namespace.
getLocales() - Method in class com.tccc.kos.commons.core.localization.LocalizationContext
Return the list of available locales in the context
getLocales() - Method in class com.tccc.kos.commons.util.json.fragments.LocalizationFragment.Namespace
Return the collection of locales defined in this namespace.
getLocalization() - Method in class com.tccc.kos.commons.core.localization.LocalizationBuilder.NamespaceBuilder
Return the LocalizationBuilder this namespace is associated with.
getLocalization() - Method in class com.tccc.kos.commons.util.json.fragments.LocalizationFragment
 
getLocalization() - Method in class com.tccc.kos.core.service.app.Application
Return localization context for the app.
getLocalization() - Method in class com.tccc.kos.core.service.app.AppLoader
 
getLogFile() - Method in class com.tccc.kos.core.service.spawn.SpawnProcess
 
getLong(String) - Static method in class com.tccc.kos.commons.util.convert.Convert
Returns the value of the string as a long.
getLong(String) - Method in class com.tccc.kos.commons.util.json.JsonDescriptor
Return the long value of the specified node.
getLong(String, long) - Static method in class com.tccc.kos.commons.util.convert.Convert
Returns the value of the specified string as a long.
getLong(String, long) - Method in class com.tccc.kos.commons.util.json.JsonDescriptor
Return the long value of the specified node and return the default value if not found or null.
getLong(String, long, boolean) - Static method in class com.tccc.kos.commons.util.convert.Convert
Returns the value of the specified string as a long.
getLong(Element, String, long, boolean) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML attribute or child tag as a long, returning the default value if the attribute is not found or doesn't parse correctly.
getLongAttr(Element, String, long, boolean) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML attribute as a long, returning the default value if the attribute is not found or doesn't parse correctly.
getLongAttr(Element, String, long, boolean, Namespace) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML attribute as a long, returning the default value if the attribute is not found or doesn't parse correctly.
getLongTag(Element, String, long, boolean) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML tag as a long, returning the default value if the tag is not found or doesn't parse correctly.
getLongTag(Element, String, long, boolean, Namespace) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML tag as a long, returning the default value if the tag is not found or doesn't parse correctly.
getMajor() - Method in class com.tccc.kos.commons.util.dispatcher.ResponseVersion
 
getManifest() - Method in class com.tccc.kos.core.primary.service.nodemgr.install.ManifestChainResolver.ManifestInfo
 
getManifestArtifact(String) - Method in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
Return the BaseManfiestArtifact for the specified id.
getManifestChain() - Method in class com.tccc.kos.core.manifest.ResolvedDeviceManifest
 
getManifestChain() - Method in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
 
getManifestId() - Method in class com.tccc.kos.core.manifest.ResolvedDeviceManifest
 
getManifestId() - Method in class com.tccc.kos.core.primary.service.nodemgr.install.ManifestChainResolver.ManifestChain
Return the manifestId of the chain.
getManifestId() - Method in class com.tccc.kos.core.primary.service.update.UpdateInfo
The id of the first manifest in the chain.
getManifestId() - Method in class com.tccc.kos.core.service.manifest.ManifestService
Return the id of the active device manifest.
getManifestInfoChain() - Method in class com.tccc.kos.core.manifest.ResolvedDeviceManifest
 
getManifestKab() - Method in class com.tccc.kos.core.manifest.ResolvedDeviceManifest
 
getManifestKab() - Method in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
 
getManifests() - Method in class com.tccc.kos.core.primary.service.nodemgr.install.ManifestChainResolver.ManifestChain
Return the list of manifests in the chain starting with the head of the chain, ending with the device manifest.
getManifestService() - Method in class com.tccc.kos.core.service.app.AppLoader
 
getManifestType() - Method in class com.tccc.kos.commons.manifest.install.InstallManifest
 
getMapper() - Static method in class com.tccc.kos.commons.util.KosUtil
Returns the shared JSON ObjectMapper .
getMarker() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgSession
The marker to use in the header.
getMassUnit(String) - Method in class com.tccc.kos.core.service.region.RegionService
Return the Unit for the specified name / alias that measures mass.
getMatcher() - Method in interface com.tccc.kos.commons.core.service.trouble.TroubleListener
Return the matcher to use with this listener.
getMatcher() - Method in class com.tccc.kos.commons.core.service.trouble.TroubleListenerAdapter
 
getMax() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsKeypad
 
getMax() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemKeypad.Params
 
getMaxAnalyticsSize(String) - Method in interface com.tccc.kos.core.service.analytics.AnalyticsExporter
Return the max size of data the exporter can handle in a single export call.
getMaxCount() - Method in class com.tccc.kos.commons.util.BackoffConfig
 
getMaxDelayMs() - Method in class com.tccc.kos.commons.util.BackoffConfig
 
getMaxFailedConnects() - Method in class com.tccc.kos.commons.web.client.WebsocketClient
 
getMaxFailureCount() - Method in class com.tccc.kos.commons.web.client.WebsocketClient
 
getMaxReplyUs() - Method in class com.tccc.kos.core.service.network.beans.PingResponse
Return the max reply time in micro seconds.
getMaxVariance() - Method in class com.tccc.kos.commons.util.concurrent.AdjustableCallback
Retrieves the maximum delay variance.
getMaxVariance() - Method in class com.tccc.kos.commons.util.concurrent.TriggeredCallback
Retrieves the maximum delay variance.
getMeasure() - Method in class com.tccc.kos.commons.util.units.Unit
 
getMergedConfigForPath(String) - Method in class com.tccc.kos.commons.core.service.config.ConfigService
Return the config data for the specified handle path.
getMergedConfigValueForScopedPath(String, String) - Method in class com.tccc.kos.commons.core.service.config.ConfigService
Return the merged config value of an attribute starting at the scope implied within the path.
getMethod() - Method in interface com.tccc.kos.commons.core.dispatcher.HttpRequest
Returns the HTTP method of the request.
getMethod() - Method in class com.tccc.kos.commons.web.api.ApiRequest
Returns the HTTP request method.
getMethod() - Method in class com.tccc.kos.core.service.browser.chrome.cmds.ChromeCmd
 
getMethod() - Method in class com.tccc.kos.core.service.network.beans.Ip4Settings
 
getMfgAuthority() - Method in class com.tccc.kos.commons.kab.KabFile
Return the manufacturer authority of the KAB.
getMfgAuthority() - Static method in class com.tccc.kos.core.app.KosCore
Returns the manufacturer authority of this node.
getMfgDir() - Static method in class com.tccc.kos.core.app.KosCore
Return the manufacturer data directory.
getMfgFile(String) - Static method in class com.tccc.kos.core.app.KosCore
Return a File for the specified path in the manufacturer data directory.
getMfgSerialNum() - Method in class com.tccc.kos.core.service.hardware.BoardIfaceLink
 
getMfgSerialNum() - Method in class com.tccc.kos.core.service.hardware.HardwareLink
Returns the serial number of the board, if available.
getMin() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsKeypad
 
getMin() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemKeypad.Params
 
getMinAnalyticsSize(String) - Method in interface com.tccc.kos.core.service.analytics.AnalyticsExporter
Return the minimum amount of data the exporter requires.
getMiniHash() - Method in class com.tccc.kos.commons.kab.KabFile
Return the mini hash of the kab file using the default algorithm.
getMiniHash() - Method in class com.tccc.kos.commons.manifest.BaseManifestArtifact
 
getMiniHash() - Method in interface com.tccc.kos.commons.manifest.ManifestArtifact
Return the miniHash of the kab.
getMinimumMigrationSchema() - Method in interface com.tccc.kos.commons.db.DatabaseMigrator
Returns the minimum schema version to use for migration.
getMinimumRetentionSchema() - Method in interface com.tccc.kos.commons.db.DatabaseMigrator
Returns the minimum schema version to keep on disk after migration.
getMinor() - Method in class com.tccc.kos.commons.util.dispatcher.ResponseVersion
 
getMinReplyUs() - Method in class com.tccc.kos.core.service.network.beans.PingResponse
Return the min reply time in micro seconds.
getMinSuccessfulConnectTimeMS() - Method in class com.tccc.kos.commons.web.client.WebsocketClient
 
getMinVariance() - Method in class com.tccc.kos.commons.util.concurrent.AdjustableCallback
Retrieves the minimum delay variance.
getMinVariance() - Method in class com.tccc.kos.commons.util.concurrent.TriggeredCallback
Retrieves the minimum delay variance.
getMissingKabs() - Method in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
Return the list of kab id's referenced by the manifest but are not available from any of the sources.
getMissingManifestId() - Method in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
 
getMode() - Method in class com.tccc.kos.commons.kab.KabFile
Return the mode of the KAB.
getMode() - Method in class com.tccc.kos.commons.kab.keys.KabKeySet
 
getMode() - Method in interface com.tccc.kos.commons.util.keys.KeySet
Get the mode of the keySet
getMode() - Method in class com.tccc.kos.commons.util.keys.SimpleKeySet
 
getMode() - Static method in class com.tccc.kos.core.app.KosCore
Returns the current operational mode.
getMode() - Method in class com.tccc.kos.core.service.network.beans.WifiSettings
 
getModel() - Method in class com.tccc.kos.core.service.udev.storage.StorageDevice
Return model of the device.
getMountDir() - Method in class com.tccc.kos.core.service.udev.storage.StorageDevice
Return the directory the device is mounted at.
getMsgHandler() - Method in class com.tccc.kos.commons.web.client.WebsocketClient
 
getMsgHandler() - Method in interface com.tccc.kos.commons.web.websocket.WebsocketConnection
Return the registered message handler.
getMsgId() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsg
Return the messageId for this message.
getMtu() - Method in class com.tccc.kos.core.service.network.beans.NetworkInterfaceDetails
Return the MTU of the interface.
getName() - Method in class com.tccc.kos.commons.core.client.binarymsg.BinaryMsgClientIface
 
getName() - Method in class com.tccc.kos.commons.core.localization.LocalizationBuilder.NamespaceBuilder
 
getName() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIdentity.IfaceInfo
 
getName() - Method in class com.tccc.kos.commons.core.service.blink.BlinkIdentity
 
getName() - Method in interface com.tccc.kos.commons.core.service.config.ConfigSource
Returns the name of the source.
getName() - Method in class com.tccc.kos.commons.core.service.handle.Handle
Gets the name of the node.
getName() - Method in interface com.tccc.kos.commons.core.service.handle.HandleAware
Returns the name of the handle.
getName() - Method in class com.tccc.kos.commons.kab.KabEntry
 
getName() - Method in class com.tccc.kos.commons.kab.KabFile
The user defined name of the KAB.
getName() - Method in class com.tccc.kos.commons.kab.KabOutputStreamBuilder
 
getName() - Method in class com.tccc.kos.commons.kab.ZipToKabCopier
 
getName() - Method in class com.tccc.kos.commons.manifest.BaseManifestArtifact
 
getName() - Method in class com.tccc.kos.commons.manifest.chained.ChainedManifest
 
getName() - Method in class com.tccc.kos.commons.manifest.chained.ChainedManifestBuilder
 
getName() - Method in interface com.tccc.kos.commons.manifest.ManifestSection
Return the name of the section.
getName() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
Returns the name of this future.
getName() - Method in class com.tccc.kos.commons.util.json.fragments.SoftwareInfoFragment
 
getName() - Method in class com.tccc.kos.commons.util.net.UriParam
 
getName() - Method in class com.tccc.kos.commons.util.units.Unit
 
getName() - Method in class com.tccc.kos.core.manifest.ResolvedManifestSection
Return the section name.
getName() - Method in class com.tccc.kos.core.service.device.BaseDeviceConfig
 
getName() - Method in class com.tccc.kos.core.service.device.Device
Return the device name from the config bean.
getName() - Method in class com.tccc.kos.core.service.fuse.FuseMount
Return the name of the mount point.
getName() - Method in class com.tccc.kos.core.service.log.LogOverride
 
getName() - Method in class com.tccc.kos.core.service.network.beans.NetworkInterface
Return the name of the interface.
getName() - Method in class com.tccc.kos.core.service.network.beans.NetworkInterfaceWatch
Return the name of the interface.
getNamedThreadFactory(String) - Method in interface com.tccc.kos.commons.util.concurrent.Scheduler
Returns a ThreadFactory that names new threads based on the provided name .
getNamespace() - Method in class com.tccc.kos.commons.core.localization.LocalizationBuilder.LocaleBuilder
Return the associated NamespaceBuilder .
getNameSpace() - Method in class com.tccc.kos.commons.core.service.keyval.KeyValNameSpace
Return the name space name.
getNameSpace(String) - Method in class com.tccc.kos.commons.core.service.keyval.KeyValService
Return a KeyValNameSpace for the specified name space.
getNamespaces() - Method in class com.tccc.kos.commons.core.localization.LocalizationBuilder
Return the namespaces in the builder.
getNamespaces() - Method in class com.tccc.kos.commons.util.json.fragments.LocalizationFragment.Localization
Return the list of declared translation namespaces.
getNewestFirmware(String, String, String) - Method in class com.tccc.kos.core.service.firmware.FirmwareService
Return the newest available firmware for the specified boardType and firmwareType.
getNewestFirmware(String, String, String, String) - Method in class com.tccc.kos.core.service.firmware.FirmwareService
Return the newest available firmware for the specified boardType and firmwareType.
getNewestFirmware(String, String, String, String, Comparator<FirmwareInfo>) - Method in class com.tccc.kos.core.service.firmware.FirmwareService
Return the newest available firmware for the specified boardType and firmwareType.
getNextManifestId() - Method in class com.tccc.kos.commons.manifest.chained.ChainedManifestBuilder
 
getNextManifestId() - Method in class com.tccc.kos.commons.manifest.install.InstallManifest
 
getNextOccurrenceCalendar(int) - Static method in class com.tccc.kos.commons.util.DayRelativeTime
Given a day relative time in seconds from midnight, return a Calendar that corresponds to the next occurrence of the time.
getNextOccurrenceDate(int) - Static method in class com.tccc.kos.commons.util.DayRelativeTime
Given a day relative time in seconds from midnight, return a Date that corresponds to the next occurrence of the time.
getNextOccurrenceMs(int) - Static method in class com.tccc.kos.commons.util.DayRelativeTime
Given a day relative time in seconds from midnight, return the number of milliseconds to the next occurrence of the time.
getNmdevicestate() - Method in class com.tccc.kos.core.service.network.beans.NetworkInterface
 
getNode() - Method in class com.tccc.kos.commons.web.api.ApiRequest
Returns the name of the destination node.
getNode() - Method in class com.tccc.kos.core.service.udev.UdevDevice
 
getNode(String) - Method in class com.tccc.kos.commons.util.json.JsonDescriptor
Finds the specified node in the descriptor using dotted notation.
getNodeDefaultSource(NodeId) - Method in class com.tccc.kos.core.service.config.server.ConfigServer
Return the DefaultConfigSource for the specified nodeId.
getNodeId() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIface
Return the nodeId the connection is from.
getNodeId() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgSession
Return the nodeId that the client is running on.
getNodeId() - Method in class com.tccc.kos.commons.core.service.blink.BlinkIdentity
Return the nodeId of the identity.
getNodeId() - Static method in class com.tccc.kos.core.app.KosCore
Returns the ID of the node we're running on.
getNodeId() - Method in class com.tccc.kos.core.service.analytics.AnalyticsExportBean
 
getNodeId() - Method in class com.tccc.kos.core.service.analytics.AnalyticsRecord
 
getNodeId() - Method in class com.tccc.kos.core.service.browser.BrowserId
 
getNodeId() - Method in class com.tccc.kos.core.service.device.Device
Return the nodeId of the node this is running on.
getNodeId() - Method in class com.tccc.kos.core.service.fuse.FuseMount
Get the nodeId the mount is on.
getNodeId() - Method in class com.tccc.kos.core.service.network.beans.NetworkInterfaceWatch
Return the nodeId that contains the interface.
getNodeId() - Method in class com.tccc.kos.core.service.spawn.SpawnProcess
 
getNodeId() - Method in class com.tccc.kos.core.service.udev.storage.StorageDevice
Return the nodeId the device is attached to.
getNodeId() - Method in class com.tccc.kos.core.service.udev.UdevNode
 
getNodeLocalSource() - Method in class com.tccc.kos.commons.core.service.config.ConfigService
Get the DefaultConfigSource for the local node scope.
getNodeManifest() - Method in class com.tccc.kos.core.manifest.ResolvedManifestSection
Return the node manifest the section is part of.
getNodeManifest() - Method in class com.tccc.kos.core.service.app.Application
Return the currently active node manifest for this node.
getNodeManifest() - Method in class com.tccc.kos.core.service.manifest.ManifestService
Return the currently active ResolvedNodeManifest for this node within the device.
getNodeManifest(NodeId) - Method in class com.tccc.kos.core.manifest.ResolvedDeviceManifest
Return the node manifest for the specified node type.
getNodeManifests() - Method in interface com.tccc.kos.commons.manifest.DeviceManifest
Return a map of NodeManifest by node type.
getNodeManifests() - Method in class com.tccc.kos.core.manifest.ResolvedDeviceManifest
 
getNodeName() - Method in class com.tccc.kos.commons.core.service.blink.BlinkIdentity
 
getNodeName() - Method in interface com.tccc.kos.commons.manifest.device.ManifestNodeInfo
Return the name of the node
getNodeName() - Method in class com.tccc.kos.commons.util.NodeId
 
getNodePath() - Method in class com.tccc.kos.core.service.udev.UdevDevice
 
getNodes() - Method in interface com.tccc.kos.commons.manifest.device.ManifestDeviceInfo
Return a list of the nodes that makes up the device.
getNodes() - Method in class com.tccc.kos.core.service.manifest.DeviceSoftwareInfo
 
getNodeType() - Method in class com.tccc.kos.commons.core.service.blink.BlinkIdentity
 
getNodeType() - Method in interface com.tccc.kos.commons.manifest.device.ManifestNodeInfo
Return the type of the node
getNodeType() - Method in interface com.tccc.kos.commons.manifest.NodeManifest
Return the node type that this manifest can run on.
getNodeType() - Method in class com.tccc.kos.commons.util.NodeId
 
getNodeType() - Method in class com.tccc.kos.core.service.log.LogOverride
 
getNodeType() - Method in class com.tccc.kos.core.service.manifest.NodeSoftwareInfo
 
getNodeTypeDefaultSource(NodeId) - Method in class com.tccc.kos.core.service.config.server.ConfigServer
Return the DefaultConfigSource for the node type of the specified node.
getNodeTypes() - Method in interface com.tccc.kos.commons.manifest.device.ManifestDeviceInfo
Return a list of node types in the device.
getNonNullBean(String, Class<T>) - Method in class com.tccc.kos.commons.util.json.JsonDescriptor
Finds the specified node in the descriptor using dotted notation, and then either converts to the specified type or returns a new instance of the class.
getNote() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
Return the note associated with the future.
getNotes() - Method in class com.tccc.kos.core.primary.service.update.UpdateInfo
Return the notes extracted from the manifest chain.
getNotNull(String, String) - Static method in class com.tccc.kos.commons.util.misc.StringUtil
Given two strings, return the first if not null, otherwise return the second.
getNum() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIdentity.IfaceInfo
 
getOffset() - Method in class com.tccc.kos.commons.kab.KabEntry
 
getOffset() - Method in class com.tccc.kos.commons.util.units.Unit
 
getOnAdd() - Method in class com.tccc.kos.commons.util.AutowiredList
 
getOnRemove() - Method in class com.tccc.kos.commons.util.AutowiredList
 
getOrder() - Method in class com.tccc.kos.commons.util.format.date.DateFormat
Returns the order of month/day/year in this format.
getOutBufSize() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIdentity
 
getOutputFile() - Method in class com.tccc.kos.commons.kab.KabOutputStreamBuilder
 
getOutputStream() - Method in interface com.tccc.kos.commons.core.dispatcher.HttpResponse
Returns the output stream for the response.
getOutputStream() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsg
Get the payload output stream.
getOutputStream() - Method in class com.tccc.kos.commons.kab.KabOutputStreamBuilder
 
getOverridesForScopedPath(String) - Method in class com.tccc.kos.commons.core.service.config.ConfigService
Return the overrides for the specified scoped path.
getOwner() - Method in class com.tccc.kos.core.service.udev.UdevDevice
 
getParameter(String) - Method in interface com.tccc.kos.commons.core.dispatcher.HttpRequest
Gets the first query parameter with the specified name.
getParameters() - Method in interface com.tccc.kos.commons.core.dispatcher.HttpRequest
Gets all query parameters for the request.
getParams() - Method in class com.tccc.kos.core.service.browser.chrome.cmds.ChromeCmd
 
getParent() - Method in class com.tccc.kos.commons.core.localization.LocalizationContext
 
getParent() - Method in class com.tccc.kos.commons.core.vfs.AbstractVFSSource
Retrieves ths VFS parent.
getParent() - Method in interface com.tccc.kos.commons.core.vfs.VFSSource
Gets the parent.
getParent() - Method in class com.tccc.kos.commons.kab.KabEntry
 
getPath() - Method in interface com.tccc.kos.commons.core.dispatcher.HttpRequest
Returns the path portion of the request.
getPath() - Method in class com.tccc.kos.commons.core.localization.LocalizationContext
Return the path to where this is mounted in vfs.
getPath() - Method in class com.tccc.kos.commons.core.service.config.BeanChanges
Return the path of the bean that changed, if applicable.
getPath() - Method in class com.tccc.kos.commons.core.service.config.BeanUpdate
Return the path of the bean to apply the updates to.
getPath() - Method in class com.tccc.kos.commons.core.service.config.ConfigUpdate
 
getPath() - Method in class com.tccc.kos.commons.core.service.handle.Handle
Returns the path of this handle.
getPath() - Method in interface com.tccc.kos.commons.core.service.handle.HandleAware
Returns the path of the bean's handle.
getPath() - Method in class com.tccc.kos.commons.core.service.state.StateBean
Return the path of the bean.
getPath() - Method in interface com.tccc.kos.commons.core.service.trouble.HandleTroubleIface
Returns the path of the associated handle object.
getPath() - Method in class com.tccc.kos.commons.kab.KabEntry
 
getPath() - Method in class com.tccc.kos.core.service.spawn.SpawnProcess
 
getPaths() - Method in class com.tccc.kos.commons.core.service.config.ConfigChanges
Return the collection of changed handle paths.
getPause() - Method in interface com.tccc.kos.commons.util.Pauseable
Return the Pause object.
getPaused() - Method in class com.tccc.kos.core.primary.service.ota.OTAService
Return the list of paused downloader names.
getPauseReasonString() - Method in interface com.tccc.kos.commons.util.PauseReason
Return a string representation of this object that is sufficient to describe to a human what the reason is.
getPauseReasonStrings() - Method in class com.tccc.kos.commons.util.Pause
Return a list of pause reasons converted to more human-readable strings.
getPermissions() - Method in class com.tccc.kos.commons.kab.KabEntry
 
getPid() - Method in class com.tccc.kos.core.service.spawn.SpawnProcess
 
getPingCount() - Method in class com.tccc.kos.core.service.network.beans.PingRequest
Return the number of pings to perform.
getPingInterval() - Method in class com.tccc.kos.core.service.network.beans.PingRequest
Return the interval between pings in ms.
getPingTimeout() - Method in class com.tccc.kos.core.service.network.beans.PingRequest
Return the timeout for an individual ping in ms.
getPort() - Method in class com.tccc.kos.commons.util.net.UriBuilder
 
getPort() - Static method in class com.tccc.kos.core.app.KosCore
Returns the port number that kOS is running on.
getPrefix() - Method in class com.tccc.kos.core.service.network.beans.Ip4Settings
 
getPressureUnit(String) - Method in class com.tccc.kos.core.service.region.RegionService
Return the Unit for the specified name / alias that measures pressure.
getPreviousValue() - Method in class com.tccc.kos.commons.core.service.config.ValPair
Retrieves the previous value.
getPrimaryKmfJson() - Method in class com.tccc.kos.commons.manifest.BaseDeviceManifest
 
getPrimaryNodeId() - Static method in class com.tccc.kos.core.app.KosCore
Returns the nodeId of the primary node.
getPriority() - Method in class com.tccc.kos.core.service.analytics.AnalyticsEvent
 
getPriority() - Method in class com.tccc.kos.core.service.analytics.AnalyticsRecord
 
getPriority() - Method in class com.tccc.kos.core.service.spawn.SpawnProcess
 
getPrivateKey() - Method in class com.tccc.kos.commons.kab.KabOutputStreamBuilder
 
getPrivateKey() - Method in class com.tccc.kos.commons.kab.keys.KabKeySet
 
getPrivateKey() - Method in interface com.tccc.kos.commons.util.keys.KeySet
Return the private key
getPrivateKey() - Method in class com.tccc.kos.commons.util.keys.SimpleKeySet
 
getProcesses(NodeId) - Method in class com.tccc.kos.core.service.spawn.SpawnService
Return a list of processes that are currently expected to be running on the specified node.
getProductId() - Method in class com.tccc.kos.core.service.udev.serial.SerialDevice
Return the product id of the device.
getProgress() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
Returns the progress as a value between 0 and 100 based on the time estimate or the overridden progress value using setProgress() .
getProperties() - Method in interface com.tccc.kos.commons.manifest.DeviceManifest
Return the top level properties for the DeviceManifest .
getProperties() - Method in class com.tccc.kos.commons.manifest.install.InstallManifest
 
getProperties() - Method in interface com.tccc.kos.commons.manifest.NodeManifest
Return the top level properties for the NodeManifest .
getProperties() - Method in class com.tccc.kos.core.service.browser.BrowserIntent
Return the properties from this intent.
getProperties() - Method in class com.tccc.kos.core.service.udev.UdevDevice
 
getProperty(String) - Method in class com.tccc.kos.commons.manifest.chained.ChainedManifestBuilder
Return the value of a previously set property.
getProperty(String) - Method in class com.tccc.kos.core.service.browser.BrowserIntent
Return the named property.
getProtocol() - Method in class com.tccc.kos.commons.core.service.blink.BlinkIdentity
 
getPsk() - Method in class com.tccc.kos.core.service.network.beans.WifiSettings.SecuritySettings
 
getRank() - Method in interface com.tccc.kos.commons.core.service.config.ConfigSource
Returns the rank of the source, which is used to order sources.
getRank() - Method in class com.tccc.kos.commons.core.service.config.DefaultConfigSource
 
getRank() - Method in class com.tccc.kos.commons.core.service.trouble.TroubleInfo
 
getRawMsg() - Method in class com.tccc.kos.commons.web.websocket.router.msg.InboundMessage
 
getReadBuf() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgSession
 
getReadBuf() - Method in interface com.tccc.kos.commons.core.service.blink.BlinkProtocol
Return the read buffer to read channel data into.
getReady() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIface
 
getReady() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgSession
 
getReady() - Method in class com.tccc.kos.commons.core.service.config.ConfigBean
Override for Ready interface.
getReady() - Method in interface com.tccc.kos.commons.util.ready.Ready
Fetches the associated ready indicator.
getReady() - Method in class com.tccc.kos.commons.util.ready.ReadyBean
Override of the Ready interface.
getReady() - Method in class com.tccc.kos.core.service.device.serialnum.run.RunKosSerialNumberProvider
 
getReady() - Method in class com.tccc.kos.core.service.hardware.UpdatableBoard
 
getReason() - Method in class com.tccc.kos.commons.core.service.config.BeanChanges.Error
 
getReason() - Method in class com.tccc.kos.commons.core.service.trouble.Trouble
 
getReason() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
Returns the reason for the end state.
getReason() - Method in exception com.tccc.kos.commons.util.ReasonException
 
getReasonData() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
Returns the reason data if there is any.
getReasonData() - Method in exception com.tccc.kos.commons.util.ReasonException
 
getReasons() - Method in class com.tccc.kos.commons.util.Pause
Return the list of pause reasons.
getRegions() - Method in class com.tccc.kos.core.service.region.RegionService
Returns the list of known regions.
getRegions() - Method in class com.tccc.kos.core.service.region.XmlRegionFactory
Returns a map of loaded regions where the key is the ID of the region.
getRemainingTimeMs() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
Returns the estimated remaining time for the operation in milliseconds.
getRemoteAddr() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIface
Return the remote address of the connection.
getRemoteAddr() - Method in class com.tccc.kos.commons.core.service.blink.BlinkConn
Return the remote address of the connection.
getRemoteAddr() - Method in class com.tccc.kos.commons.core.service.blink.BlinkSession
Return the remote address of the connection.
getRemoteAddr() - Method in interface com.tccc.kos.commons.web.websocket.WebsocketConnection
Return the client ip address for the websocket.
getRemoves() - Method in class com.tccc.kos.commons.core.service.config.ConfigUpdate
 
getRequests() - Method in class com.tccc.kos.core.primary.service.ota.OTAArtifact
Return all the states associated with this request.
getRequests() - Method in class com.tccc.kos.core.service.network.beans.PingResponse
Return the number of ping requests attempted.
getRequiredKabs() - Method in class com.tccc.kos.core.primary.service.nodemgr.install.DeviceInstallBuilder
Return the list of required kab id's based on the current manifest chain.
getResolvers() - Method in class com.tccc.kos.core.service.hardware.HardwareService
Return the list of resolvers so that new resolvers can be added in the desired order.
getResource(String) - Method in class com.tccc.kos.commons.kab.KabResourceLoader
 
getResource(String) - Method in class com.tccc.kos.commons.util.resource.ClassLoaderResourceLoader
 
getResource(String) - Method in class com.tccc.kos.commons.util.resource.DirResourceLoader
 
getResource(String) - Method in class com.tccc.kos.commons.util.resource.FileResourceLoader
 
getResource(String) - Method in interface com.tccc.kos.commons.util.resource.ResourceLoader
Return an input stream for the specified file.
getResource(String) - Method in class com.tccc.kos.commons.util.resource.ResourceLoaderList
 
getResponse() - Method in class com.tccc.commons.httpclient.JsonResp
Returns the content response.
getResponse() - Method in class com.tccc.kos.core.service.browser.chrome.cmds.ChromeCmd
 
getResponseClass() - Method in class com.tccc.kos.commons.web.api.ApiRequest
Returns the response body.
getResponseClass() - Method in class com.tccc.kos.core.service.browser.chrome.cmds.ChromeCmd
Returns the response type.
getResponseId() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsg
Return the responseId from the message.
getRetryDelayBaseTimeMS() - Method in class com.tccc.kos.commons.web.client.WebsocketClient
 
getRetryDelayMaxTimeMS() - Method in class com.tccc.kos.commons.web.client.WebsocketClient
 
getRetryDelayPerFailureTimeMS() - Method in class com.tccc.kos.commons.web.client.WebsocketClient
 
getRevision() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgSession
Return the client revision in the identity.
getRevision() - Method in class com.tccc.kos.commons.core.service.blink.BlinkIdentity
 
getRevision() - Method in class com.tccc.kos.core.service.hardware.HardwareLink
Return the revision of the hardware.
getRoot() - Method in class com.tccc.kos.commons.util.json.JsonDescriptor
 
getRootDir() - Method in class com.tccc.kos.core.service.fuse.FuseMount
Return the root directory of the mount.
getRootEntry() - Method in class com.tccc.kos.commons.kab.KabFile
Return the root entry for the kab
getRootFuture() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
Return the root future of the graph.
getRootHandle(String) - Method in class com.tccc.kos.commons.core.service.handle.HandleService
Returns a root handle with the specified name, creating the instance if needed.
getRouterAddr() - Method in class com.tccc.kos.commons.web.websocket.router.RouterEngine
 
getRouterId() - Method in class com.tccc.kos.commons.util.net.WebsocketAddr
Returns the router's identifier.
getRouterId() - Method in class com.tccc.kos.commons.web.websocket.router.RouterEngine
 
getRouterTTL() - Method in class com.tccc.kos.commons.web.websocket.router.RouterEngine
 
getRsnFlags() - Method in class com.tccc.kos.core.service.network.beans.WifiDetails
 
getRunTimeMs() - Method in class com.tccc.kos.core.service.udev.serial.SerialDevice
Return how long the device has been running in ms.
getRunTimeMs() - Method in class com.tccc.kos.core.service.udev.storage.StorageDevice
Return how long the device has been running in ms.
getRunTimeMs() - Method in class com.tccc.kos.core.service.udev.UdevDevice
Return how long the device has been running in ms.
getScale() - Method in class com.tccc.kos.commons.util.units.Unit
 
getScheduledThreadPool() - Method in interface com.tccc.kos.commons.util.concurrent.Scheduler
Returns the scheduled thread pool executor.
getScheduler() - Static method in class com.tccc.kos.commons.util.KosUtil
Returns the built-in system Scheduler , which provides access to standard thread pools used throughout the kOS system.
getScheme() - Method in class com.tccc.kos.commons.util.net.UriBuilder
 
getScope() - Method in class com.tccc.kos.commons.core.service.config.BeanChanges.AttrChange
 
getScope() - Method in class com.tccc.kos.commons.core.service.config.BeanUpdate
Return the scope of the update.
getScopedChanges() - Method in class com.tccc.kos.commons.core.service.config.BeanChanges
Return the list of scoped changes.
getSdkClassPrefixes() - Method in class com.tccc.kos.commons.util.json.fragments.AppInfoFragment
 
getSection() - Method in class com.tccc.kos.core.service.app.Application
Returns the ResolvedManifestSection associated with the application.
getSection() - Method in class com.tccc.kos.core.service.app.AppLoader
Return the section the application was loaded from.
getSection() - Method in class com.tccc.kos.core.service.app.LoadableApp
The section the application is part of.
getSection(String) - Method in class com.tccc.kos.core.service.app.Application
Returns the ResolvedManifestSection with the specified name.
getSectionByName(String) - Method in class com.tccc.kos.core.manifest.ResolvedNodeManifest
Returns the section with the specified name.
getSectionName() - Method in class com.tccc.kos.core.service.app.AppLoader
Return the name of the section the app was loaded from.
getSectionName() - Method in class com.tccc.kos.core.service.app.LoadableApp
The name of the section.
getSections() - Method in class com.tccc.kos.commons.manifest.chained.ChainedManifest
 
getSections() - Method in interface com.tccc.kos.commons.manifest.NodeManifest
Return the list of sections for the node.
getSections() - Method in class com.tccc.kos.core.manifest.ResolvedNodeManifest
 
getSectionsByNamePrefix(String) - Method in class com.tccc.kos.core.manifest.ResolvedNodeManifest
Returns all sections with the specified name prefix.
getSectionsByNamePrefix(String) - Method in class com.tccc.kos.core.service.app.Application
Return all ResolvedManifestSection with the specified name prefix.
getSecurity() - Method in class com.tccc.kos.core.service.network.beans.WifiSettings
 
getSerializedHeaders() - Method in class com.tccc.kos.commons.web.websocket.router.msg.RoutedMessage
Serializes the headers in the format:
header1:value1
header2:value2
header3:value3
getSerialNum() - Method in class com.tccc.kos.core.service.hardware.HardwareLink
Returns the display version of the serial number.
getSerialNumber() - Method in class com.tccc.kos.core.service.device.Device
Return the serial number of the device.
getSerialNumber() - Method in class com.tccc.kos.core.service.device.DeviceService
Return the device serial number.
getSerialNumber() - Method in class com.tccc.kos.core.service.device.serialnum.config.ConfigSerialNumberProvider
 
getSerialNumber() - Method in class com.tccc.kos.core.service.device.serialnum.config.ConfigSerialNumberProviderConfig
 
getSerialNumber() - Method in class com.tccc.kos.core.service.device.serialnum.criticaldata.CriticalDataSerialNumberProvider
 
getSerialNumber() - Method in class com.tccc.kos.core.service.device.serialnum.run.RunKosSerialNumberProvider
 
getSerialNumber() - Method in interface com.tccc.kos.core.service.device.serialnum.SerialNumberProvider
Return the serial number of the device.
getSerialNumberProvider() - Method in class com.tccc.kos.core.service.device.DeviceService
Get the serial number provider.
getSerialService() - Method in class com.tccc.kos.core.service.udev.serial.SerialDevice
 
getService() - Method in class com.tccc.kos.core.service.browser.Browser
 
getSession() - Method in class com.tccc.kos.commons.core.broker.MessageData
 
getSession() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIface
Return the underlying session.
getSession() - Method in class com.tccc.kos.core.service.hardware.BoardIfaceLink
Return the session from the iface.
getShort(String) - Static method in class com.tccc.kos.commons.util.convert.Convert
Converts the input string to a short.
getShort(String, short) - Static method in class com.tccc.kos.commons.util.convert.Convert
Converts the input string to a short.
getShort(String, short, boolean) - Static method in class com.tccc.kos.commons.util.convert.Convert
Converts the input string to a short.
getSignal() - Method in class com.tccc.kos.core.service.network.beans.WifiDetails
 
getSize() - Method in class com.tccc.kos.commons.kab.KabFile
 
getSize() - Method in class com.tccc.kos.commons.manifest.BaseManifestArtifact
 
getSize() - Method in interface com.tccc.kos.commons.manifest.ManifestArtifact
Return the size of the kab.
getSoftwareInfo() - Method in class com.tccc.kos.core.service.manifest.ManifestService
Return the software info for this node.
getSource(String) - Method in class com.tccc.kos.commons.core.vfs.VFS
Returns the source mounted to the specified mount point.
getSourceMaxLength() - Method in interface com.tccc.kos.core.service.criticaldata.CriticalDataSource
Return the max number of bytes of critical data that the source can store.
getSourceWeight() - Method in interface com.tccc.kos.core.service.criticaldata.CriticalDataSource
Return the weight that this source has.
getSpeed() - Method in class com.tccc.kos.core.service.network.beans.EthernetDetails
 
getSrcAddr() - Method in class com.tccc.kos.commons.web.websocket.router.msg.RoutedMessage
Returns the source address of the message (only used when routing).
This is the header named "src-addr".
getSsid() - Method in class com.tccc.kos.core.service.network.beans.WifiDetails
 
getSsid() - Method in class com.tccc.kos.core.service.network.beans.WifiSettings
 
getStart() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsRangeCount
 
getStart() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsRangeInterval
 
getStart() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemRangeCount.Params
 
getStart() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemRangeInterval.Params
 
getStartTimeMono() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
Returns the start time of the work in mono time.
getStartTimeMono() - Method in class com.tccc.kos.core.service.spawn.Lifecycle
 
getState() - Method in interface com.tccc.kos.commons.core.service.state.StateAware
Return the associated state bean.
getStatus() - Method in class com.tccc.commons.httpclient.JsonResp
Returns the HTTP status code.
getStatus() - Method in interface com.tccc.kos.commons.core.dispatcher.HttpResponse
Returns the HTTP status code of the response.
getStatus() - Method in exception com.tccc.kos.commons.util.dispatcher.exceptions.RequestException
Returns the associated HTTP status code.
getStatus() - Method in class com.tccc.kos.commons.util.dispatcher.ResponseEnvelope
Retrieves the HTTP status.
getStatus() - Method in class com.tccc.kos.core.primary.service.ota.OTAArtifact
Return the status of the artifact
getStorageInfo() - Method in class com.tccc.kos.core.service.udev.storage.StorageDevice
Return information about the mounted storage.
getStorageService() - Method in class com.tccc.kos.core.service.udev.storage.StorageDevice
 
getStr(String) - Static method in class com.tccc.kos.commons.util.convert.Convert
Returns the specified string.
getStr(String, String) - Static method in class com.tccc.kos.commons.util.convert.Convert
Returns the specified string.
getStr(String, String, boolean) - Static method in class com.tccc.kos.commons.util.convert.Convert
Returns the specified string.
getStr(Element, String, String, boolean) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Try to get the specified key as an attribute and then a tag.
getStrAttr(Element, String, String, boolean) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML attribute as a string, returning the default value if the attribute is not found.
getStrAttr(Element, String, String, boolean, Namespace) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML attribute as a string, returning the default value if the attribute is not found.
getString(String) - Method in class com.tccc.kos.commons.util.json.JsonDescriptor
Return the string value of the specified node.
getString(String, String) - Method in class com.tccc.kos.commons.util.json.JsonDescriptor
Return the string value of the specified node and return the default value if not found or null.
getStrProperty(String) - Method in class com.tccc.kos.core.service.browser.BrowserIntent
Return the named property as a string.
getStrTag(Element, String, String, boolean) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML tag as a string, returning the default value if the tag is not found.
getStrTag(Element, String, String, boolean, Namespace) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML tag as a string, returning the default value if the tag is not found.
getSubscription() - Method in class com.tccc.kos.commons.core.broker.MessageData
 
getSubsystem() - Method in class com.tccc.kos.core.service.udev.UdevDevice
 
getSummary() - Method in class com.tccc.kos.core.primary.service.update.UpdateInfo.Note
 
getSysname() - Method in class com.tccc.kos.core.service.udev.UdevDevice
 
getSyspath() - Method in class com.tccc.kos.core.service.udev.storage.StorageDevice
Return the syspath of the device.
getSyspath() - Method in class com.tccc.kos.core.service.udev.UdevDevice
 
getSystemApp() - Static method in class com.tccc.kos.core.app.KosCore
Return the system application.
getSystemCtx() - Static method in class com.tccc.kos.core.app.KosCore
Returns the context for the system app.
getTableRebuildDelay() - Method in class com.tccc.kos.commons.web.websocket.router.RouterEngine
Return the current table rebuild delay.
getTag() - Method in class com.tccc.kos.commons.kab.KabFile
A user defined tag that can be used in conjunction with type to identify the KAB.
getTag() - Method in class com.tccc.kos.commons.kab.KabOutputStreamBuilder
 
getTag() - Method in class com.tccc.kos.commons.kab.ZipToKabCopier
 
getTags() - Method in class com.tccc.kos.commons.core.service.trouble.Trouble
 
getTemperatureUnit(String) - Method in class com.tccc.kos.core.service.region.RegionService
Return the Unit for the specified name / alias that measures temperature.
getTimeFormatId() - Method in class com.tccc.kos.core.service.region.BaseRegion
Returns the ID of the default time format used by UI code.
getTimeFormatId() - Method in class com.tccc.kos.core.service.region.RegionSettings
 
getTimeout() - Method in class com.tccc.kos.commons.web.api.ApiRequest
Returns the timeout value, in msec.
getTimeouts() - Method in class com.tccc.kos.core.service.network.beans.PingResponse
Return the number of requests that timed out.
getTimestamp() - Method in class com.tccc.kos.core.service.analytics.AnalyticsEvent
 
getTimestamp() - Method in class com.tccc.kos.core.service.analytics.AnalyticsExportBean
 
getTimestamp() - Method in class com.tccc.kos.core.service.analytics.AnalyticsRecord
 
getTimestampMs() - Method in class com.tccc.kos.core.service.analytics.AnalyticsRecord
 
getTimeZone() - Method in class com.tccc.kos.core.service.time.TimeService
Return the current timeZone in effect.
getTimeZones() - Method in class com.tccc.kos.core.service.region.BaseRegion
Return the list of recommended timezones for the region.
getTopic() - Method in class com.tccc.kos.commons.core.broker.MessageData
 
getTotalBytes() - Method in class com.tccc.kos.core.service.udev.storage.StorageInfo
 
getTotalTimeout() - Method in class com.tccc.kos.core.service.network.beans.PingRequest
Return the timeout for the entire ping request in ms.
getTrace() - Method in class com.tccc.kos.commons.web.api.ApiRequest
Returns the "trace" header.
getTrace() - Method in class com.tccc.kos.commons.web.websocket.router.msg.RoutedMessage
Returns the trace header if there is one.
This is the header named "trace".
getTracker() - Method in class com.tccc.kos.commons.core.service.config.ConfigChanges
Return the associated tracking token provided by the client.
getTracker() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
Returns the optional client tracker.
getTracker() - Method in interface com.tccc.kos.commons.util.Tracker
Returns the tracker value.
getTrimStr(Element, String, String, boolean) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Try to get the specified key as an attribute and then a tag.
getTroubleById(int) - Method in class com.tccc.kos.commons.core.service.trouble.TroubleService
Gets a trouble by ID.
getTroubleInfo(Trouble) - Method in class com.tccc.kos.commons.core.service.trouble.TroubleInfoFactory
 
getTroubleInfoClass() - Method in class com.tccc.kos.commons.util.json.fragments.AppInfoFragment
 
getTroubleInfoFile() - Method in class com.tccc.kos.commons.util.json.fragments.AppInfoFragment
 
getTroubles() - Method in class com.tccc.kos.commons.core.service.trouble.TroubleService
Returns the list of all troubles.
getTroubles(TroubleMatcher) - Method in class com.tccc.kos.commons.core.service.trouble.TroubleService
Returns a list of troubles that match the specified matcher.
getType() - Method in class com.tccc.kos.commons.core.service.config.options.ConfigOptions
Return the options type
getType() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsKeypad
 
getType() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsList
 
getType() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsRangeCount
 
getType() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsRangeInterval
 
getType() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemKeypad
 
getType() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemList
 
getType() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemRangeCount
 
getType() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemRangeInterval
 
getType() - Method in class com.tccc.kos.commons.core.service.trouble.Trouble
Return the type of the trouble which is the simple class name.
getType() - Method in class com.tccc.kos.commons.kab.KabFile
Return the type of the KAB.
getType() - Method in class com.tccc.kos.commons.kab.KabOutputStreamBuilder
 
getType() - Method in class com.tccc.kos.commons.kab.ZipToKabCopier
 
getType() - Method in class com.tccc.kos.commons.util.BackoffConfig
 
getType() - Method in class com.tccc.kos.commons.web.websocket.router.msg.RoutedMessage
Returns the message type.
This is the header named "type".
getType() - Method in class com.tccc.kos.core.manifest.ResolvedDeviceManifest.ManifestInfo
 
getType() - Method in class com.tccc.kos.core.service.analytics.AnalyticsEvent
 
getType() - Method in class com.tccc.kos.core.service.analytics.AnalyticsExportBean
 
getType() - Method in class com.tccc.kos.core.service.analytics.AnalyticsRecord
 
getType() - Method in class com.tccc.kos.core.service.browser.BrowserIntent
Return the type of the intent.
getType() - Method in interface com.tccc.kos.core.service.hardware.BoardIdentifier
Returns the type of the board.
getType() - Method in class com.tccc.kos.core.service.hardware.BoardIfaceLink
 
getType() - Method in class com.tccc.kos.core.service.hardware.HardwareLink
 
getType() - Method in class com.tccc.kos.core.service.log.LogOverride
 
getType() - Method in class com.tccc.kos.core.service.network.beans.NetworkInterface
Return the type of the interface.
getUdevDevice() - Method in class com.tccc.kos.core.service.udev.serial.SerialDevice
 
getUdevDevice() - Method in class com.tccc.kos.core.service.udev.storage.StorageDevice
 
getUnit(String, String) - Method in class com.tccc.kos.commons.util.units.UnitSystem
Returns the unit with the specified name or alias.
getUnit(String, String) - Method in class com.tccc.kos.core.service.region.RegionService
Return the Unit for the specified name / alias that is related to the specified measurement.
getUnitDelayMs() - Method in class com.tccc.kos.commons.util.BackoffConfig
 
getUnitMultiplier() - Method in class com.tccc.kos.commons.util.BackoffConfig
 
getUnits() - Method in class com.tccc.kos.commons.util.units.UnitSystem
 
getUnitSystemId() - Method in class com.tccc.kos.core.service.region.BaseRegion
Returns the ID of the default unit system used by UI code to interact with units of measure.
getUnitSystemId() - Method in class com.tccc.kos.core.service.region.RegionSettings
 
getUnitSystems() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemKeypad
 
getUnitSystems() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemList
 
getUnitSystems() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemRangeCount
 
getUnitSystems() - Method in class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemRangeInterval
 
getUpdater() - Method in class com.tccc.kos.core.service.hardware.UpdatableBoard
Return the firmware updater to use for this board.
getUpdateRetryCount() - Method in class com.tccc.kos.core.service.firmware.UpdateTask
Get the retry count for update() calls.
getUpdateRetryDelayMs() - Method in class com.tccc.kos.core.service.firmware.UpdateTask
Get the delay between retries of update() .
getUri() - Method in class com.tccc.kos.commons.web.client.WebsocketEndpoint
Retrieves this endpoint's URI.
getUrl() - Method in class com.tccc.kos.commons.web.api.ApiRequest
Returns the URL.
getUrl() - Method in class com.tccc.kos.core.service.browser.BrowserUrl
 
getUrlPrefix() - Method in class com.tccc.kos.core.service.app.AppLoader
 
getUser() - Method in class com.tccc.kos.commons.kab.KabEntry
 
getUser() - Method in class com.tccc.kos.core.service.spawn.SpawnProcess
Return the user that the program should be run as.
getUTC(Element, String, long, boolean) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML attribute or child tag as a UTC value and return it as a date, returning the default value if the attribute is not found or doesn't parse correctly.
getUTCAttr(Element, String, long, boolean) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML attribute as a UTC value and return it as a date, returning the default value if the attribute is not found or doesn't parse correctly.
getUTCAttr(Element, String, long, boolean, Namespace) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML attribute as a UTC value and return it as a date, returning the default value if the attribute is not found or doesn't parse correctly.
getUTCTag(Element, String, long, boolean, Namespace) - Static method in class com.tccc.kos.commons.xml.XmlUtil
Gets the specified XML tag as a UTC value and return it as a date, returning the default value if the tag is not found or doesn't parse correctly.
getVal() - Method in class com.tccc.kos.commons.core.service.config.BeanChanges.Error
 
getValue() - Method in class com.tccc.kos.commons.core.service.config.ConfigValue
 
getValue() - Method in class com.tccc.kos.commons.util.net.UriParam
 
getValues() - Method in class com.tccc.kos.commons.core.service.config.BeanUpdate
 
getVendor() - Method in class com.tccc.kos.core.service.udev.storage.StorageDevice
Return vendor name of the device.
getVendorAuthority() - Method in class com.tccc.kos.commons.kab.KabFile
Return the vendor authority of the KAB.
getVendorAuthority() - Static method in class com.tccc.kos.core.app.KosCore
Returns the vendor authority of this node.
getVendorId() - Method in class com.tccc.kos.core.service.udev.serial.SerialDevice
Return the vendor id of the device.
getVersion() - Method in class com.tccc.kos.commons.core.client.binarymsg.BinaryMsgClientIface
 
getVersion() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIdentity.IfaceInfo
 
getVersion() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIface
Return iface protocol version
getVersion() - Method in class com.tccc.kos.commons.kab.KabFile
The version of the KAB file.
getVersion() - Method in class com.tccc.kos.commons.kab.KabOutputStreamBuilder
 
getVersion() - Method in class com.tccc.kos.commons.kab.ZipToKabCopier
 
getVersion() - Method in class com.tccc.kos.commons.manifest.BaseManifestArtifact
 
getVersion() - Method in class com.tccc.kos.commons.manifest.DeviceManifestVersion
 
getVersion() - Method in class com.tccc.kos.commons.util.dispatcher.ResponseEnvelope
Retrieves the ResponseVersion object.
getVersion() - Method in class com.tccc.kos.commons.util.json.fragments.FirmwareFragment.FirmwareEntry
 
getVersion() - Method in class com.tccc.kos.commons.util.json.fragments.SoftwareInfoFragment
 
getVersion() - Method in class com.tccc.kos.core.service.firmware.FirmwareInfo
Return the firmware version.
getVfs() - Method in class com.tccc.kos.core.service.app.Application
Returns the root VFS (virtual file system) for this application.
getView() - Method in class com.tccc.kos.commons.core.service.state.StateBean
Returns the optional view class to use when converting this bean to json before being broadcast.
getView() - Method in class com.tccc.kos.commons.util.json.JsonViewWrapper
 
getView() - Method in class com.tccc.kos.commons.web.websocket.router.msg.OutboundMessage
 
getView() - Method in class com.tccc.kos.core.service.analytics.AnalyticsEvent
 
getViewClass() - Method in interface com.tccc.kos.commons.core.dispatcher.HttpResponse
Return the configured view class.
getVisibleRole() - Method in class com.tccc.kos.commons.core.service.trouble.TroubleInfo
 
getVolumeUnit(String) - Method in class com.tccc.kos.core.service.region.RegionService
Return the Unit for the specified name / alias that measures volume.
getWaitTime() - Method in class com.tccc.kos.commons.util.concurrent.BaseCallback
Return the current wait time on the timer.
getWebsocketSrcAddr() - Method in interface com.tccc.kos.commons.core.dispatcher.HttpRequest
Return the src address if the request arrived over a routed websocket.
getWifi() - Method in class com.tccc.kos.core.service.network.beans.NetworkConnection
 
getWifi() - Method in class com.tccc.kos.core.service.network.beans.NetworkInterfaceDetails
Return the wifi details if the interface is a wifi interface.
getWorkerThreadPool() - Method in interface com.tccc.kos.commons.util.concurrent.Scheduler
Returns the main thread pool executor.
getWorkingDir() - Method in class com.tccc.kos.core.service.spawn.SpawnProcess
 
getWpaFlags() - Method in class com.tccc.kos.core.service.network.beans.WifiDetails
 
getWriter(Class<?>) - Method in class com.tccc.kos.commons.util.json.JsonWriterCache
Returns a writer for the specified view class.
getWriters() - Static method in class com.tccc.kos.commons.util.KosUtil
Returns the shared JSON writer cache.
getZone() - Method in class com.tccc.kos.commons.util.net.WebsocketAddr
Returns the name of the zone.
getZone() - Method in class com.tccc.kos.commons.web.websocket.router.RouterEngine
 
getZone(String) - Static method in class com.tccc.kos.commons.util.net.WebsocketAddr
Returns the zone of an address.
goToIntent(NodeId, String) - Method in class com.tccc.kos.core.service.browser.BrowserService
Navigates the default browser on the specified node to the specified intent.
goToIntent(NodeId, String, String) - Method in class com.tccc.kos.core.service.browser.BrowserService
Navigates the named browser on the specified node to the specified intent.
goToIntent(BrowserIntent) - Method in class com.tccc.kos.core.service.browser.BrowserService
Resolve the specified intent and navigate the browser accordingly.
goToIntent(String) - Method in class com.tccc.kos.core.service.browser.BrowserService
Navigates the browser on the current node to the specified intent.
goToUrl(NodeId, String, boolean) - Method in class com.tccc.kos.core.service.browser.BrowserService
Navigates the default browser on the specified node to the specified URL.
goToUrl(NodeId, String, String, boolean) - Method in class com.tccc.kos.core.service.browser.BrowserService
Navigates the named browser on the specified node to the specified URL.
goToUrl(BrowserUrl) - Method in class com.tccc.kos.core.service.browser.BrowserService
Navigates to the url contained in the navigation request.
goToUrl(String) - Method in class com.tccc.kos.core.service.browser.BrowserService
Navigates the browser on the current node to the specified URL.
goToUrl(String, boolean) - Method in class com.tccc.kos.core.service.browser.Browser
Loads the specified URL in the browser.
goToUrl(String, boolean) - Method in class com.tccc.kos.core.service.browser.BrowserService
Navigates the browser on the current node to the specified URL with optional redirect.
GramUnit - Class in com.tccc.kos.commons.util.units.impl
A Unit class that represents mass in grams.
GramUnit() - Constructor for class com.tccc.kos.commons.util.units.impl.GramUnit
Creates a GramUnit with no alias and default set to true.
GramUnit(String, boolean) - Constructor for class com.tccc.kos.commons.util.units.impl.GramUnit
Creates a GramUnit with the specified alias and default flag.
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form