Node Methods
Method | Description |
---|---|
addNodeToBank | Adds a node to the bank.
The user calling this method must have FTAdminRight. |
updateNodeInBank | Updates a node from the bank.
The user calling this method must have FTAdminRight. |
deleteNodeFromBank | Deletes a node from the bank.
The user calling this method must have FTAdminRight. |
getNodeFromServer | Gets the specified node from the server.
If the node does not exist, an exception is thrown. The user calling this method must have FTAdminRight. |
retrieveAllNodesFromServer | Gets all the configured nodes from the specified server as an array of nodes.
The last element of the array is null. If no nodes are found, an array of one element is returned with a value of null. The user calling this method must have FTAdminRight. |
addNodeToServer | Adds a node to a server.
The user calling this method must have FTAdminRight. |
deleteNodeFromServer
|
Deletes a node from the server.
The user calling this method must have FTAdminRight. |
retrieveAllNodeFTsFromBank | Gets all the configured nodes from the bank as an array of nodes.
The last element of the array is null. If no nodes are found, an array of one element is returned with a value of null. The user calling this method must have FTAdminRight. |
getNodeFromBank | Gets the specified node from the bank.
If the node does not exist, an exception is thrown. The user calling this method must have FTAdminRight. |