com.prosysopc.ua.server
Class HistoryContinuationPoint
java.lang.Object
com.prosysopc.ua.server.AbstractContinuationPoint
com.prosysopc.ua.server.HistoryContinuationPoint
public class HistoryContinuationPoint
- extends AbstractContinuationPoint
A structure used to store ContinuationPoint information for history reads.
The class is used internally by the HistoryManager.
|
Constructor Summary |
HistoryContinuationPoint(ServiceContext serviceContext,
Object userContinuationPoint,
org.opcfoundation.ua.core.HistoryReadDetails details,
org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistoryContinuationPoint
public HistoryContinuationPoint(ServiceContext serviceContext,
Object userContinuationPoint,
org.opcfoundation.ua.core.HistoryReadDetails details,
org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn)
- Parameters:
details - timestampsToReturn -
getDetails
public org.opcfoundation.ua.core.HistoryReadDetails getDetails()
- Returns:
- the details
getTimestampsToReturn
public org.opcfoundation.ua.core.TimestampsToReturn getTimestampsToReturn()
- Returns:
- the timestampsToReturn
getUserContinuationPoint
public Object getUserContinuationPoint()
- Returns:
- the userContinuationPoint
Copyright © 2018. All rights reserved.