com.prosysopc.ua.server
Class HistoryContinuationPoint

java.lang.Object
  extended by com.prosysopc.ua.server.AbstractContinuationPoint
      extended by 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.


Field Summary
 
Fields inherited from class com.prosysopc.ua.server.AbstractContinuationPoint
serviceContext
 
Constructor Summary
HistoryContinuationPoint(ServiceContext serviceContext, Object userContinuationPoint, org.opcfoundation.ua.core.HistoryReadDetails details, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn)
           
 
Method Summary
 org.opcfoundation.ua.core.HistoryReadDetails getDetails()
           
 org.opcfoundation.ua.core.TimestampsToReturn getTimestampsToReturn()
           
 Object getUserContinuationPoint()
           
 
Methods inherited from class com.prosysopc.ua.server.AbstractContinuationPoint
getServiceContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryContinuationPoint

public HistoryContinuationPoint(ServiceContext serviceContext,
                                Object userContinuationPoint,
                                org.opcfoundation.ua.core.HistoryReadDetails details,
                                org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn)
Parameters:
details -
timestampsToReturn -
Method Detail

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.