|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.prosysopc.ua.server.HistoryResult
public class HistoryResult
A result structure for returning history data and an optional ContinuationPoint.
| Constructor Summary | |
|---|---|
HistoryResult(org.opcfoundation.ua.builtintypes.StatusCode statusCode,
org.opcfoundation.ua.builtintypes.DiagnosticInfo diagnosticInfo)
Create the results for a failing history read. |
|
HistoryResult(org.opcfoundation.ua.builtintypes.Structure data,
Object continuationPoint)
Create the results for a history read with valid data. |
|
HistoryResult(org.opcfoundation.ua.builtintypes.Structure data,
Object continuationPoint,
org.opcfoundation.ua.builtintypes.StatusCode statusCode,
org.opcfoundation.ua.builtintypes.DiagnosticInfo diagnosticInfo)
Create the results for a history read. |
|
| Method Summary | |
|---|---|
Object |
getContinuationPoint()
|
org.opcfoundation.ua.builtintypes.Structure |
getData()
|
org.opcfoundation.ua.builtintypes.DiagnosticInfo |
getDiagnosticInfo()
|
org.opcfoundation.ua.builtintypes.StatusCode |
getStatusCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HistoryResult(org.opcfoundation.ua.builtintypes.StatusCode statusCode,
org.opcfoundation.ua.builtintypes.DiagnosticInfo diagnosticInfo)
statusCode - the error code to returndiagnosticInfo - the diagnosticInfo for the bad status
public HistoryResult(org.opcfoundation.ua.builtintypes.Structure data,
Object continuationPoint)
data - HistoryData, HistoryModifiedData or HistoryEvent depending on the details of the
history read operationcontinuationPoint - an optional continuationPoint, in case not all available data was
returned. The client may continue reading the same data using this continuationPoint.
public HistoryResult(org.opcfoundation.ua.builtintypes.Structure data,
Object continuationPoint,
org.opcfoundation.ua.builtintypes.StatusCode statusCode,
org.opcfoundation.ua.builtintypes.DiagnosticInfo diagnosticInfo)
data - HistoryData, HistoryModifiedData or HistoryEvent depending on the details of the
history read operationcontinuationPoint - an optional continuationPoint, in case not all available data was
returned. The client may continue reading the same data using this continuationPoint.statusCode - the status code to returndiagnosticInfo - the diagnosticInfo for a bad status| Method Detail |
|---|
public Object getContinuationPoint()
public org.opcfoundation.ua.builtintypes.Structure getData()
public org.opcfoundation.ua.builtintypes.DiagnosticInfo getDiagnosticInfo()
public org.opcfoundation.ua.builtintypes.StatusCode getStatusCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||