public static class IotIgniteManager.NodeFactory
extends java.lang.Object
Node factory class to create Node. To create a Node the application
must have an authenticated instance of IotIgniteManager.
If the application trying to create a Node which already created
IotIgniteManager.NodeFactory returns an instance of created Node, does not overrides
this Node.| Modifier and Type | Method and Description |
|---|---|
static Node |
createNode(java.lang.String nodeID,
java.lang.String nodeName,
NodeType nodeType,
java.lang.String uniqueID,
NodeListener listener)
Create or gets instance of already created
Node
nodeID must follow the rules which are defined with the Regex below
^[a-zA-Z0-9]+([ ]?[a-zA-Z0-9-.:@]+)*$ |
public static Node createNode(java.lang.String nodeID, java.lang.String nodeName, NodeType nodeType, java.lang.String uniqueID, NodeListener listener)
Node
nodeID must follow the rules which are defined with the Regex below
^[a-zA-Z0-9]+([ ]?[a-zA-Z0-9-.:@]+)*$