| Package | Description |
|---|---|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| com.prosysopc.ua.server.instantiation |
Classes the SDK uses internally for building UaNode instances based on address space.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends UaInstance> |
NodeManagerUaNode.createNodeBuilder(Class<T> clazz)
Creates a NodeBuilder for given type.
|
<T extends UaInstance> |
NodeManagerUaNode.createNodeBuilder(Class<T> clazz,
UaNodeBuilderConfiguration configuration)
Creates a NodeBuilder for given type.
|
<T extends UaInstance> |
NodeManagerUaNode.createNodeBuilder(ExpandedNodeId typeDefinitionId)
Creates a NodeBuilder for given type.
|
<T extends UaInstance> |
NodeManagerUaNode.createNodeBuilder(ExpandedNodeId typeId,
UaNodeBuilderConfiguration configuration)
Creates a NodeBuilder for given type.
|
<T extends UaInstance> |
NodeManagerUaNode.createNodeBuilder(NodeId typeDefinitionId)
Creates a NodeBuilder for given type.
|
<T extends UaInstance> |
NodeManagerUaNode.createNodeBuilder(NodeId typeId,
UaNodeBuilderConfiguration configuration)
Creates a NodeBuilder for given type.
|
| Modifier and Type | Method and Description |
|---|---|
NodeBuilder<T> |
NodeBuilder.setBrowseName(QualifiedName name)
Sets the browse name of the root node of the created UaNode.
|
NodeBuilder<T> |
NodeBuilder.setDefaultNameSpaceIndex(int defaultNameSpaceIndex)
Sets the default namespace index.
|
NodeBuilder<T> |
NodeBuilder.setDisplayName(LocalizedText name)
Sets the display name of the root node of the created UaNode.
|
NodeBuilder<T> |
NodeBuilder.setName(String name)
Sets the name.
|
NodeBuilder<T> |
NodeBuilder.setNodeId(NodeId id)
Sets the node id of the root node of the created UaNode.
|
Copyright © 2026. All rights reserved.