Uses of Interface
com.prosysopc.ua.nodes.UaNodeFactory

Packages that use UaNodeFactory
com.prosysopc.ua Common classes for client and server side. 
com.prosysopc.ua.client Main client side classes of the SDK. 
com.prosysopc.ua.client.nodes Client side implementation classes for the UaNode model. 
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 UaNodeFactory in com.prosysopc.ua
 

Fields in com.prosysopc.ua declared as UaNodeFactory
protected  UaNodeFactory NodeMap.nodeFactory
           
 

Methods in com.prosysopc.ua that return UaNodeFactory
 UaNodeFactory NodeMap.getNodeFactory()
          The node factory can be used to define which object classes are used for different node types.
 

Constructors in com.prosysopc.ua with parameters of type UaNodeFactory
NodeMap(UaNodeFactory nodeFactory)
           
 

Uses of UaNodeFactory in com.prosysopc.ua.client
 

Constructors in com.prosysopc.ua.client with parameters of type UaNodeFactory
NodeCache(UaNodeFactory nodeFactory, int maxQueueLength, long nodeMaxAgeInMillis)
           
 

Uses of UaNodeFactory in com.prosysopc.ua.client.nodes
 

Classes in com.prosysopc.ua.client.nodes that implement UaNodeFactory
 class UaClientNodeFactory
          Default implementation of the UaNodeFactory for the client side.
 

Uses of UaNodeFactory in com.prosysopc.ua.server
 

Methods in com.prosysopc.ua.server that return UaNodeFactory
 UaNodeFactory NodeManagerUaNode.getNodeFactory()
           
 

Methods in com.prosysopc.ua.server with parameters of type UaNodeFactory
 void NodeManagerUaNode.setNodeFactory(UaNodeFactory nodeFactory)
          Define the NodeFactory to use for creating new nodes.
 

Constructors in com.prosysopc.ua.server with parameters of type UaNodeFactory
NodeMapUaNode(UaNodeFactory nodeFactory)
          Create the NodeMap with a default map, which is ConcurrentSkipListMap.
NodeMapUaNode(UaNodeFactory nodeFactory, Map<org.opcfoundation.ua.builtintypes.NodeId,UaNode> map)
           
 

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

Classes in com.prosysopc.ua.server.nodes that implement UaNodeFactory
 class UaServerNodeFactory
          Default implementation of the UaNodeFactory for the server side.
 



Copyright © 2018. All rights reserved.