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

Packages that use NodeManagerTable
com.prosysopc.ua.server Main server side classes of the SDK. 
com.prosysopc.ua.server.nodes Server side implementation classes for the UaNode model. 
 

Uses of NodeManagerTable in com.prosysopc.ua.server
 

Fields in com.prosysopc.ua.server declared as NodeManagerTable
protected  NodeManagerTable UaServer.nodeManagerTable
           
protected  NodeManagerTable SubscriptionManager.nodeManagerTable
           
 

Methods in com.prosysopc.ua.server that return NodeManagerTable
 NodeManagerTable UaServer.getAddressSpace()
           
 NodeManagerTable UaServer.getNodeManagerTable()
          Deprecated. Use UaServer.getAddressSpace()
 NodeManagerTable SubscriptionManager.getNodeManagerTable()
           
 NodeManagerTable ServiceManagerBase.getNodeManagerTable()
           
 NodeManagerTable ServiceHandler.getNodeManagerTable()
           
 

Constructors in com.prosysopc.ua.server with parameters of type NodeManagerTable
AttributeServiceHandler(SessionManager sessionManager, NodeManagerTable nodeManagerTable)
           
ExternalNodeManager(NodeManagerTable nodeManagerTable)
           
ModelParser(NodeManagerTable nodeManagerTable)
          Creates a new ModelParser.
NodeManagementServiceHandler(SessionManager sessionManager, NodeManagerTable nodeManagerTable)
          Create the NodeManagementServiceSetHandler.
NodeManagerTable.ModelParserForUaDefinedTypes(NodeManagerTable nodeManagerTable, URL path, Map<String,PredefinedIdPair> ids, org.opcfoundation.ua.common.NamespaceTable nsTable)
          Creates a new ModelParser with the handler and xmlPath specified
NodeManagerTable.ModelParserForUaDefinedTypes(NodeManagerTable nodeManagerTable, URL path, Map<String,PredefinedIdPair> ids, org.opcfoundation.ua.common.NamespaceTable nsTable, Map<String,NodeManagerTable.ModelParserForUaDefinedTypes.ParentDefinition> parentIds)
           
ServiceHandler(SessionManager sessionManager, NodeManagerTable nodeManagerTable)
          Create a new ServiceManager attached to a serviceContext manager
SubscriptionManager(SessionManager sessionManager, NodeManagerTable nodeManagerTable)
           
 

Uses of NodeManagerTable in com.prosysopc.ua.server.nodes
 

Methods in com.prosysopc.ua.server.nodes that return NodeManagerTable
 NodeManagerTable ServerNode.getAddressSpace()
          Returns the (@link UaAddressSpace) of the (@link UaNode).
 



Copyright © 2018. All rights reserved.