| 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.server |
Main server side classes of the SDK.
|
| com.prosysopc.ua.stack.core | |
| com.prosysopc.ua.stack.transport |
This package contains SecureChannel and related interfaces
|
| com.prosysopc.ua.types.opcua | |
| com.prosysopc.ua.types.opcua.client | |
| com.prosysopc.ua.types.opcua.server |
| Modifier and Type | Method and Description |
|---|---|
List<AddNodesItem> |
ModelParserBase.getNodes()
Returns a list of loaded nodes.
|
Set<AddNodesItem> |
UaNodeSet.nodesToAddNodesItem(EncoderContext target)
Converts the
UaNodeSet.getNodes() data to AddNodesItem data the context of the given
EncoderContext. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModelParserBase.afterCreate(AddNodesItem item)
This method is called once for each Variable and Object node created.
|
protected NodeId |
ModelParserBase.doAddNode(AddNodesItem item)
Add a new node to the address space.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModelParserBase.addNodes(List<AddNodesItem> nodes,
String type)
Adds the given nodes.
|
| Modifier and Type | Method and Description |
|---|---|
NodeId |
AddressSpace.addNode(AddNodesItem node)
Add a new node to the server.
|
AddNodesResult[] |
AddressSpace.addNodes(AddNodesItem... nodes)
Add new nodes to the server via the AddNodes service call.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModelParser.addNodes(List<AddNodesItem> nodes,
String type)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected NodeId |
NodeManagerTable.addNode(ServiceContext serviceContext,
AddNodesItem nodeToAdd) |
protected NodeId |
NodeManagementServiceHandler.addNode(ServiceContext serviceContext,
AddNodesItem nodeToAdd) |
protected void |
ModelParser.afterCreate(AddNodesItem item) |
protected NodeId |
ModelParser.doAddNode(AddNodesItem item) |
| Modifier and Type | Method and Description |
|---|---|
AddNodesItem |
AddNodesItem.Builder.build() |
AddNodesItem |
AddNodesItem.clone() |
AddNodesItem[] |
AddNodesRequest.getNodesToAdd() |
AddNodesItem[] |
AddNodesRequest.Builder.getNodesToAdd() |
| Modifier and Type | Method and Description |
|---|---|
void |
AddNodesRequest.setNodesToAdd(AddNodesItem[] value) |
AddNodesRequest.Builder |
AddNodesRequest.Builder.setNodesToAdd(AddNodesItem[] value) |
| Constructor and Description |
|---|
AddNodesRequest(RequestHeader f_requestHeader,
AddNodesItem[] f_nodesToAdd) |
| Modifier and Type | Method and Description |
|---|---|
AddNodesResponse |
ChannelService.AddNodes(RequestHeader f_requestHeader,
AddNodesItem... f_nodesToAdd) |
AsyncResult<AddNodesResponse> |
ChannelService.AddNodesAsync(RequestHeader f_requestHeader,
AddNodesItem... f_nodesToAdd) |
| Modifier and Type | Method and Description |
|---|---|
AddNodesItem[] |
AuditAddNodesEventType.getNodesToAdd() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditAddNodesEventType.setNodesToAdd(AddNodesItem[] value) |
| Modifier and Type | Method and Description |
|---|---|
AddNodesItem[] |
AuditAddNodesEventTypeImplBase.getNodesToAdd() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditAddNodesEventTypeImplBase.setNodesToAdd(AddNodesItem[] value) |
| Modifier and Type | Method and Description |
|---|---|
AddNodesItem[] |
AuditAddNodesEventTypeNodeBase.getNodesToAdd() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditAddNodesEventTypeNodeBase.setNodesToAdd(AddNodesItem[] value) |
Copyright © 2026. All rights reserved.