Uses of Class
com.prosysopc.ua.server.HistoryResult

Packages that use HistoryResult
com.prosysopc.ua.server Main server side classes of the SDK. 
 

Uses of HistoryResult in com.prosysopc.ua.server
 

Methods in com.prosysopc.ua.server that return HistoryResult
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.
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.
 

Methods in com.prosysopc.ua.server with parameters of type HistoryResult
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.
 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)
           
 



Copyright © 2018. All rights reserved.