| 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.historyDeleteAtTimes(NodeId nodeId,
DateTime[] reqTimes)
Deletes history at specified times.
|
HistoryUpdateResult |
UaClient.historyDeleteEvents(NodeId nodeId,
List<ByteString> eventIds)
Deletes specified events from history.
|
HistoryUpdateResult |
UaClient.historyDeleteModified(NodeId nodeId,
DateTime startTime,
DateTime endTime)
Deletes modified history from a specified interval.
|
HistoryUpdateResult |
UaClient.historyDeleteRaw(NodeId nodeId,
DateTime startTime,
DateTime endTime)
Deletes raw history from a specified interval.
|
HistoryUpdateResult[] |
UaClient.historyUpdate(HistoryUpdateDetails... details)
Update history data in the server.
|
HistoryUpdateResult |
UaClient.historyUpdateData(NodeId nodeId,
PerformUpdateType performInsertReplace,
DataValue[] updateValues)
Updates history data.
|
HistoryUpdateResult |
UaClient.historyUpdateEvent(NodeId nodeId,
PerformUpdateType performInsertReplace,
EventFilter filter,
HistoryEventFieldList[] eventData)
Updates historical events in the server.
|
HistoryUpdateResult |
UaClient.historyUpdateStructureData(NodeId nodeId,
PerformUpdateType performInsertReplace,
DataValue[] updateValues)
Updates historical structure data.
|
| 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.
|
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 | Method and Description |
|---|---|
HistoryUpdateResult |
HistoryUpdateResult.Builder.build() |
HistoryUpdateResult |
HistoryUpdateResult.clone() |
HistoryUpdateResult[] |
HistoryUpdateResponse.getResults() |
HistoryUpdateResult[] |
HistoryUpdateResponse.Builder.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryUpdateResponse.setResults(HistoryUpdateResult[] value) |
HistoryUpdateResponse.Builder |
HistoryUpdateResponse.Builder.setResults(HistoryUpdateResult[] value) |
| Constructor and Description |
|---|
HistoryUpdateResponse(ResponseHeader f_responseHeader,
HistoryUpdateResult[] f_results,
DiagnosticInfo[] f_diagnosticInfos) |
Copyright © 2026. All rights reserved.