| Package | Description |
|---|---|
| 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.nodes |
Common
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. |
| Modifier and Type | Field and Description |
|---|---|
protected UaNodeFactory |
NodeMap.nodeFactory |
| Modifier and Type | Method and Description |
|---|---|
UaNodeFactory |
NodeMap.getNodeFactory()
The node factory can be used to define which object classes are used for different node types.
|
| Constructor and Description |
|---|
NodeMap(UaNodeFactory nodeFactory) |
| Constructor and Description |
|---|
NodeCache(UaNodeFactory nodeFactory,
int maxQueueLength,
long nodeMaxAgeInMillis)
Creates new NodeCache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UaClientNodeFactory
Default implementation of the UaNodeFactory for the client side.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUaNodeFactory
A base for
UaNodeFactory implementations, mostly to be used internally. |
| Modifier and Type | Method and Description |
|---|---|
UaNodeFactory |
NodeManagerUaNode.getNodeFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeManagerUaNode.setNodeFactory(UaNodeFactory nodeFactory)
Define the NodeFactory to use for creating new nodes.
|
| Constructor and Description |
|---|
NodeMapUaNode(UaNodeFactory nodeFactory)
Create the NodeMap with a default map, which is a
ConcurrentHashMap. |
NodeMapUaNode(UaNodeFactory nodeFactory,
Map<NodeId,UaNode> map) |
| Modifier and Type | Class and Description |
|---|---|
class |
UaServerNodeFactory
Default implementation of the UaNodeFactory for the server side.
|
Copyright © 2026. All rights reserved.