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.core.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. - 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.udev.UdevService
- onBoardLink(Board) - Method in interface com.tccc.kos.core.service.hardware.BoardLinkListener
-
Called when a board is linked.
- onBoardUnlink(Board) - Method in interface com.tccc.kos.core.service.hardware.BoardLinkListener
-
Called when a board is unlinked.
- onChange(Object) - 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(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.
- 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.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.
- 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.
- 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.
- onOwnedDeviceRemove(UdevDevice) - Method in interface com.tccc.kos.core.service.udev.UdevDeviceOwner
-
Called when a
UdevDevice
owned by this owner goes away. - 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.
- onRegionChanged(RegionService, BaseRegion) - Method in interface com.tccc.kos.core.service.region.RegionListener
-
Called when the region is changed.
- 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.
- onStateChanged(StateBean) - Method in interface com.tccc.kos.commons.core.service.state.StateBeanListener
-
Called when the state of of a
StateBean
changes. - 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(FirmwareService, FirmwareUpdatableDevice, boolean) - Method in class com.tccc.kos.core.service.firmware.FirmwareUpdatableLink
- onUpdateFailed(FirmwareService, FirmwareUpdatableDevice, 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, FirmwareUpdatableDevice, String) - Method in class com.tccc.kos.core.service.firmware.FirmwareUpdatableLink
- onUpdateSuccess(FirmwareService, FirmwareUpdatableDevice, String) - 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
- 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