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

D

D_ddMMyy - Class in com.tccc.kos.commons.util.format.date
Date format for "dd/MM/yy" Java format.
D_ddMMyy() - Constructor for class com.tccc.kos.commons.util.format.date.D_ddMMyy
 
D_MMddyy - Class in com.tccc.kos.commons.util.format.date
Date format for "MM/dd/yy" Java format.
D_MMddyy() - Constructor for class com.tccc.kos.commons.util.format.date.D_MMddyy
 
D_yyyyMMdd - Class in com.tccc.kos.commons.util.format.date
Date format for "yyyy-MM-dd" Java format.
D_yyyyMMdd() - Constructor for class com.tccc.kos.commons.util.format.date.D_yyyyMMdd
 
DatabaseMigrator - Interface in com.tccc.kos.commons.db
Interface used to migrate database content across schema versions.
DateFormat - Class in com.tccc.kos.commons.util.format.date
Describes a date format for both Java and JavaScript.
DateFormat(String, String, String) - Constructor for class com.tccc.kos.commons.util.format.date.DateFormat
Creates a new date format with the specified properties.
DayChangeListener - Interface in com.tccc.kos.core.service.time
Listener interface for day change events.
declareNode(NodeId) - Method in class com.tccc.kos.core.primary.service.nodemgr.NodeMgrService
Declare that the specified node is an expected part of the overall device.
DEFAULT_BUF_SIZE - Static variable in class com.tccc.kos.commons.core.filesrv.FileSrvOutputStream
 
DEFAULT_PORT - Static variable in class com.tccc.kos.commons.core.client.binarymsg.BinaryMsgClient
 
DEFAULT_SERVER - Static variable in class com.tccc.kos.commons.core.client.binarymsg.BinaryMsgClient
 
DEFAULT_TIMEOUT - Static variable in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgSession
 
DEFAULT_TIMEOUT - Static variable in class com.tccc.kos.commons.web.api.ApiClient
 
defaultValue() - Element in annotation interface com.tccc.kos.commons.core.dispatcher.annotations.RequestParam
Default value if the parameter is not available.
DELETE - Enum constant in enum class com.tccc.kos.commons.core.dispatcher.RequestMethod
 
DELETE() - Element in annotation interface com.tccc.kos.commons.core.dispatcher.annotations.ApiEndpoint
Sets the URL path of the associated DELETE operation.
DELETE(String, Object, Class<T>, boolean) - Method in class com.tccc.kos.commons.core.httpclient.JsonTemplate
Performs a DELETE request on the specified URL and then parses the response into an instance of the specified class.
DELETE(URI, Object, Class<T>, boolean) - Method in class com.tccc.kos.commons.core.httpclient.JsonTemplate
Performs a DELETE request on the specified URI and then parses the response into an instance of the specified class.
deleteAll() - Method in class com.tccc.kos.commons.core.service.keyval.KeyValNameSpaceController
 
deprecated() - Element in annotation interface com.tccc.kos.commons.core.dispatcher.annotations.ApiEndpoint
If true, endpoint is deprecated
desc() - Element in annotation interface com.tccc.kos.commons.core.dispatcher.annotations.ApiController
Description of the controller for OpenApi docs.
desc() - Element in annotation interface com.tccc.kos.commons.core.dispatcher.annotations.ApiEndpoint
Description of the endpoint.
desc() - Element in annotation interface com.tccc.kos.commons.core.dispatcher.annotations.ApiEndpoint.Param
Description of the parameter.
DESCRIPTOR_FILE - Static variable in class com.tccc.kos.commons.kab.KabFile
 
destroy() - Method in class com.tccc.kos.commons.core.context.BeanContext
Destroy the bean context.
Device<T extends BaseDeviceConfig> - Class in com.tccc.kos.core.service.device
A representation of the device.
Device() - Constructor for class com.tccc.kos.core.service.device.Device
 
DeviceManifest - Interface in com.tccc.kos.commons.manifest
Abstraction of a top level device manifest.
DeviceSoftwareInfo - Class in com.tccc.kos.core.service.manifest
Service that tracks the active manifest.
DeviceSoftwareInfo() - Constructor for class com.tccc.kos.core.service.manifest.DeviceSoftwareInfo
 
DeviceView - Interface in com.tccc.kos.commons.util
JsonView class to expose data for the over arching view of the entire device.
DirectoryInstallBuilder - Class in com.tccc.kos.core.primary.service.nodemgr.install
InstallBuilder where all the kabs associated with the install are located in a specified directory.
DirectoryInstallBuilder(File) - Constructor for class com.tccc.kos.core.primary.service.nodemgr.install.DirectoryInstallBuilder
Create a new install builder using the kabs in the specified directory.
DirectoryKabSource - Class in com.tccc.kos.core.util
Implementation of KabSource that indexes the contents of the specified directory.
DirectoryKabSource(File) - Constructor for class com.tccc.kos.core.util.DirectoryKabSource
Create a new KabSource based on the kabs in the specified directory.
DirResourceLoader - Class in com.tccc.kos.commons.util.resource
Loader that searches resources on the filesystem relative to a base directory.
DirResourceLoader(File) - Constructor for class com.tccc.kos.commons.util.resource.DirResourceLoader
Create a ResourceLoader that searchs relative to the specified base directory.
disableAbortAbandoned() - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
Disables the abort of abandoned futures for this future.
disablePing() - Method in class com.tccc.kos.commons.web.client.WebsocketClient
Disable ping timeout checks on the websocket connection.
disconnect() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgSession
 
disconnect() - Method in interface com.tccc.kos.commons.core.service.blink.BlinkProtocol
Called when the underlying connection is closed.
disconnect(WebsocketConnection) - Method in class com.tccc.kos.commons.web.websocket.router.RouterEngine
Handle disconnect of a routed connection.
disconnect(BrowserSession) - Method in class com.tccc.kos.core.service.browser.Browser
Called to unlink a BrowserSession from the Browser .
disconnect(Object) - Method in class com.tccc.kos.commons.core.context.BeanContext
Disconnects a bean from the context.
dispatch(BinaryMsg) - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgSession
 
dispatch(M) - Method in class com.tccc.kos.commons.core.service.blink.BlinkSession
Dispatch a message to a handler.
DONE - Enum constant in enum class com.tccc.kos.commons.util.concurrent.future.FutureEvent
 
drain(int) - Method in class com.tccc.kos.core.service.udev.serial.SerialDevice
Drain all input from the serial device
DuplicateSubscriptionException - Exception in com.tccc.kos.commons.core.broker
Exception thrown when a there's an attempt to create a subscription to a topic that already exists for the given session.
DuplicateSubscriptionException(String) - Constructor for exception com.tccc.kos.commons.core.broker.DuplicateSubscriptionException
Constructs a "duplicate subscription" exception associated with the given topic.
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