Uses of Class
com.tccc.kos.commons.core.service.handle.Handle
Packages that use Handle
Package
Description
Provides classes and interfaces related to the configuration system.
Provides the abstract KosApplication class, which all KOS apps derive from.
-
Uses of Handle in com.tccc.kos.commons.core.service
Methods in com.tccc.kos.commons.core.service that return Handle -
Uses of Handle in com.tccc.kos.commons.core.service.config
Methods in com.tccc.kos.commons.core.service.config that return Handle -
Uses of Handle in com.tccc.kos.commons.core.service.handle
Methods in com.tccc.kos.commons.core.service.handle that return HandleModifier and TypeMethodDescriptionHandleAware.getHandle()Returns the handle for this bean.HandleService.getRootHandle(String name) Returns a root handle with the specified name, creating the instance if needed.Methods in com.tccc.kos.commons.core.service.handle with parameters of type HandleModifier and TypeMethodDescriptionvoidAdds the specified handle as a child of this handle without a name prefix.voidAdds the specified handle as a child of this handle using the specified name prefix.Constructors in com.tccc.kos.commons.core.service.handle with parameters of type Handle -
Uses of Handle in com.tccc.kos.commons.core.service.state
Methods in com.tccc.kos.commons.core.service.state that return HandleConstructors in com.tccc.kos.commons.core.service.state with parameters of type Handle -
Uses of Handle in com.tccc.kos.core.service.app
Methods in com.tccc.kos.core.service.app that return Handle -
Uses of Handle in com.tccc.kos.core.service.assembly
Methods in com.tccc.kos.core.service.assembly that return Handle -
Uses of Handle in com.tccc.kos.core.service.device
Methods in com.tccc.kos.core.service.device that return Handle -
Uses of Handle in com.tccc.kos.core.service.gpio
Methods in com.tccc.kos.core.service.gpio that return Handle -
Uses of Handle in com.tccc.kos.core.service.hardware
Methods in com.tccc.kos.core.service.hardware that return Handle