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

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.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.kos.commons.core.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.kos.commons.core.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.
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
 
getAlias() - Method in class com.tccc.kos.commons.util.units.Unit
 
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.
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.
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.
getAppDir() - Method in class com.tccc.kos.core.service.app.Application
Returns the base directory of the application.
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.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
 
getArtifacts() - Method in interface com.tccc.kos.commons.manifest.ManifestSection
Return the artifacts in the section.
getArtifacts() - Method in class com.tccc.kos.core.manifest.ResolvedManifestSection
 
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.
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.kab.KabFile
Return the authority of the Kab.
getAuthority() - Static method in class com.tccc.kos.core.app.KosCore
Returns the authority value of this node.
getAutostartApps() - Method in class com.tccc.kos.core.service.app.AppService
Return the list of auto-started applications from the manifest.
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
 
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.
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.
getBoards() - Method in class com.tccc.kos.core.service.assembly.Assembly
 
getBoardType() - Static method in class com.tccc.kos.core.app.KosCore
Returns the board type of this node.
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.
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.
getBrowsers() - Method in class com.tccc.kos.core.service.browser.BrowserService
Returns a collection of existing Browser objects.
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.
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
 
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
 
getClassLoader() - Method in class com.tccc.kos.core.service.app.AppLoader
 
getClassName(Class<?>) - Static method in class com.tccc.kos.commons.util.misc.Str
Returns the simple class name, but includes enclosing class if nested.
getClassName(String) - Static method in class com.tccc.kos.commons.util.misc.Str
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.kos.commons.core.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.KosAddress
Returns the client's identifier.
getClientId(String) - Static method in class com.tccc.kos.commons.util.net.KosAddress
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.core.service.app.Application
Retrieves the configuration bean.
getConfig() - Method in class com.tccc.kos.core.service.device.Device
 
getConfigForPath(String) - Method in class com.tccc.kos.commons.core.service.config.ConfigService
Return the config data for the specified handle path.
getConfigForPath(String) - Method in interface com.tccc.kos.commons.core.service.config.ConfigSource
Returns the configuration data for the specified handle 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.
getCoreAssembly() - Method in class com.tccc.kos.core.service.assembly.AssemblyService
 
getCoreIface() - Method in class com.tccc.kos.commons.core.client.binarymsg.BinaryMsgClient
 
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
 
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
 
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.
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.kos.commons.core.dispatcher.ResponseEnvelope
Retrieves the response's data object.
getData() - Method in class com.tccc.kos.commons.core.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.json.JsonViewWrapper
 
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.
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
 
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
 
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.
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.
getDefaultsForPath(String) - Method in class com.tccc.kos.commons.core.service.config.ConfigService
Return the default values for the specified handle 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.concurrent.AdjustableCallback
Returns the timer's delay.
getDelay() - Method in class com.tccc.kos.commons.util.concurrent.TriggeredCallback
Returns the timer's delay.
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
getDeviceIndex() - Method in class com.tccc.kos.core.service.udev.serial.SerialDevice
Return the device index of the serial device.
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.
getDeviceType() - Method in class com.tccc.kos.commons.manifest.install.InstallViewDeviceManifest
 
getDeviceType() - Method in interface com.tccc.kos.commons.manifest.install.PrimaryManifestInstallView
Return the deviceType this manifest is compatible with.
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
 
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.
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".
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(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.kos.commons.core.httpclient.JsonResp
Returns the response envelope.
getError() - Method in class com.tccc.kos.commons.core.dispatcher.ResponseEnvelope
Retrieves the error message.
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.
getErrorMsg() - Method in class com.tccc.kos.commons.core.httpclient.JsonResp
Returns the error string of the envelope.
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.
getException() - Method in class com.tccc.kos.commons.core.httpclient.JsonResp
Returns the exception.
getExclusivityKey() - Method in class com.tccc.kos.core.service.firmware.UpdateTask
Return the exclusivity key for this task.
getFactoryRegion() - Method in class com.tccc.kos.core.service.region.RegionService
Returns the built-in "factory" region.
getFile() - Method in class com.tccc.kos.commons.kab.KabFile
 
getFile() - Method in class com.tccc.kos.commons.path.NamedPath
Retrieves the File for this path.
getFile(Enum<?>) - Method in class com.tccc.kos.commons.path.PathMgr
Same as above, excepts accepts an Enum value.
getFile(Enum<?>, String) - Method in class com.tccc.kos.commons.path.PathMgr
Same as above, excepts accepts an Enum value.
getFile(String) - Method in class com.tccc.kos.commons.path.NamedPath
Appends the specified childPath to this NamedPath and then returns the resulting File .
getFile(String) - Method in class com.tccc.kos.commons.path.PathMgr
Returns a File for the named path.
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.
getFile(String, String) - Method in class com.tccc.kos.commons.path.PathMgr
Returns a File using the named path as a base directory and adding the specified path.
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
 
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.
getFirst(Object) - Method in class com.tccc.kos.commons.util.MultiValueMap
Returns the first value of the specified key.
getFirstTrouble(TroubleMatcher) - Method in class com.tccc.kos.commons.core.service.trouble.TroubleService
Returns the first trouble that matches the matcher.
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
 
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
 
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.SoftwareInfoDescriptorFragment
 
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.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
 
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.
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.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.
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.kab.KabOutputStreamBuilder
 
getIdentifier() - Method in class com.tccc.kos.commons.kab.ZipToKabCopier
 
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.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 .
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(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.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.
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.
getInterfaceCount() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgSession
Return the number of interfaces.
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
 
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.
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.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 Kab for the application KAB.
getKab() - Method in class com.tccc.kos.core.service.app.AppLoader
 
getKabByIdentifier(String) - Method in class com.tccc.kos.core.util.DirectoryKabSource
 
getKabByIdentifier(String) - Method in interface com.tccc.kos.core.util.KabSource
Return the kab file with the specified identifier.
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.
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.commons.manifest.install.InstallViewDeviceManifest
 
getKabs() - Method in interface com.tccc.kos.commons.manifest.install.PrimaryManifestInstallView
Return the list of kabs required for the entire device.
getKabs() - Method in interface com.tccc.kos.commons.manifest.NodeManifest
Return the list of kabs for the node, including the layers.
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
 
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.
getLanguages() - Method in class com.tccc.kos.commons.util.json.fragments.LanguageDescriptorFragment
 
getLast(Object) - Method in class com.tccc.kos.commons.util.MultiValueMap
Returns the last value of the specified key.
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 class com.tccc.kos.commons.manifest.install.InstallViewDeviceManifest
 
getLayers() - Method in interface com.tccc.kos.commons.manifest.install.PrimaryManifestInstallView
Return the list of layers required for the primary node only.
getLayers() - Method in interface com.tccc.kos.commons.manifest.NodeManifest
Return the list of layers for the node.
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
 
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
 
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.util.json.fragments.LanguageDescriptorFragment.Language
Return the locale of the language following IETF BCP 47 standards using ISO 639 alpha2 language codes and ISO 3166 alpha2 country codes.
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.core.dispatcher.ResponseVersion
 
getManifestId() - Method in class com.tccc.kos.core.manifest.ResolvedDeviceManifest
 
getManifestId() - Method in class com.tccc.kos.core.primary.service.nodemgr.install.InstallBuilder
 
getManifestId() - Method in class com.tccc.kos.core.service.manifest.ManifestService
Return the id of the active device manifest.
getManifestKab() - Method in class com.tccc.kos.core.manifest.ResolvedDeviceManifest
 
getManifestKab() - Method in class com.tccc.kos.core.primary.service.nodemgr.install.InstallBuilder
 
getManifestService() - Method in class com.tccc.kos.core.service.app.AppLoader
 
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
 
getMaxFailedConnects() - Method in class com.tccc.kos.commons.web.client.WebsocketClient
 
getMaxFailureCount() - Method in class com.tccc.kos.commons.web.client.WebsocketClient
 
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
 
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
 
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
 
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.core.dispatcher.ResponseVersion
 
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.
getMissingArtifacts() - Method in class com.tccc.kos.core.primary.service.nodemgr.install.InstallBuilder
Return the list of kabs referenced by the manifest but are not available from any of the sources.
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.
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.
getName() - Method in class com.tccc.kos.commons.core.client.binarymsg.BinaryMsgClientIface
 
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 interface com.tccc.kos.commons.manifest.ManifestSection
Return the name of the section.
getName() - Method in class com.tccc.kos.commons.path.NamedPath
Gets the name of the path.
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.LanguageDescriptorFragment.Language
Return the name of the language, suitable for display to an end user.
getName() - Method in class com.tccc.kos.commons.util.json.fragments.SoftwareInfoDescriptorFragment
 
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.browser.BrowserId
 
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.
getNamedPaths() - Method in class com.tccc.kos.commons.path.PathMgr
Return all named paths
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.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.
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.manifest.NodeSoftwareInfo
 
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.
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.browser.BrowserId
 
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.spawn.SpawnProcess
 
getNodeId() - Method in class com.tccc.kos.core.service.udev.UdevNode
 
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, String, String) - Method in class com.tccc.kos.core.manifest.ResolvedDeviceManifest
Return the node manifest for the specified node, boardType and arch.
getNodeManifests() - Method in interface com.tccc.kos.commons.manifest.DeviceManifest
Return the available NodeManifest contained within the top level device manifest.
getNodeName() - Method in class com.tccc.kos.commons.core.service.blink.BlinkIdentity
 
getNodeName() - Method in class com.tccc.kos.commons.util.NodeId
 
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 class com.tccc.kos.commons.util.NodeId
 
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.
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
 
getOnBlocked() - Method in class com.tccc.kos.commons.util.Block
 
getOnRemove() - Method in class com.tccc.kos.commons.util.AutowiredList
 
getOnUnblocked() - Method in class com.tccc.kos.commons.util.Block
 
getOptionsForPath(String) - Method in interface com.tccc.kos.commons.core.service.config.ConfigSource
Returns the option data for the specified handle path.
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
 
getOverridesForPath(String) - Method in class com.tccc.kos.commons.core.service.config.ConfigService
Return the overrides for the specified handle 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.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.service.config.BeanChanges
 
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.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.commons.path.NamedPath
Returns the full path.
getPath() - Method in class com.tccc.kos.core.service.spawn.SpawnProcess
 
getPath(Enum<?>) - Method in class com.tccc.kos.commons.path.PathMgr
Same as above, excepts accepts an Enum value.
getPath(String) - Method in class com.tccc.kos.commons.path.NamedPath
Appends the specified childPath to this NamedPath and then returns the resulting directory path.
getPath(String) - Method in class com.tccc.kos.commons.path.PathMgr
Returns the named path with the specified name.
getPathMgr() - Static method in class com.tccc.kos.core.app.KosCore
Returns the object that gives us access to named paths.
getPaths() - Method in class com.tccc.kos.commons.core.service.config.ConfigChanges
Return the collection of changed handle paths.
getPaths() - Method in interface com.tccc.kos.commons.core.service.config.ConfigSource
Returns a list of bean handle paths the source knows about.
getPermissions() - Method in class com.tccc.kos.commons.kab.KabEntry
 
getPid() - Method in class com.tccc.kos.core.service.spawn.SpawnProcess
 
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.
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.
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.spawn.SpawnProcess
 
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 class com.tccc.kos.core.service.udev.UdevDevice
 
getProtocol() - Method in class com.tccc.kos.commons.core.service.blink.BlinkIdentity
 
getQualifierMap() - Method in class com.tccc.kos.core.manifest.ResolvedDeviceManifest
 
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.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.
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.
getReasonData() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
Returns the reason data if there is any.
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.
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.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.kos.commons.core.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
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.KosAddress
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
 
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.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
 
getSection() - Method in class com.tccc.kos.core.service.app.Application
Returns the ResolvedSection associated with the application.
getSection() - Method in class com.tccc.kos.core.service.app.AppLoader
 
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 ResolvedSection 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.LoadableApp
The name of the section.
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
 
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.
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.
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.
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".
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 exception com.tccc.kos.commons.core.dispatcher.exceptions.RequestException
Returns the associated 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 class com.tccc.kos.commons.core.dispatcher.ResponseEnvelope
Retrieves the HTTP status.
getStatus() - Method in class com.tccc.kos.commons.core.httpclient.JsonResp
Returns the HTTP status code.
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.
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
 
getSysname() - Method in class com.tccc.kos.core.service.udev.UdevDevice
 
getSyspath() - Method in class com.tccc.kos.core.service.udev.serial.SerialDevice
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.
getTimeZone() - Method in class com.tccc.kos.core.service.region.RegionSettings
 
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
 
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
 
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.web.websocket.router.msg.RoutedMessage
Returns the message type.
This is the header named "type".
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
 
getUdevDevice() - Method in class com.tccc.kos.core.service.udev.serial.SerialDevice
 
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.
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
 
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.
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.
getUserFile(String) - Method in class com.tccc.kos.commons.path.PathMgr
Returns a File relative to the user's "home" directory.
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.
getValue() - Method in class com.tccc.kos.commons.util.net.UriParam
 
getValues() - Method in class com.tccc.kos.commons.core.service.config.BeanUpdate
 
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.dispatcher.ResponseEnvelope
Retrieves the ResponseVersion object.
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.BaseDeviceManifest
 
getVersion() - Method in class com.tccc.kos.commons.manifest.BaseManifestArtifact
 
getVersion() - Method in class com.tccc.kos.commons.util.json.fragments.SoftwareInfoDescriptorFragment
 
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
 
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.
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
 
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.KosAddress
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.KosAddress
Returns the zone of an address.
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(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