|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HistoryContinuationPoint | |
|---|---|
| com.prosysopc.ua.server | Main server side classes of the SDK. |
| Uses of HistoryContinuationPoint in com.prosysopc.ua.server |
|---|
| Methods in com.prosysopc.ua.server that return HistoryContinuationPoint | |
|---|---|
protected HistoryContinuationPoint |
Session.getHistoryContinuationPoint(org.opcfoundation.ua.builtintypes.ByteString continuationPoint)
Find the HistoryContinuationPoint object indexed with the byte array. |
| Methods in com.prosysopc.ua.server with parameters of type HistoryContinuationPoint | |
|---|---|
protected org.opcfoundation.ua.builtintypes.ByteString |
Session.addHistoryContinuationPoint(HistoryContinuationPoint historyContinuationPoint)
|
protected Object |
HistoryManager.beginHistoryRead(ServiceContext serviceContext,
org.opcfoundation.ua.core.HistoryReadDetails details,
org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn,
org.opcfoundation.ua.core.HistoryReadValueId[] nodesToRead,
HistoryContinuationPoint[] continuationPoints,
HistoryResult[] results)
Called to notify that a HistoryRead is beginning. |
protected void |
HistoryManager.endHistoryRead(ServiceContext serviceContext,
Object operationContext,
org.opcfoundation.ua.core.HistoryReadDetails details,
org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn,
org.opcfoundation.ua.core.HistoryReadValueId[] nodesToRead,
HistoryContinuationPoint[] continuationPoints,
HistoryResult[] results)
Called to notify the end of a HistoryRead. |
protected HistoryResult |
NodeManagerTable.historyRead(ServiceContext serviceContext,
Object operationContext,
org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.utils.NumericRange indexRange,
HistoryContinuationPoint continuationPoint,
org.opcfoundation.ua.core.HistoryReadDetails details,
int aggregateIndex)
|
protected HistoryResult |
HistoryManager.historyRead(ServiceContext serviceContext,
Object operationContext,
org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.utils.NumericRange indexRange,
HistoryContinuationPoint continuationPoint,
org.opcfoundation.ua.core.HistoryReadDetails details,
int aggregateIndex)
Handles all historyRead requests. |
Object |
HistoryManagerListener.onBeginHistoryRead(ServiceContext serviceContext,
org.opcfoundation.ua.core.HistoryReadDetails details,
org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn,
org.opcfoundation.ua.core.HistoryReadValueId[] nodesToRead,
HistoryContinuationPoint[] continuationPoints,
HistoryResult[] results)
Called to notify that a HistoryRead is beginning. |
Object |
HistoryManagerAdapter.onBeginHistoryRead(ServiceContext serviceContext,
org.opcfoundation.ua.core.HistoryReadDetails details,
org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn,
org.opcfoundation.ua.core.HistoryReadValueId[] nodesToRead,
HistoryContinuationPoint[] continuationPoints,
HistoryResult[] results)
|
void |
HistoryManagerListener.onEndHistoryRead(ServiceContext serviceContext,
Object operationContext,
org.opcfoundation.ua.core.HistoryReadDetails details,
org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn,
org.opcfoundation.ua.core.HistoryReadValueId[] nodesToRead,
HistoryContinuationPoint[] continuationPoints,
HistoryResult[] results)
Called to notify the end of a HistoryRead. |
void |
HistoryManagerAdapter.onEndHistoryRead(ServiceContext serviceContext,
Object operationContext,
org.opcfoundation.ua.core.HistoryReadDetails details,
org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn,
org.opcfoundation.ua.core.HistoryReadValueId[] nodesToRead,
HistoryContinuationPoint[] continuationPoints,
HistoryResult[] results)
|
protected HistoryResult |
AttributeServiceHandler.readNodeHistory(ServiceContext serviceContext,
Object dataset,
org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.utils.NumericRange indexRange,
HistoryContinuationPoint continuationPoint,
org.opcfoundation.ua.core.HistoryReadDetails details,
int aggregateIndex)
Read history of a single node. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||