Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
N
- name() - Element in annotation interface com.tccc.kos.commons.core.dispatcher.annotations.ApiEndpoint.Param
-
Name of a parameter in the request handler.
- Namespace() - Constructor for class com.tccc.kos.commons.util.json.fragments.LocalizationFragment.Namespace
- navigate(String) - Method in interface com.tccc.kos.core.service.browser.BrowserSession
-
The url to navigate to.
- NetworkConnection - Class in com.tccc.kos.core.service.network.beans
-
Network connection information.
- NetworkConnection() - Constructor for class com.tccc.kos.core.service.network.beans.NetworkConnection
- NetworkInterface - Class in com.tccc.kos.core.service.network.beans
-
Information about an available network interface.
- NetworkInterface() - Constructor for class com.tccc.kos.core.service.network.beans.NetworkInterface
- NetworkInterfaceAssociations - Class in com.tccc.kos.core.service.network.beans
-
Interface names by category.
- NetworkInterfaceAssociations() - Constructor for class com.tccc.kos.core.service.network.beans.NetworkInterfaceAssociations
- NetworkInterfaceCategory - Enum Class in com.tccc.kos.core.service.network.beans
-
Available interface categories, which is one of the following: INTERNAL : The interface is only used internally within the device.
- NetworkInterfaceDetails - Class in com.tccc.kos.core.service.network.beans
-
Information about an available network interface.
- NetworkInterfaceDetails() - Constructor for class com.tccc.kos.core.service.network.beans.NetworkInterfaceDetails
- NetworkInterfaceWatch - Class in com.tccc.kos.core.service.network.beans
-
A watch object that will receive change events for the associated interface.
- NetworkInterfaceWatch.Callback - Interface in com.tccc.kos.core.service.network.beans
-
Callback interface for interface events.
- NetworkService - Class in com.tccc.kos.core.service.network
-
Service that configures network interfaces on nodes within the device.
- newRegion() - Method in class com.tccc.kos.core.service.region.XmlRegionFactory
-
Returns a new instance of
BaseRegion
. - NOATIME - Static variable in class com.tccc.kos.core.service.udev.storage.MountOption
- nodeApi(NodeId, RequestMethod, String, Map<String, Object>, Object, Class<T>, int) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a controller on the specified node with a POST request and then deserializes the response to the specified class.
- nodeDelete(NodeId, String, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a controller on the specified node with a DELETE request and then deserializes the response to the specified class.
- nodeDelete(NodeId, String, Map<String, Object>, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a controller on the specified node with a DELETE request and then deserializes the response to the specified class.
- nodeGet(NodeId, String, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a controller on the specified node with a GET request and then deserializes the response to the specified class.
- nodeGet(NodeId, String, Map<String, Object>, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a controller on the specified node with a GET request and then deserializes the response to the specified class.
- NodeId - Class in com.tccc.kos.commons.util
-
A nodeId is the combination of a node type and node name.
- NodeId(String) - Constructor for class com.tccc.kos.commons.util.NodeId
- NodeId(String, String) - Constructor for class com.tccc.kos.commons.util.NodeId
- NodeIdException - Exception in com.tccc.kos.commons.util
-
Exception thrown whenever a poorly formatted or invalid NodeId is detected.
- NodeIdException(String) - Constructor for exception com.tccc.kos.commons.util.NodeIdException
-
Constructs a new NodeId exception with the specified message.
- NodeManifest - Interface in com.tccc.kos.commons.manifest
-
Manifest that defines the state for a single node.
- NodeMgrService - Class in com.tccc.kos.core.primary.service.nodemgr
-
Service for interacting with nodeMgr clients within the cluster.
- nodePost(NodeId, String, Object, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a controller on the specified node with a POST request and then deserializes the response to the specified class.
- nodePost(NodeId, String, Map<String, Object>, Object, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a controller on the specified node with a POST request and then deserializes the response to the specified class.
- nodePut(NodeId, String, Object, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a controller on the specified node with a PUT request and then deserializes the response to the specified class.
- nodePut(NodeId, String, Map<String, Object>, Object, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a controller on the specified node with a PUT request and then deserializes the response to the specified class.
- NodeResolverService - Class in com.tccc.kos.core.service.noderesolver
-
Service for resolving a
NodeId
to an ip address on the local network. - NodeResolverService() - Constructor for class com.tccc.kos.core.service.noderesolver.NodeResolverService
- NodeSoftwareInfo - Class in com.tccc.kos.core.service.manifest
-
Information about the software running on a particular node type.
- NodeSoftwareInfo() - Constructor for class com.tccc.kos.core.service.manifest.NodeSoftwareInfo
- nodeSubscribe(NodeId, String, Class<T>, BrokerClientCallback<T>) - Method in class com.tccc.kos.commons.web.broker.BrokerClient
-
Subscribe to message broker on specified node.
- NODEV - Static variable in class com.tccc.kos.core.service.udev.storage.MountOption
- NODIRATIME - Static variable in class com.tccc.kos.core.service.udev.storage.MountOption
- NOEXEC - Static variable in class com.tccc.kos.core.service.udev.storage.MountOption
- NONE - Enum constant in enum class com.tccc.kos.core.service.network.beans.NetworkInterfaceCategory
- NOSUID - Static variable in class com.tccc.kos.core.service.udev.storage.MountOption
- NOSYMFOLLOW - Static variable in class com.tccc.kos.core.service.udev.storage.MountOption
- NOT_FOUND - Static variable in class com.tccc.kos.commons.util.dispatcher.HttpStatus
- notBlank(String) - Static method in class com.tccc.kos.commons.util.misc.StringUtil
-
Ensures that the given string is not blank.
- NotConnectedBinaryMsgException - Exception in com.tccc.kos.commons.core.service.blink.binarymsg
-
Exception thrown when there is an attempt to use a BinaryMsgSession object when one did not exist.
- NotConnectedBinaryMsgException() - Constructor for exception com.tccc.kos.commons.core.service.blink.binarymsg.NotConnectedBinaryMsgException
-
Constructs a new "binary msg: not connected" exception.
- Note() - Constructor for class com.tccc.kos.core.primary.service.update.UpdateInfo.Note
- NotFoundException - Exception in com.tccc.kos.commons.util.dispatcher.exceptions
-
Exception thrown when the requested resource is not found.
- NotFoundException(String) - Constructor for exception com.tccc.kos.commons.util.dispatcher.exceptions.NotFoundException
-
Constructs a new "not found" exception with the specified message.
- NotFoundException(String, Throwable) - Constructor for exception com.tccc.kos.commons.util.dispatcher.exceptions.NotFoundException
-
Constructs a new "not found" exception with the specified message and cause.
- NotFoundException(Throwable) - Constructor for exception com.tccc.kos.commons.util.dispatcher.exceptions.NotFoundException
-
Constructs a new "not found" exception with the specified cause.
- notifyListeners() - Method in class com.tccc.kos.core.service.device.Device
-
Called when the device has been changed and any listeners should be informed.
- notifyListeners() - Method in class com.tccc.kos.core.service.device.DeviceService
-
Called from the device when it changes.
- NotLinkedException - Exception in com.tccc.kos.core.service.hardware
-
Exception when trying to access board features when the board doesn't have a hardware link.
- NotLinkedException(Board) - Constructor for exception com.tccc.kos.core.service.hardware.NotLinkedException
-
Create a new exception for the specified board.
- notNull(String) - Static method in class com.tccc.kos.commons.util.misc.StringUtil
-
Ensures that the given string is not null.
- NotResolvableTroubleException - Exception in com.tccc.kos.commons.core.service.trouble
-
Generated when trying to resolve a trouble that doesn't implement ResolvableTrouble.
- NotResolvableTroubleException(Trouble) - Constructor for exception com.tccc.kos.commons.core.service.trouble.NotResolvableTroubleException
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form