| Package | Description |
|---|---|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| com.prosysopc.ua.nodes |
Common
UaNode model. |
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| Modifier and Type | Method and Description |
|---|---|
protected UaNode |
NodeCache.createNode(NodeClass nodeClass,
NodeId nodeId,
QualifiedName browseName,
LocalizedText displayName,
ExpandedNodeId typeDefinition)
Create a new node and add it to the cache.
|
| Modifier and Type | Method and Description |
|---|---|
protected UaNode |
AbstractUaNodeFactory.createInstance(Function<UaNode.Parameters,? extends UaNode> constructor,
NodeId nodeId,
QualifiedName browseName,
LocalizedText displayName,
ExpandedNodeId typeDefinition)
Constructs the node using the given Constructor and sets given TypeDefinition or known java
class mapping, if applicable.
|
UaNode |
UaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
QualifiedName browseName,
LocalizedText displayName)
Create a new Node object based on the nodeClass (or typeDefinition).
|
UaNode |
AbstractUaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
QualifiedName browseName,
LocalizedText displayName) |
UaNode |
UaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
QualifiedName browseName,
LocalizedText displayName,
ExpandedNodeId typeDefinition)
Create a new Node object based on the nodeClass (or typeDefinition).
|
UaNode |
AbstractUaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
QualifiedName browseName,
LocalizedText displayName,
ExpandedNodeId typeDefinition) |
UaNode |
UaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
QualifiedName browseName,
LocalizedText displayName,
NodeId typeDefinition)
Create a new Node object based on the nodeClass (or typeDefinition).
|
UaNode |
AbstractUaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
QualifiedName browseName,
LocalizedText displayName,
NodeId typeDefinition) |
UaNode |
UaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
String name,
Locale locale)
Create a new Node object based on the nodeClass (or typeDefinition).
|
UaNode |
AbstractUaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
String name,
Locale locale) |
UaNode |
UaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
String name,
Locale locale,
ExpandedNodeId typeDefinitionId)
Create a new Node object based on the nodeClass (or typeDefinition).
|
UaNode |
AbstractUaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
String name,
Locale locale,
ExpandedNodeId typeDefinitionId) |
UaNode |
UaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
String name,
Locale locale,
NodeId typeDefinitionId)
Create a new Node object based on the nodeClass (or typeDefinition).
|
UaNode |
AbstractUaNodeFactory.createNode(NodeClass nodeClass,
NodeId nodeId,
String name,
Locale locale,
NodeId typeDefinitionId) |
<T extends UaNode> |
UaNodeFactory.registerNodeClass(NodeClass nodeClass,
Function<UaNode.Parameters,T> constructor) |
<T extends UaNode> |
AbstractUaNodeFactory.registerNodeClass(NodeClass nodeClass,
Function<UaNode.Parameters,T> constructor) |
<T extends UaNode> |
UaNodeFactory.registerTypeDefinition(UaNodeId typeDefinition,
Function<UaNode.Parameters,T> constructor) |
<T extends UaNode> |
AbstractUaNodeFactory.registerTypeDefinition(UaNodeId typeDefinition,
Function<UaNode.Parameters,T> constructor) |
| Modifier and Type | Method and Description |
|---|---|
protected NodeId |
NodeManagementServiceHandler.addNode(ServiceContext serviceContext,
AddNodesItem nodeToAdd) |
<T extends UaType> |
NodeManagerUaNode.addType(ExpandedNodeId newTypeDefinitionId,
String name,
T baseType) |
<T extends UaType> |
NodeManagerUaNode.addType(NodeId nodeId,
String name,
T baseType)
Add a new Object type Node to the Node Manager.
|
protected void |
NodeManagerTable.init() |
protected void |
NodeManager.init()
Initialize the NodeManager.
|
protected void |
NodeManagementServiceHandler.init() |
protected void |
NodeManagerTable.start()
Start all node managers.
|
protected void |
NodeManagerRoot.start() |
protected void |
NodeManager.start()
Start the NodeManager, i.e.
|
void |
NodeManagementServiceHandler.start() |
Copyright © 2026. All rights reserved.