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.
- NamedPath - Class in com.tccc.kos.commons.path
-
Data class that provides the link between a logical directory name and its corresponding physical location on the disk.
- navigate(String) - Method in interface com.tccc.kos.core.service.browser.BrowserSession
-
The url to navigate to.
- newRegion() - Method in class com.tccc.kos.core.service.region.XmlRegionFactory
-
Returns a new instance of
BaseRegion
. - nodeApi(String, 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(String, 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(String, 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(String, 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(String, 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(String, 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(String, 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(String, 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(String, 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.
- NodeSoftwareInfo - Class in com.tccc.kos.core.service.manifest
-
Service that tracks the active manifest.
- NodeSoftwareInfo() - Constructor for class com.tccc.kos.core.service.manifest.NodeSoftwareInfo
- NOT_FOUND - Static variable in class com.tccc.kos.commons.core.dispatcher.HttpStatus
- notBlank(String) - Static method in class com.tccc.kos.commons.util.misc.Str
-
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.
- NotFoundException - Exception in com.tccc.kos.commons.core.dispatcher.exceptions
-
Exception thrown when the requested resource is not found.
- NotFoundException(String) - Constructor for exception com.tccc.kos.commons.core.dispatcher.exceptions.NotFoundException
-
Constructs a new "not found" exception with the specified message.
- NotFoundException(String, Throwable) - Constructor for exception com.tccc.kos.commons.core.dispatcher.exceptions.NotFoundException
-
Constructs a new "not found" exception with the specified message and cause.
- NotFoundException(Throwable) - Constructor for exception com.tccc.kos.commons.core.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.
- 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.Str
-
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