Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
O
- offline() - Method in class com.tccc.kos.core.service.browser.Browser
-
Called by
BrowserSession
to indicate that it can no longer display content on a browser instance. - OK - Static variable in class com.tccc.kos.commons.util.dispatcher.HttpStatus
- onAppLoad(Application<?>) - Method in interface com.tccc.kos.core.service.app.AppListener
-
Called when an
Application
has been loaded but not yet started. - onAppStart(Application<?>) - Method in interface com.tccc.kos.core.service.app.AppListener
-
Called when an
Application
has been started. - onAppStart(Application<?>) - Method in interface com.tccc.kos.core.service.app.AppStartedCallback
-
Called when the selected
Application
has been started. - onAppStop(Application<?>) - Method in interface com.tccc.kos.core.service.app.AppListener
-
Called when an
Application
is about to be stopped as preparation for unloading. - onAppUnload(Application<?>) - Method in interface com.tccc.kos.core.service.app.AppListener
-
Called when an
Application
is unloaded. - onBeanReady() - Method in class com.tccc.kos.commons.util.ready.ReadyBean
-
Override in subclasses to be notified when all dependencies are ready.
- onBeanReady() - Method in class com.tccc.kos.core.service.config.server.ConfigServer
- onBeanReady() - Method in class com.tccc.kos.core.service.criticaldata.CriticalDataService
- onBeanReady() - Method in class com.tccc.kos.core.service.device.DeviceService
- onBeanReady() - Method in class com.tccc.kos.core.service.device.serialnum.criticaldata.CriticalDataSerialNumberProvider
- onBeanReady() - Method in class com.tccc.kos.core.service.firmware.FirmwareService
- onBeanReady() - Method in class com.tccc.kos.core.service.localization.LocalizationService
- onBoardLink(Board) - Method in class com.tccc.kos.core.service.criticaldata.CriticalDataService
- onBoardLink(Board) - Method in interface com.tccc.kos.core.service.hardware.BoardLinkListener
-
Called when a board is linked.
- onBoardReady() - Method in class com.tccc.kos.core.service.hardware.Board
-
Called after the board is linked to see if the board is ready for use.
- onBoardReady(Board) - Method in interface com.tccc.kos.core.service.hardware.BoardReadyListener
-
Called when a board is ready.
- onBoardUnlink(Board) - Method in class com.tccc.kos.core.service.criticaldata.CriticalDataService
- onBoardUnlink(Board) - Method in interface com.tccc.kos.core.service.hardware.BoardLinkListener
-
Called when a board is unlinked.
- onChange(S) - Method in interface com.tccc.kos.commons.util.AutowiredList.ChangeListener
-
Called when the list changes.
- onChildCtxDestroyed(BeanContext) - Method in interface com.tccc.kos.commons.core.context.CtxChildDestroyListener
-
This method is called by
BeanContext
when a child context is destroyed. - onChildCtxDestroyed(BeanContext) - Method in interface com.tccc.kos.commons.core.context.CtxDestroyListener
-
This method is called by
BeanContext
when a child context is destroyed. - onClose() - Method in interface com.tccc.kos.commons.core.service.blink.BlinkCloseCallback
-
Called when the connection closes.
- onConfigChanged(BeanChanges) - Method in interface com.tccc.kos.commons.core.service.config.ConfigAware
-
Called any time the configuration is changed after the initial
onConfigSet()
is called. - onConfigChanged(ConfigBean, BeanChanges) - Method in interface com.tccc.kos.commons.core.service.config.ConfigBeanListener
-
Called when a ConfigBean has been changed.
- onConfigChanged(ConfigService, ConfigChanges) - Method in interface com.tccc.kos.commons.core.service.config.ConfigChangeListener
-
Called when config settings have changed.
- onConfigSet(BeanChanges) - Method in interface com.tccc.kos.commons.core.service.config.ConfigAware
-
Called the first time the configuration is set.
- onConnect() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIface
-
Called once the parent session is fully initialized and the iface is ready to be used.
- onConnect(WebsocketConnection) - Method in class com.tccc.kos.commons.web.websocket.router.WebsocketRouter
-
Process connections from various sources including the http server which allows clients to connect, as well as outbound websockets.
- onConnect(WebsocketConnection) - Method in interface com.tccc.kos.commons.web.websocket.WebsocketConnectionListener
-
Called when a client connects to the server.
- onConnect(T) - Method in interface com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIfaceListener
-
Called once the associated iface is initialized and ready for use.
- onCriticalDataAvailable(CriticalDataService) - Method in interface com.tccc.kos.core.service.criticaldata.CriticalDataListener
-
Notify the listener that we have consensus on our critical data.
- onCriticalDataAvailable(CriticalDataService) - Method in class com.tccc.kos.core.service.device.serialnum.criticaldata.CriticalDataSerialNumberProvider
- onCriticalDataChanged(CriticalDataService, String, Object) - Method in interface com.tccc.kos.core.service.criticaldata.CriticalDataListener
-
Notify the listener that the critical data just changed.
- onCriticalDataChanged(CriticalDataService, String, Object) - Method in class com.tccc.kos.core.service.device.serialnum.criticaldata.CriticalDataSerialNumberProvider
- onCriticalDataUnavailable() - Method in interface com.tccc.kos.core.service.criticaldata.CriticalDataListener
-
Notify the listener that there is no critical data available.
- onCriticalDataUnavailable() - Method in class com.tccc.kos.core.service.device.serialnum.criticaldata.CriticalDataSerialNumberProvider
- onCtxAutowiringCompleted() - Method in interface com.tccc.kos.commons.core.context.CtxEventListener
-
This method is called by the
BeanContext
when all autowiring for the bean has completed. - onCtxDestroyed() - Method in interface com.tccc.kos.commons.core.context.CtxEventListener
-
This method is called by
BeanContext
when the context is destroyed. - onCtxDestroyed(BeanContext) - Method in interface com.tccc.kos.commons.core.context.CtxDestroyListener
-
This method is called by
BeanContext
when the context is destroyed. - onCtxPhaseCompleted(String) - Method in interface com.tccc.kos.commons.core.context.CtxEventListener
-
This method is called by the
BeanContext
when all autowiring for the given phase has completed. - onDayChanged() - Method in interface com.tccc.kos.core.service.time.DayChangeListener
-
Called when the day changes.
- onDependenciesGroupReady(String) - Method in interface com.tccc.kos.commons.util.ready.ReadyListener
-
Called when
@WhenReady
-annotated fields for a particular group become ready. - onDependenciesReady() - Method in class com.tccc.kos.commons.core.service.config.ConfigService
- onDependenciesReady() - Method in class com.tccc.kos.commons.util.ready.ReadyBean
-
Override of the
ReadyListener
interface. - onDependenciesReady() - Method in interface com.tccc.kos.commons.util.ready.ReadyListener
-
Called when all
@WhenReady
-annotated beans in the object become ready. - onDependenciesReady() - Method in class com.tccc.kos.core.service.app.AppService
- onDeviceAdd(UdevService, UdevDevice) - Method in interface com.tccc.kos.core.service.udev.UdevDeviceAddRemoveListener
-
Called when a
UdevDevice
is added. - onDeviceAvailable(UdevService, UdevDevice) - Method in interface com.tccc.kos.core.service.udev.UdevDeviceAvailabilityListener
-
Called when a device is available.
- onDeviceRemove(UdevService, UdevDevice) - Method in interface com.tccc.kos.core.service.udev.UdevDeviceAddRemoveListener
-
Called when a
UdevDevice
is removed. - onDeviceUnavailable(UdevService, UdevDevice) - Method in interface com.tccc.kos.core.service.udev.UdevDeviceAvailabilityListener
-
Called when a
UdevDevice
is claimed. - onDisconnect() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIface
-
Called when the underlying session has been disconnected but before the factory that created the iface is notified.
- onDisconnect(WebsocketConnection) - Method in class com.tccc.kos.commons.web.websocket.router.WebsocketRouter
- onDisconnect(WebsocketConnection) - Method in interface com.tccc.kos.commons.web.websocket.WebsocketConnectionListener
-
Called when a client disconnects from the server.
- onDisconnect(T) - Method in interface com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIfaceListener
-
Called when the associated iface is shutdown.
- onError(WebsocketConnection) - Method in interface com.tccc.kos.commons.web.websocket.WebsocketConnectionListener
-
Called when a client has an error.
- onFailedConnect(WebsocketClient) - Method in interface com.tccc.kos.commons.web.client.WebsocketClientListener
-
Called when a client stops due to connection failures.
- onInstall(Assembly) - Method in interface com.tccc.kos.core.service.assembly.AssemblyListener
-
Called to install components associated with the specified assembly.
- onInvalidAddr(String) - Method in interface com.tccc.kos.commons.web.websocket.router.InvalidWebsocketAddrListener
-
Called when a websocket address is no longer reachable.
- online() - Method in class com.tccc.kos.core.service.browser.Browser
-
Called by a
BrowserSession
to indicate that it can now display content on a browser instance. - onLink(HardwareLink) - Method in class com.tccc.kos.core.service.hardware.Board
-
Called when the board is linked to hardware.
- onMessage(MessageData) - Method in interface com.tccc.kos.commons.core.broker.MessageBrokerCallback
-
This method is called when a broker message matching a subscribed topic is found.
- onNetworkInterfaceEvent(NetworkInterfaceWatch, JsonNode) - Method in interface com.tccc.kos.core.service.network.beans.NetworkInterfaceWatch.Callback
-
Called when an event on there registered interface occurs.
- onNoUpdateRequired(FirmwareService, FirmwareUpdatableDevice) - Method in class com.tccc.kos.core.service.firmware.FirmwareUpdatableLink
- onNoUpdateRequired(FirmwareService, FirmwareUpdatableDevice) - Method in interface com.tccc.kos.core.service.firmware.FirmwareUpdateCallback
-
No update required.
- onOTAArtifactChanges(OTAService, Collection<OTAArtifact>) - Method in interface com.tccc.kos.core.primary.service.ota.OTAListener
-
Called when information about downloaded artifacts changes.
- onOTAInstallBegin(OTAService) - Method in interface com.tccc.kos.core.primary.service.ota.OTAListener
-
Called when OTA download is complete and the release is about to be installed on the device.
- onOTAInstallFail(OTAService, String) - Method in interface com.tccc.kos.core.primary.service.ota.OTAListener
-
Called when installation fails.
- onOTAInstallSuccess(OTAService) - Method in interface com.tccc.kos.core.primary.service.ota.OTAListener
-
Called when installation completes successfully.
- onOTAPausedDueToInvalidManifest(OTAService, String) - Method in interface com.tccc.kos.core.primary.service.ota.OTAListener
-
Called when OTA is paused due to recurring errors or issues with the manifest.
- onOTAPendingActivation(OTAService, String) - Method in interface com.tccc.kos.core.primary.service.ota.OTAListener
-
Called when a release has been installed and activation is pending.
- onOTAStart(OTAService, String) - Method in interface com.tccc.kos.core.primary.service.ota.OTAListener
-
Called when
targetManifestId
is set, which will cause the OTA process to start downloading artifacts. - onOTAStop(OTAService) - Method in interface com.tccc.kos.core.primary.service.ota.OTAListener
-
Called when
targetManifestId
is set to null, which indicates that the OTA service is not currently attempting to download any artifacts. - onOwnedDeviceRemove(UdevDevice) - Method in interface com.tccc.kos.core.service.udev.UdevDeviceOwner
-
Called when a
UdevDevice
owned by this owner goes away. - onPause() - Method in interface com.tccc.kos.core.primary.service.ota.OTADownloader
-
Called when the downloader is paused at the service level.
- onPause(Pause) - Method in interface com.tccc.kos.commons.util.PauseListener
-
Called when the
Pause
pauses. - onPostInstall(Assembly) - Method in interface com.tccc.kos.core.service.assembly.AssemblyListener
-
Called when an Assembly has finished installing.
- onPostUninstall(Assembly) - Method in interface com.tccc.kos.core.service.assembly.AssemblyListener
-
Called when an Assembly has finished uninstalling.
- onPreInstall(Assembly) - Method in interface com.tccc.kos.core.service.assembly.AssemblyListener
-
Called when an Assembly is about to be installed.
- onPreUninstall(Assembly) - Method in interface com.tccc.kos.core.service.assembly.AssemblyListener
-
Called when an Assembly is about to be uninstalled.
- onReady() - Method in interface com.tccc.kos.commons.util.ready.ReadyCallback
-
Called from indicator to notify that it is ready.
- onReceive(BinaryMsg) - Method in interface com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgListener
-
Called when a message is received.
- onReceiveFromRemote(WebsocketConnection, String) - Method in class com.tccc.kos.commons.web.websocket.router.RouterEngine
-
Route the message to the correct destination.
- onReceiveFromRemote(WebsocketConnection, String) - Method in interface com.tccc.kos.commons.web.websocket.WebsocketMsgHandler
-
Called when a message is received from the remote host.
- onReceiveTopic(MessageData, T) - Method in interface com.tccc.kos.commons.web.broker.BrokerClientCallback
-
Called when a matching topic is received.
- onRegionChanged(RegionService, BaseRegion) - Method in interface com.tccc.kos.core.service.region.RegionListener
-
Called when the region is changed.
- onRemoved() - Method in class com.tccc.kos.commons.core.service.trouble.Trouble
-
Called when a trouble is removed from
TroubleService
. - onResolveBrowserIntent(BrowserIntent) - Method in interface com.tccc.kos.core.service.browser.BrowserIntentResolver
-
Called when an intent needs to be resolved.
- onResume() - Method in interface com.tccc.kos.core.primary.service.ota.OTADownloader
-
Called when the downloader is resumed at the service level.
- onResume(Pause) - Method in interface com.tccc.kos.commons.util.ResumeListener
-
Called when the
Pause
resumes. - onRouterAdded(RouterConn, boolean) - Method in interface com.tccc.kos.commons.web.websocket.router.RouterListener
-
Called when a router is added to the forwarding table.
- onRouterRemoved(RouterConn, boolean) - Method in interface com.tccc.kos.commons.web.websocket.router.RouterListener
-
Called when a router is removed from the forwarding table.
- onSerialNumberSet(String) - Method in interface com.tccc.kos.core.service.device.serialnum.SerialNumberListener
-
Called when the serial number is set, either by loading it from storage during the boot process, or when set via some other means.
- onStateChanged(StateBean) - Method in interface com.tccc.kos.commons.core.service.state.StateBeanListener
-
Called when the state of of a
StateBean
changes. - onStorageAdd(StorageService, StorageDevice) - Method in interface com.tccc.kos.core.service.udev.storage.StorageDeviceListener
-
Called when a storage device is added to the system.
- onStorageMount(StorageService, StorageDevice, StorageInfo) - Method in interface com.tccc.kos.core.service.udev.storage.StorageMountListener
-
Called when a storage device is mounted.
- onStorageRemove(StorageService, StorageDevice) - Method in interface com.tccc.kos.core.service.udev.storage.StorageDeviceListener
-
Called when a storage device is removed from the system.
- onStorageUnmount(StorageService, StorageDevice) - Method in interface com.tccc.kos.core.service.udev.storage.StorageMountListener
-
Called when a storage device is unmounted.
- onTimeChanged() - Method in interface com.tccc.kos.core.service.time.TimeChangeListener
-
Called when the time or date is changed.
- onTimeZoneChanged() - Method in interface com.tccc.kos.core.service.time.TimeZoneChangeListener
-
Called when the timezone changes.
- onTroubleAdded(Trouble) - Method in interface com.tccc.kos.commons.core.service.trouble.TroubleAware
-
Called when a trouble is added.
- onTroubleAdded(Trouble) - Method in class com.tccc.kos.commons.core.service.trouble.TroubleAwareAdapter
- onTroubleAdded(Trouble) - Method in class com.tccc.kos.commons.core.service.trouble.TroubleListenerAdapter
- onTroubleRemoved(Trouble) - Method in interface com.tccc.kos.commons.core.service.trouble.TroubleAware
-
Called when a trouble is removed.
- onTroubleRemoved(Trouble) - Method in class com.tccc.kos.commons.core.service.trouble.TroubleAwareAdapter
- onTroubleRemoved(Trouble) - Method in class com.tccc.kos.commons.core.service.trouble.TroubleListenerAdapter
- onTroubleResolved(Trouble, boolean) - Method in interface com.tccc.kos.commons.core.service.trouble.TroubleAware
-
Called when a trouble completes resolve processing whether it is successful or not.
- onTroubleResolved(Trouble, boolean) - Method in class com.tccc.kos.commons.core.service.trouble.TroubleAwareAdapter
- onTroubleResolved(Trouble, boolean) - Method in class com.tccc.kos.commons.core.service.trouble.TroubleListenerAdapter
- onUninstall(Assembly) - Method in interface com.tccc.kos.core.service.assembly.AssemblyListener
-
Called to uninstall all components associated with the specified assembly.
- onUnlink(HardwareLink) - Method in class com.tccc.kos.core.service.hardware.Board
-
Called when the board is unlinked from hardware.
- onUnmount(String) - Method in interface com.tccc.kos.commons.core.vfs.VFSSource
-
Called when the source is unmounted.
- onUpdateFailed(boolean) - Method in class com.tccc.kos.core.service.hardware.UpdatableBoard
-
Firmware update failed.
- onUpdateFailed(FirmwareService, UpdateTask, boolean) - Method in class com.tccc.kos.core.service.firmware.FirmwareUpdatableLink
- onUpdateFailed(FirmwareService, UpdateTask, boolean) - Method in interface com.tccc.kos.core.service.firmware.FirmwareUpdateCallback
-
Update failed.
- onUpdateRequired(FirmwareService, UpdateTask) - Method in interface com.tccc.kos.core.service.firmware.FirmwareUpdateCallback
-
Update required using the specified task.
- onUpdateSuccess(FirmwareService, UpdateTask) - Method in class com.tccc.kos.core.service.firmware.FirmwareUpdatableLink
- onUpdateSuccess(FirmwareService, UpdateTask) - Method in interface com.tccc.kos.core.service.firmware.FirmwareUpdateCallback
-
Update was successfully performed.
- open(int) - Method in class com.tccc.kos.core.service.udev.serial.SerialDevice
-
Open a serial device for probing.
- openDatabase(String, DatabaseMigrator) - Method in class com.tccc.kos.core.service.app.Application
-
Opens or creates a database with the specified name in the local storage area of the application.
- options() - Element in annotation interface com.tccc.kos.commons.core.service.config.annotations.ConfigDesc
-
Definition of config options within the annotation itself.
- OPTIONS - Enum constant in enum class com.tccc.kos.commons.core.dispatcher.RequestMethod
- OptionsKeypad - Class in com.tccc.kos.commons.core.service.config.options
-
Class that describes the configuration data for numeric keypad data entry.
- OptionsKeypad() - Constructor for class com.tccc.kos.commons.core.service.config.options.OptionsKeypad
- OptionsList - Class in com.tccc.kos.commons.core.service.config.options
-
Class that describes the available options as a list of specific values.
- OptionsList() - Constructor for class com.tccc.kos.commons.core.service.config.options.OptionsList
- OptionsRangeCount - Class in com.tccc.kos.commons.core.service.config.options
-
Creates a numeric range based on dividing a given range into a fixed number of values.
- OptionsRangeCount() - Constructor for class com.tccc.kos.commons.core.service.config.options.OptionsRangeCount
- OptionsRangeInterval - Class in com.tccc.kos.commons.core.service.config.options
-
Creates a numeric range based on dividing a given range into the specified interval.
- OptionsRangeInterval() - Constructor for class com.tccc.kos.commons.core.service.config.options.OptionsRangeInterval
- OptionsUnitSystemKeypad - Class in com.tccc.kos.commons.core.service.config.options
-
Class that describes the configuration data for numeric keypad data entry.
- OptionsUnitSystemKeypad() - Constructor for class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemKeypad
- OptionsUnitSystemKeypad.Params - Class in com.tccc.kos.commons.core.service.config.options
- OptionsUnitSystemList - Class in com.tccc.kos.commons.core.service.config.options
-
UnitSystem variation of
OptionsList
which allows for different lists by unit system name. - OptionsUnitSystemList() - Constructor for class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemList
- OptionsUnitSystemRangeCount - Class in com.tccc.kos.commons.core.service.config.options
-
UnitSystem variation of
OptionsRangeCount
that contains a map of range data based on unit system names. - OptionsUnitSystemRangeCount() - Constructor for class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemRangeCount
- OptionsUnitSystemRangeCount.Params - Class in com.tccc.kos.commons.core.service.config.options
- OptionsUnitSystemRangeInterval - Class in com.tccc.kos.commons.core.service.config.options
-
UnitSystem variation of
OptionsRangeInterval
that contains a map of range data based on unit system names. - OptionsUnitSystemRangeInterval() - Constructor for class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemRangeInterval
- OptionsUnitSystemRangeInterval.Params - Class in com.tccc.kos.commons.core.service.config.options
- OTAArtifact - Class in com.tccc.kos.core.primary.service.ota
-
An artifact that the OTA service needs to download.
- OTAArtifact(OTAService, String, BaseManifestArtifact, String) - Constructor for class com.tccc.kos.core.primary.service.ota.OTAArtifact
-
Constructor for a an artifact to download
- OTAArtifact.Status - Enum Class in com.tccc.kos.core.primary.service.ota
- OTADownloader - Interface in com.tccc.kos.core.primary.service.ota
-
Interface for external component that can download a missing kab used during OTA update.
- OTADownloadRequest - Class in com.tccc.kos.core.primary.service.ota
-
State around a given kab that needs to be downloaded as part of the OTA process.
- OTADownloadRequest(OTAArtifact, OTADownloader) - Constructor for class com.tccc.kos.core.primary.service.ota.OTADownloadRequest
- OTAListener - Interface in com.tccc.kos.core.primary.service.ota
-
Listener for OTA-related events.
- OTAService - Class in com.tccc.kos.core.primary.service.ota
-
Service that runs on the primary node to manage over the air updates.
- OunceUnit - Class in com.tccc.kos.commons.util.units.impl
-
A
Unit
class that represents mass in ounces. - OunceUnit() - Constructor for class com.tccc.kos.commons.util.units.impl.OunceUnit
-
Creates an
OunceUnit
with no alias and default set to true. - OunceUnit(String, boolean) - Constructor for class com.tccc.kos.commons.util.units.impl.OunceUnit
-
Creates an
OunceUnit
with the specified alias and default flag. - OutboundMessage - Class in com.tccc.kos.commons.web.websocket.router.msg
-
Outbound messages passed to the router from java to be sent to another node / client on the network.
- OutboundMessage(String) - Constructor for class com.tccc.kos.commons.web.websocket.router.msg.OutboundMessage
-
Create a new message with the specified type.
- OutboundMessage(String, Map<String, String>) - Constructor for class com.tccc.kos.commons.web.websocket.router.msg.OutboundMessage
-
Create a new message with the specified type and headers.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form