Uses of Class
com.prosysopc.ua.server.NodeManager

Packages that use NodeManager
com.prosysopc.ua.server Main server side classes of the SDK. 
 

Uses of NodeManager in com.prosysopc.ua.server
 

Subclasses of NodeManager in com.prosysopc.ua.server
 class NodeManagerRoot
          NodeManager for the namespace 0, which is the default OPCUA namespace.
 class NodeManagerUaNode
          Main implementation of the NodeManager.
 class UaServer.NodeManagerUaServer
          Server internal namespace (NamespaceIndex 1)
 

Methods in com.prosysopc.ua.server that return NodeManager
protected  NodeManager UaServer.createNewNodeManager(ServiceContext serviceContext, String namespaceUri)
          Creates a new node manager as a response to an AddNodes request with a NodeId that is not managed by any node managers, yet.
 NodeManager MethodManager.getNodeManager()
           
 NodeManager IoManager.getNodeManager()
           
 NodeManager EventManager.getNodeManager()
          The NodeManager that the event manager is serving.
 NodeManager NodeManagerTable.getNodeManager(org.opcfoundation.ua.builtintypes.ExpandedNodeId expandedNodeId)
          Get a NodeManager that handles the specified node.
 NodeManager NodeManagerTable.getNodeManager(int namespaceIndex)
          Get a certain NodeManager from the table.
 NodeManager NodeManagerTable.getNodeManager(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Get a NodeManager that handles the specified node.
 NodeManager NodeManagerTable.getNodeManager(String namespaceUri)
          Find the node manager for the defined namespaceUri

The method equals to getNodeManager(getNamespaceTable().getIndex(namespaceUri))

 NodeManager UaServerListener.onCreateNewNodeManager(ServiceContext serviceContext, String namespaceUri)
          Called, when a client application is creating new nodes that do not have a respective NodeManager.
 NodeManager NodeManagerTable.removeNodeManager(int namespaceIndex)
           
 

Methods in com.prosysopc.ua.server with parameters of type NodeManager
 int NodeManagerTable.addNodeManager(int namespaceIndex, NodeManager nodeManager)
          Add a node manager to the table
 

Constructors in com.prosysopc.ua.server with parameters of type NodeManager
EventManager(NodeManager nodeManager)
          The constructor used to create a new EventManager.
EventManagerUaNode(NodeManager nodeManager)
           
HistoryManager(NodeManager nodeManager)
           
IoManager(NodeManager nodeManager)
          Default constructor.
IoManagerUaNode(NodeManager nodeManager)
           
MethodManager(NodeManager nodeManager)
           
MethodManagerUaNode(NodeManager nodeManager)
           
 



Copyright © 2018. All rights reserved.