| 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 |
|---|---|
HistoryReadResult[] |
UaClient.historyRead(HistoryReadDetails details,
TimestampsToReturn timestampsToReturn,
Boolean releaseContinuationPoints,
HistoryReadValueId... nodesToRead)
Read history of nodes.
|
AsyncResult<HistoryReadResponse> |
UaClient.historyReadAsync(HistoryReadDetails details,
TimestampsToReturn timestampsToReturn,
Boolean releaseContinuationPoints,
HistoryReadValueId... nodesToRead)
Read history of nodes asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
HistoryReadDetails |
HistoryContinuationPoint.getDetails() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
HistoryManager.beginHistoryRead(ServiceContext serviceContext,
HistoryReadDetails details,
TimestampsToReturn timestampsToReturn,
HistoryReadValueId[] nodesToRead,
HistoryContinuationPoint[] continuationPoints,
HistoryResult[] results)
Called to notify that a HistoryRead is beginning.
|
protected void |
HistoryManager.endHistoryRead(ServiceContext serviceContext,
Object operationContext,
HistoryReadDetails details,
TimestampsToReturn timestampsToReturn,
HistoryReadValueId[] nodesToRead,
HistoryContinuationPoint[] continuationPoints,
HistoryResult[] results)
Called to notify the end of a HistoryRead.
|
protected HistoryResult |
NodeManagerTable.historyRead(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
NumericRange indexRange,
HistoryContinuationPoint continuationPoint,
HistoryReadDetails details,
int aggregateIndex) |
protected HistoryResult |
HistoryManager.historyRead(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
NumericRange indexRange,
HistoryContinuationPoint continuationPoint,
HistoryReadDetails details,
int aggregateIndex)
Handles all historyRead requests.
|
default Object |
HistoryManagerListener.onBeginHistoryRead(ServiceContext serviceContext,
HistoryReadDetails details,
TimestampsToReturn timestampsToReturn,
HistoryReadValueId[] nodesToRead,
HistoryContinuationPoint[] continuationPoints,
HistoryResult[] results)
Called to notify that a HistoryRead is beginning.
|
default void |
HistoryManagerListener.onEndHistoryRead(ServiceContext serviceContext,
Object operationContext,
HistoryReadDetails details,
TimestampsToReturn timestampsToReturn,
HistoryReadValueId[] nodesToRead,
HistoryContinuationPoint[] continuationPoints,
HistoryResult[] results)
Called to notify the end of a HistoryRead.
|
protected HistoryResult |
AttributeServiceHandler.readNodeHistory(ServiceContext serviceContext,
Object dataset,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
NumericRange indexRange,
HistoryContinuationPoint continuationPoint,
HistoryReadDetails details,
int aggregateIndex)
Read history of a single node.
|
| Constructor and Description |
|---|
HistoryContinuationPoint(ServiceContext serviceContext,
Object userContinuationPoint,
HistoryReadDetails details,
TimestampsToReturn timestampsToReturn) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadAnnotationDataDetails
Generated on 2026-02-24 10:23:17
|
class |
ReadAtTimeDetails
Generated on 2026-02-24 10:23:17
|
class |
ReadEventDetails
Generated on 2026-02-24 10:23:17
|
class |
ReadEventDetails2
Generated on 2026-02-24 10:23:17
|
class |
ReadEventDetailsSorted
Generated on 2026-02-24 10:23:17
|
class |
ReadProcessedDetails
Generated on 2026-02-24 10:23:17
|
class |
ReadRawModifiedDetails
Generated on 2026-02-24 10:23:17
|
| Modifier and Type | Method and Description |
|---|---|
HistoryReadDetails |
HistoryReadDetails.Builder.build() |
HistoryReadDetails |
HistoryReadDetails.clone() |
Copyright © 2026. All rights reserved.