Interface AcknowledgeableConditionType
- All Superinterfaces:
BaseEventType,BaseObjectType,ConditionType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
- All Known Subinterfaces:
AlarmConditionType,CertificateExpirationAlarmType,DiscrepancyAlarmType,DiscreteAlarmType,ExclusiveDeviationAlarmType,ExclusiveLevelAlarmType,ExclusiveLimitAlarmType,ExclusiveRateOfChangeAlarmType,InstrumentDiagnosticAlarmType,LimitAlarmType,NonExclusiveDeviationAlarmType,NonExclusiveLevelAlarmType,NonExclusiveLimitAlarmType,NonExclusiveRateOfChangeAlarmType,OffNormalAlarmType,SystemDiagnosticAlarmType,SystemOffNormalAlarmType,TripAlarmType,TrustListOutOfDateAlarmType
- All Known Implementing Classes:
AcknowledgeableConditionTypeNode,AlarmConditionTypeNode,CertificateExpirationAlarmTypeNode,DiscrepancyAlarmTypeNode,DiscreteAlarmTypeNode,ExclusiveDeviationAlarmTypeNode,ExclusiveLevelAlarmTypeNode,ExclusiveLimitAlarmTypeNode,ExclusiveRateOfChangeAlarmTypeNode,InstrumentDiagnosticAlarmTypeNode,LimitAlarmTypeNode,NonExclusiveDeviationAlarmTypeNode,NonExclusiveLevelAlarmTypeNode,NonExclusiveLimitAlarmTypeNode,NonExclusiveRateOfChangeAlarmTypeNode,OffNormalAlarmTypeNode,SystemDiagnosticAlarmTypeNode,SystemOffNormalAlarmTypeNode,TripAlarmTypeNode,TrustListOutOfDateAlarmTypeNode
-
Field Summary
Fields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.BaseEventType
EVENT_ID, EVENT_TYPE, LOCAL_TIME, MESSAGE, RECEIVE_TIME, SEVERITY, SOURCE_NAME, SOURCE_NODE, TIMEFields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.ConditionType
BRANCH_ID, CLIENT_USER_ID, CONDITION_CLASS_ID, CONDITION_CLASS_NAME, CONDITION_NAME, CONDITION_SUB_CLASS_ID, CONDITION_SUB_CLASS_NAME, RETAIN, SUPPORTS_FILTERED_RETAIN -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.milo.opcua.stack.core.types.builtin.LocalizedTextGet the local value of the AckedState Node.Get the AckedStateTwoStateVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends TwoStateVariableType>Asynchronous implementation ofgetAckedStateNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedTextGet the local value of the ConfirmedState Node.Get the ConfirmedStateTwoStateVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends TwoStateVariableType>Asynchronous implementation ofgetConfirmedStateNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedTextGet the local value of the EnabledState Node.Get the EnabledStateTwoStateVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends TwoStateVariableType>Asynchronous implementation ofgetEnabledStateNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedTextRead the value of the AckedState Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText>An asynchronous implementation ofreadAckedState().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedTextRead the value of the ConfirmedState Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText>An asynchronous implementation ofreadConfirmedState().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedTextRead the value of the EnabledState Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText>An asynchronous implementation ofreadEnabledState().voidsetAckedState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) Set the local value of the AckedState Node.voidsetConfirmedState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) Set the local value of the ConfirmedState Node.voidsetEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) Set the local value of the EnabledState Node.voidwriteAckedState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) Write a new value for the AckedState Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeAckedStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) An asynchronous implementation ofwriteAckedState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText).voidwriteConfirmedState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) Write a new value for the ConfirmedState Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeConfirmedStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) An asynchronous implementation ofwriteConfirmedState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText).voidwriteEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) Write a new value for the EnabledState Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeEnabledStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) An asynchronous implementation ofwriteEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText).Methods inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.BaseEventType
getEventId, getEventIdNode, getEventIdNodeAsync, getEventType, getEventTypeNode, getEventTypeNodeAsync, getLocalTime, getLocalTimeNode, getLocalTimeNodeAsync, getMessage, getMessageNode, getMessageNodeAsync, getReceiveTime, getReceiveTimeNode, getReceiveTimeNodeAsync, getSeverity, getSeverityNode, getSeverityNodeAsync, getSourceName, getSourceNameNode, getSourceNameNodeAsync, getSourceNode, getSourceNodeNode, getSourceNodeNodeAsync, getTime, getTimeNode, getTimeNodeAsync, readEventId, readEventIdAsync, readEventType, readEventTypeAsync, readLocalTime, readLocalTimeAsync, readMessage, readMessageAsync, readReceiveTime, readReceiveTimeAsync, readSeverity, readSeverityAsync, readSourceName, readSourceNameAsync, readSourceNode, readSourceNodeAsync, readTime, readTimeAsync, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime, writeEventId, writeEventIdAsync, writeEventType, writeEventTypeAsync, writeLocalTime, writeLocalTimeAsync, writeMessage, writeMessageAsync, writeReceiveTime, writeReceiveTimeAsync, writeSeverity, writeSeverityAsync, writeSourceName, writeSourceNameAsync, writeSourceNode, writeSourceNodeAsync, writeTime, writeTimeAsyncMethods inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.ConditionType
getBranchId, getBranchIdNode, getBranchIdNodeAsync, getClientUserId, getClientUserIdNode, getClientUserIdNodeAsync, getComment, getCommentNode, getCommentNodeAsync, getConditionClassId, getConditionClassIdNode, getConditionClassIdNodeAsync, getConditionClassName, getConditionClassNameNode, getConditionClassNameNodeAsync, getConditionName, getConditionNameNode, getConditionNameNodeAsync, getConditionSubClassId, getConditionSubClassIdNode, getConditionSubClassIdNodeAsync, getConditionSubClassName, getConditionSubClassNameNode, getConditionSubClassNameNodeAsync, getLastSeverity, getLastSeverityNode, getLastSeverityNodeAsync, getQuality, getQualityNode, getQualityNodeAsync, getRetain, getRetainNode, getRetainNodeAsync, getSupportsFilteredRetain, getSupportsFilteredRetainNode, getSupportsFilteredRetainNodeAsync, readBranchId, readBranchIdAsync, readClientUserId, readClientUserIdAsync, readComment, readCommentAsync, readConditionClassId, readConditionClassIdAsync, readConditionClassName, readConditionClassNameAsync, readConditionName, readConditionNameAsync, readConditionSubClassId, readConditionSubClassIdAsync, readConditionSubClassName, readConditionSubClassNameAsync, readLastSeverity, readLastSeverityAsync, readQuality, readQualityAsync, readRetain, readRetainAsync, readSupportsFilteredRetain, readSupportsFilteredRetainAsync, setBranchId, setClientUserId, setComment, setConditionClassId, setConditionClassName, setConditionName, setConditionSubClassId, setConditionSubClassName, setLastSeverity, setQuality, setRetain, setSupportsFilteredRetain, writeBranchId, writeBranchIdAsync, writeClientUserId, writeClientUserIdAsync, writeComment, writeCommentAsync, writeConditionClassId, writeConditionClassIdAsync, writeConditionClassName, writeConditionClassNameAsync, writeConditionName, writeConditionNameAsync, writeConditionSubClassId, writeConditionSubClassIdAsync, writeConditionSubClassName, writeConditionSubClassNameAsync, writeLastSeverity, writeLastSeverityAsync, writeQuality, writeQualityAsync, writeRetain, writeRetainAsync, writeSupportsFilteredRetain, writeSupportsFilteredRetainAsyncMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.Node
getAccessRestrictions, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMaskMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
getEventNotifier, setEventNotifier
-
Method Details
-
getEnabledState
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getEnabledState() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the EnabledState Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getEnabledStatein interfaceConditionType- Returns:
- the local value of the EnabledState Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the EnabledState Node.
-
setEnabledState
void setEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the EnabledState Node.The value is only updated locally; it is not written to the server.
- Specified by:
setEnabledStatein interfaceConditionType- Parameters:
value- the local value to set for the EnabledState Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the EnabledState Node.
-
readEnabledState
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readEnabledState() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the EnabledState Node from the server and update the local value if the operation succeeds.- Specified by:
readEnabledStatein interfaceConditionType- Returns:
- the
LocalizedTextvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeEnabledState
void writeEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the EnabledState Node to the server and update the local value if the operation succeeds.- Specified by:
writeEnabledStatein interfaceConditionType- Parameters:
value- theLocalizedTextvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readEnabledStateAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> readEnabledStateAsync()An asynchronous implementation ofreadEnabledState().- Specified by:
readEnabledStateAsyncin interfaceConditionType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeEnabledStateAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEnabledStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) An asynchronous implementation ofwriteEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText).- Specified by:
writeEnabledStateAsyncin interfaceConditionType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getEnabledStateNode
Get the EnabledStateTwoStateVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getEnabledStateNodein interfaceConditionType- Returns:
- the EnabledState
TwoStateVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getEnabledStateNodeAsync
CompletableFuture<? extends TwoStateVariableType> getEnabledStateNodeAsync()Asynchronous implementation ofgetEnabledStateNode().- Specified by:
getEnabledStateNodeAsyncin interfaceConditionType- Returns:
- a CompletableFuture that completes successfully with the TwoStateVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getAckedState
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getAckedState() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the AckedState Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the AckedState Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the AckedState Node.
-
setAckedState
void setAckedState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the AckedState Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the AckedState Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the AckedState Node.
-
readAckedState
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readAckedState() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the AckedState Node from the server and update the local value if the operation succeeds.- Returns:
- the
LocalizedTextvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeAckedState
void writeAckedState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the AckedState Node to the server and update the local value if the operation succeeds.- Parameters:
value- theLocalizedTextvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readAckedStateAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> readAckedStateAsync()An asynchronous implementation ofreadAckedState().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeAckedStateAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeAckedStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) An asynchronous implementation ofwriteAckedState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getAckedStateNode
Get the AckedStateTwoStateVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the AckedState
TwoStateVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getAckedStateNodeAsync
CompletableFuture<? extends TwoStateVariableType> getAckedStateNodeAsync()Asynchronous implementation ofgetAckedStateNode().- Returns:
- a CompletableFuture that completes successfully with the TwoStateVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getConfirmedState
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getConfirmedState() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the ConfirmedState Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the ConfirmedState Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ConfirmedState Node.
-
setConfirmedState
void setConfirmedState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the ConfirmedState Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the ConfirmedState Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ConfirmedState Node.
-
readConfirmedState
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readConfirmedState() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the ConfirmedState Node from the server and update the local value if the operation succeeds.- Returns:
- the
LocalizedTextvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeConfirmedState
void writeConfirmedState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the ConfirmedState Node to the server and update the local value if the operation succeeds.- Parameters:
value- theLocalizedTextvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readConfirmedStateAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> readConfirmedStateAsync()An asynchronous implementation ofreadConfirmedState().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeConfirmedStateAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeConfirmedStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) An asynchronous implementation ofwriteConfirmedState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getConfirmedStateNode
Get the ConfirmedStateTwoStateVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ConfirmedState
TwoStateVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getConfirmedStateNodeAsync
CompletableFuture<? extends TwoStateVariableType> getConfirmedStateNodeAsync()Asynchronous implementation ofgetConfirmedStateNode().- Returns:
- a CompletableFuture that completes successfully with the TwoStateVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-