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

U

UdevDevice - Class in com.tccc.kos.core.service.udev
Device from udev adapter.
UdevDevice() - Constructor for class com.tccc.kos.core.service.udev.UdevDevice
 
UdevDeviceAddRemoveListener - Interface in com.tccc.kos.core.service.udev
Listener interface to listen to device adds and removes.
UdevDeviceAvailabilityListener - Interface in com.tccc.kos.core.service.udev
Listener interface to listen to device availability.
UdevDeviceListener - Interface in com.tccc.kos.core.service.udev
Base listener for udev events.
UdevDeviceOwner - Interface in com.tccc.kos.core.service.udev
Interface that allows a UdevDevice to be claimed / released.
UdevNode - Class in com.tccc.kos.core.service.udev
All udev information about a node.
UdevNode() - Constructor for class com.tccc.kos.core.service.udev.UdevNode
 
UdevService - Class in com.tccc.kos.core.service.udev
Service that manages events from udev adapter.
UnauthorizedException - Exception in com.tccc.kos.commons.util.dispatcher.exceptions
Exception thrown when the client making a web request doesn't have rights to the requested resource.
UnauthorizedException(String) - Constructor for exception com.tccc.kos.commons.util.dispatcher.exceptions.UnauthorizedException
Constructs a new "unauthorized" exception with the specified message.
UnauthorizedException(String, Throwable) - Constructor for exception com.tccc.kos.commons.util.dispatcher.exceptions.UnauthorizedException
Constructs a new "unauthorized" exception with the specified message and cause.
UnauthorizedException(Throwable) - Constructor for exception com.tccc.kos.commons.util.dispatcher.exceptions.UnauthorizedException
Constructs a new "unauthorized" exception with the specified cause.
uninstall(Assembly) - Method in class com.tccc.kos.core.service.assembly.AssemblyService
Uninstalls an assembly.
Unit - Class in com.tccc.kos.commons.util.units
This class describes a single unit within a unit system.
Unit(String, String, String, boolean, double, double, int) - Constructor for class com.tccc.kos.commons.util.units.Unit
Creates a new Unit to be added to a UnitSystem .
UnitSystem - Class in com.tccc.kos.commons.util.units
This class contains a full description of a "unit system".
UnitSystem(String) - Constructor for class com.tccc.kos.commons.util.units.UnitSystem
Creates a new unit system with the specified identifier.
unload() - Method in class com.tccc.kos.core.service.app.Application
Called when the application is being unloaded as a result of calling AppLoader.unload() .
unload() - Method in class com.tccc.kos.core.service.assembly.Assembly
Release all resources from the assembly in preparation for garbage collection.
unload() - Method in interface com.tccc.kos.core.util.Loadable
Called when the bean is to be unloaded from memory.
unload(Object) - Method in class com.tccc.kos.commons.core.service.trouble.TroubleInfoFactory
Unload the trouble info associated with the specified key.
unloadApp(AppLoader) - Method in class com.tccc.kos.core.service.app.AppService
Unloads the application associated with the given loader.
unmount() - Method in class com.tccc.kos.core.service.udev.storage.StorageDevice
Unmount the storage
unmount(LocalizationContext) - Method in class com.tccc.kos.core.service.localization.LocalizationService
Unregister a LocalizationContext from the service.
unmount(VFSSource) - Method in class com.tccc.kos.commons.core.vfs.VFS
Removes the mount point associated with the specified source.
unmount(FuseMount) - Method in class com.tccc.kos.core.service.fuse.FuseService
Unmount a previously created mount.
unmount(String) - Method in class com.tccc.kos.commons.core.vfs.VFS
Removes the specified mount point.
unmount(String) - Method in class com.tccc.kos.core.service.localization.LocalizationService
Unregister a LocalizationContext with the specified mount path.
unmountAll(NodeId) - Method in class com.tccc.kos.core.service.fuse.FuseService
Unmount all mounts on the specified node.
unregister(StateBean) - Method in class com.tccc.kos.commons.core.service.state.StateService
Unregister a bean with the service.
unregister(HardwareLink) - Method in class com.tccc.kos.core.service.hardware.HardwareService
Unregister a hardware link.
unregister(String, AnalyticsExporter) - Method in class com.tccc.kos.core.service.analytics.server.AnalyticsServer
Unregister a exporter from a channel.
unsubscribe(BrokerClientSubscription<?>) - Method in class com.tccc.kos.commons.web.broker.BrokerClient
Unsubscribe an existing subscription.
unsubscribe(Object) - Method in interface com.tccc.kos.commons.core.broker.MessageBroker
Unsubscribes from all topics in the specified session.
unsubscribe(Object) - Method in class com.tccc.kos.core.service.app.AppMessageBroker
 
unsubscribe(Object, String) - Method in interface com.tccc.kos.commons.core.broker.MessageBroker
Unsubscribes from the specified topic.
unsubscribe(Object, String) - Method in class com.tccc.kos.core.service.app.AppMessageBroker
 
unsubscribe(String) - Method in class com.tccc.kos.core.service.app.AppMessageBroker
Unsubscribes from the specified topic.
unwatchInterface(NetworkInterfaceWatch) - Method in class com.tccc.kos.core.service.network.NetworkService
Unregister an existing interface watch so it will receive no more events.
UpdatableBoard - Class in com.tccc.kos.core.service.hardware
A Board that supports firmware update.
UpdatableBoard(Assembly, String) - Constructor for class com.tccc.kos.core.service.hardware.UpdatableBoard
 
update() - Method in class com.tccc.kos.commons.core.context.BeanContext
Updates the context without any phase.
update(BeanUpdate, String) - Method in class com.tccc.kos.commons.core.service.config.ConfigService
Update the ConfigAware bean referenced by the handle path in the updates with the values in the updates object.
update(ConfigAware<?>, String, Object, String) - Method in class com.tccc.kos.commons.core.service.config.ConfigService
Update the specified attribute of the config for the specified bean to the specified value.
update(ConfigAware<?>, Map<String, Object>, String) - Method in class com.tccc.kos.commons.core.service.config.ConfigService
Update the attributes of the config for the specified bean to the values specified in the map.
update(ConfigUpdate) - Method in interface com.tccc.kos.commons.core.service.config.MutableConfigSource
Removes all attributes in the removes list and then adds all attributes/values found in the adds list.
update(UpdateTask) - Method in interface com.tccc.kos.core.service.firmware.FirmwareUpdater
Performs the actual update associated with the UpdateTask that was returned from checkForUpdate() .
update(String) - Method in class com.tccc.kos.commons.core.context.BeanContext
Updates the context using the specified phase.
update(String, Object) - Method in class com.tccc.kos.commons.core.service.config.ConfigBean
Update the specified attribute of the config bean.
update(Collection<BeanUpdate>, String) - Method in class com.tccc.kos.commons.core.service.config.ConfigService
Update all the beans identified by the list of updates.
update(Map<String, Object>) - Method in class com.tccc.kos.commons.core.service.config.ConfigBean
Update the attributes of the config for the specified bean to the values specified in the map.
updateAllSourcesIfNeeded() - Method in class com.tccc.kos.core.service.criticaldata.CriticalDataService
Update all the sources with critical data if needed.
updateFirmware(FirmwareUpdatableDevice, FirmwareUpdater, FirmwareUpdateCallback) - Method in class com.tccc.kos.core.service.firmware.FirmwareService
Queue the device for firmware update if needed.
UpdateInfo - Class in com.tccc.kos.core.primary.service.update
Information about a software update available on a storage device.
UpdateInfo.Note - Class in com.tccc.kos.core.primary.service.update
Notes from a single manifest in the chain.
UpdateService - Class in com.tccc.kos.core.primary.service.update
This service handles USB based updates to the device.
UpdateTask - Class in com.tccc.kos.core.service.firmware
Base class for a for update tasks generated by a given FirmwareUpdater which contains all the state necessary for the updater to actually perform the update of the associated device.
UpdateTask(FirmwareInfo, int) - Constructor for class com.tccc.kos.core.service.firmware.UpdateTask
Create a update task to update a device using the specified FirmwareInfo .
UpdateTask(FirmwareInfo, int, String) - Constructor for class com.tccc.kos.core.service.firmware.UpdateTask
Create a update task to update a device using the specified FirmwareInfo .
UpdateTask(String, int, String) - Constructor for class com.tccc.kos.core.service.firmware.UpdateTask
Create a update task to update a device, not using standard FirmwareInfo .
UriBuilder - Class in com.tccc.kos.commons.util.net
General-purpose URI builder class.
UriBuilder() - Constructor for class com.tccc.kos.commons.util.net.UriBuilder
Constructs an empty URI builder.
UriBuilder(String) - Constructor for class com.tccc.kos.commons.util.net.UriBuilder
Constructs a URI builder initialized from the specified string.
UriBuilder(URI) - Constructor for class com.tccc.kos.commons.util.net.UriBuilder
Creates a URI builder initialized from the specified URI.
UriParam - Class in com.tccc.kos.commons.util.net
Data class that serves as a parameter for some UriBuilder methods.
UriParam(String, String) - Constructor for class com.tccc.kos.commons.util.net.UriParam
 
USB - Static variable in class com.tccc.kos.core.service.udev.storage.MountOption
 
UsUnitSystem - Class in com.tccc.kos.commons.util.units
This class encompases the United States (US) unit system.
UsUnitSystem() - Constructor for class com.tccc.kos.commons.util.units.UsUnitSystem
Creates a US unit system instance.
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