| Package | Description |
|---|---|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| Modifier and Type | Method and Description |
|---|---|
UaDataType |
AddressSpace.getDataType(NodeId dataTypeId)
Return
UaDataType matching the given id, throws if node is not found or is not of
correct type. |
UaMethod |
AddressSpace.getMethod(ExpandedNodeId methodId)
Get an UA method definition from the server.
|
UaMethod |
AddressSpace.getMethod(NodeId methodId)
Get an UA method definition from the server.
|
UaMethod |
AddressSpace.getMethod(UaNodeId methodId)
Get an UA method definition from the server.
|
UaMethod |
AddressSpace.getMethodByName(NodeId nodeId,
QualifiedName methodName)
Get a method with methodName of a node.
|
List<UaMethod> |
AddressSpace.getMethods(NodeId nodeId)
Get all methods of an object node.
|
UaNode |
AddressSpace.getNode(ExpandedNodeId nodeId)
Finds the node object, corresponding to the NodeId.
|
<T extends UaNode> |
AddressSpace.getNode(ExpandedNodeId nodeId,
Class<T> clazz)
Convenience method for
AddressSpace.getNode(ExpandedNodeId) which automatically casts the result to
the requested class. |
UaNode |
AddressSpace.getNode(NodeId nodeId)
Finds the node object, corresponding to the NodeId.
|
<T extends UaNode> |
AddressSpace.getNode(NodeId nodeId,
Class<T> clazz)
Convenience method for
AddressSpace.getNode(ExpandedNodeId) which automatically casts the result to
the requested class. |
UaNode |
AddressSpace.getNode(UaNodeId nodeId)
Finds the node object, corresponding to the NodeId.
|
<T extends UaNode> |
AddressSpace.getNode(UaNodeId nodeId,
Class<T> clazz)
Convenience method for
AddressSpace.getNode(UaNodeId) which automatically casts the result to the
requested class. |
UaNode[] |
AddressSpace.getNodes(NodeId... nodeIds)
Like
AddressSpace.getNode(com.prosysopc.ua.stack.builtintypes.ExpandedNodeId), but optimized for multiple nodes at the same time. |
FolderTypeImpl |
AddressSpace.getObjectsFolder() |
FolderTypeImpl |
AddressSpace.getRoot() |
UaType |
AddressSpace.getType(NodeId typeId)
Get a Type node.
|
static InternalGetNodesResults |
InternalAddressSpaceAccessHelper.internalGetNodesWithNodeIds(boolean parallelCalls,
AddressSpace addressSpace,
Set<NodeId> nodeIds)
Internal method.
|
static InternalGetNodesResults |
InternalAddressSpaceAccessHelper.internalGetNodesWithNodeIdsAndPreBrowseData(boolean parallelCalls,
AddressSpace addressSpace,
Set<NodeId> nodeIds,
InternalBrowseResults browseDataForNodeIds)
Internal method.
|
Copyright © 2026. All rights reserved.