Uses of Class
com.tccc.kos.commons.util.NodeId
Packages that use NodeId
Package
Description
Provides access to the binary link code.
Contains classes related to binary message handling.
Contains classes related to spawning processes and services.
-
Uses of NodeId in com.tccc.kos.commons.core.service.blink
Methods in com.tccc.kos.commons.core.service.blink that return NodeId -
Uses of NodeId in com.tccc.kos.commons.core.service.blink.binarymsg
Methods in com.tccc.kos.commons.core.service.blink.binarymsg that return NodeId -
Uses of NodeId in com.tccc.kos.core.app
Methods in com.tccc.kos.core.app that return NodeIdModifier and TypeMethodDescriptionstatic NodeId
KosCore.getNodeId()
Returns the ID of the node we're running on.static NodeId
KosCore.getPrimaryNodeId()
Returns the nodeId of the primary node. -
Uses of NodeId in com.tccc.kos.core.manifest
Methods in com.tccc.kos.core.manifest with parameters of type NodeIdModifier and TypeMethodDescriptionResolvedDeviceManifest.getNodeManifest
(NodeId nodeId, String boardType, String arch) Return the node manifest for the specified node, boardType and arch. -
Uses of NodeId in com.tccc.kos.core.primary.service.nodemgr
Methods in com.tccc.kos.core.primary.service.nodemgr with parameters of type NodeIdModifier and TypeMethodDescriptionvoid
NodeMgrService.declareNode
(NodeId nodeId) Declare that the specified node is an expected part of the overall device. -
Uses of NodeId in com.tccc.kos.core.service.browser
Methods in com.tccc.kos.core.service.browser that return NodeIdMethods in com.tccc.kos.core.service.browser with parameters of type NodeIdModifier and TypeMethodDescriptionBrowserService.getBrowser
(NodeId nodeId, String name) Returns the named browser on the specified nodeId.void
Navigates the default browser on the specified node to the specified URL.void
Navigates the named browser on the specified node to the specified URL.void
Browser.setDefaultHost
(NodeId nodeId) Set the default host to use for urls that don't specify a hostname.void
Constructors in com.tccc.kos.core.service.browser with parameters of type NodeId -
Uses of NodeId in com.tccc.kos.core.service.fuse
Methods in com.tccc.kos.core.service.fuse that return NodeIdMethods in com.tccc.kos.core.service.fuse with parameters of type NodeIdModifier and TypeMethodDescriptionMount a kab file to a directory that is the identifier of the kab.Mount a kab file at the specified mount directory.void
FuseService.unmountAll
(NodeId nodeId) Unmount all mounts on the specified node. -
Uses of NodeId in com.tccc.kos.core.service.spawn
Methods in com.tccc.kos.core.service.spawn that return NodeIdMethods in com.tccc.kos.core.service.spawn with parameters of type NodeIdModifier and TypeMethodDescriptionvoid
SpawnService.addProcess
(SpawnProcess process, NodeId nodeId) Add a process to the spawn list.SpawnService.getProcesses
(NodeId nodeId) Return a list of processes that are currently expected to be running on the specified node. -
Uses of NodeId in com.tccc.kos.core.service.udev
Methods in com.tccc.kos.core.service.udev that return NodeId