| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
HistoryUpdateResult[] |
UaClient.historyUpdate(HistoryUpdateDetails... details)
Update history data in the server.
|
AsyncResult<HistoryUpdateResponse> |
UaClient.historyUpdateAsync(HistoryUpdateDetails... details)
Update history data in the server.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
HistoryManager.beginHistoryUpdate(ServiceContext serviceContext,
HistoryUpdateDetails[] details,
HistoryUpdateResult[] results,
DiagnosticInfo[] diagnosticInfos)
Called to notify that a HistoryUpdate is beginning.
|
protected void |
HistoryManager.endHistoryUpdate(ServiceContext serviceContext,
Object operationContext,
HistoryUpdateDetails[] details,
HistoryUpdateResult[] results,
DiagnosticInfo[] diagnosticInfos)
Called to notify the end of a HistoryRead.
|
static NodeId |
HistoryManager.getNodeIdFromHistoryUpdateDetails(HistoryUpdateDetails details)
Returns the 'NodeId' field from the given Structure (the Node id of the Object to be updated).
|
protected void |
NodeManagerTable.historyUpdate(ServiceContext serviceContext,
Object operationContext,
HistoryUpdateDetails details,
HistoryUpdateResult historyUpdateResult) |
protected void |
HistoryManager.historyUpdate(ServiceContext serviceContext,
Object operationContext,
HistoryUpdateDetails details,
HistoryUpdateResult historyUpdateResult)
Handles all history update requests.
|
default Object |
HistoryManagerListener.onBeginHistoryUpdate(ServiceContext serviceContext,
HistoryUpdateDetails[] details,
HistoryUpdateResult[] results,
DiagnosticInfo[] diagnosticInfos)
Called to notify that a HistoryUpdate is beginning.
|
default void |
HistoryManagerListener.onEndHistoryUpdate(ServiceContext serviceContext,
Object operationContext,
HistoryUpdateDetails[] details,
HistoryUpdateResult[] results,
DiagnosticInfo[] diagnosticInfos)
Called to notify the end of a HistoryRead.
|
protected void |
AttributeServiceHandler.updateNodeHistory(ServiceContext serviceContext,
Object dataset,
HistoryUpdateDetails details,
HistoryUpdateResult historyUpdateResult) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteAtTimeDetails
Generated on 2026-02-24 10:23:17
|
class |
DeleteEventDetails
Generated on 2026-02-24 10:23:17
|
class |
DeleteRawModifiedDetails
Generated on 2026-02-24 10:23:17
|
class |
UpdateDataDetails
Generated on 2026-02-24 10:23:17
|
class |
UpdateEventDetails
Generated on 2026-02-24 10:23:17
|
class |
UpdateStructureDataDetails
Generated on 2026-02-24 10:23:17
|
| Modifier and Type | Method and Description |
|---|---|
HistoryUpdateDetails |
HistoryUpdateDetails.Builder.build() |
HistoryUpdateDetails |
HistoryUpdateDetails.clone() |
Copyright © 2026. All rights reserved.