| Package | Description |
|---|---|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| Modifier and Type | Method and Description |
|---|---|
protected HistoryContinuationPoint |
Session.getHistoryContinuationPoint(ByteString continuationPoint)
Find the HistoryContinuationPoint object indexed with the byte array.
|
| Modifier and Type | Method and Description |
|---|---|
protected ByteString |
Session.addHistoryContinuationPoint(HistoryContinuationPoint historyContinuationPoint) |
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.
|
Copyright © 2026. All rights reserved.