Class BaseEventTypeNode
- All Implemented Interfaces:
BaseEventType,BaseObjectType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
- Direct Known Subclasses:
AuditEventTypeNode,BaseModelChangeEventTypeNode,ConditionTypeNode,EventQueueOverflowEventTypeNode,ProgressEventTypeNode,SemanticChangeEventTypeNode,SystemEventTypeNode,TransitionEventTypeNode
-
Field Summary
Fields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.BaseEventType
CONDITION_CLASS_ID, CONDITION_CLASS_NAME, CONDITION_SUB_CLASS_ID, CONDITION_SUB_CLASS_NAME, EVENT_ID, EVENT_TYPE, LOCAL_TIME, MESSAGE, RECEIVE_TIME, SEVERITY, SOURCE_NAME, SOURCE_NODE, TIME -
Constructor Summary
ConstructorsConstructorDescriptionBaseEventTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.milo.opcua.stack.core.types.builtin.NodeIdGet the local value of the ConditionClassId Node.Get the ConditionClassIdPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBaseEventType.getConditionClassIdNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedTextGet the local value of the ConditionClassName Node.Get the ConditionClassNamePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBaseEventType.getConditionClassNameNode().org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[]Get the local value of the ConditionSubClassId Node.Get the ConditionSubClassIdPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBaseEventType.getConditionSubClassIdNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[]Get the local value of the ConditionSubClassName Node.Get the ConditionSubClassNamePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBaseEventType.getConditionSubClassNameNode().org.eclipse.milo.opcua.stack.core.types.builtin.ByteStringGet the local value of the EventId Node.Get the EventIdPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBaseEventType.getEventIdNode().org.eclipse.milo.opcua.stack.core.types.builtin.NodeIdGet the local value of the EventType Node.Get the EventTypePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBaseEventType.getEventTypeNode().org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataTypeGet the local value of the LocalTime Node.Get the LocalTimePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBaseEventType.getLocalTimeNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedTextGet the local value of the Message Node.Get the MessagePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBaseEventType.getMessageNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTimeGet the local value of the ReceiveTime Node.Get the ReceiveTimePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBaseEventType.getReceiveTimeNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortGet the local value of the Severity Node.Get the SeverityPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBaseEventType.getSeverityNode().Get the local value of the SourceName Node.Get the SourceNamePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBaseEventType.getSourceNameNode().org.eclipse.milo.opcua.stack.core.types.builtin.NodeIdGet the local value of the SourceNode Node.Get the SourceNodePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBaseEventType.getSourceNodeNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTimegetTime()Get the local value of the Time Node.Get the TimePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBaseEventType.getTimeNode().org.eclipse.milo.opcua.stack.core.types.builtin.NodeIdRead the value of the ConditionClassId Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId>An asynchronous implementation ofBaseEventType.readConditionClassId().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedTextRead the value of the ConditionClassName 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 ofBaseEventType.readConditionClassName().org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[]Read the value of the ConditionSubClassId Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[]>An asynchronous implementation ofBaseEventType.readConditionSubClassId().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[]Read the value of the ConditionSubClassName 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 ofBaseEventType.readConditionSubClassName().org.eclipse.milo.opcua.stack.core.types.builtin.ByteStringRead the value of the EventId Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.ByteString>An asynchronous implementation ofBaseEventType.readEventId().org.eclipse.milo.opcua.stack.core.types.builtin.NodeIdRead the value of the EventType Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId>An asynchronous implementation ofBaseEventType.readEventType().org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataTypeRead the value of the LocalTime Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType>An asynchronous implementation ofBaseEventType.readLocalTime().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedTextRead the value of the Message 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 ofBaseEventType.readMessage().org.eclipse.milo.opcua.stack.core.types.builtin.DateTimeRead the value of the ReceiveTime Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime>An asynchronous implementation ofBaseEventType.readReceiveTime().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortRead the value of the Severity Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort>An asynchronous implementation ofBaseEventType.readSeverity().Read the value of the SourceName Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofBaseEventType.readSourceName().org.eclipse.milo.opcua.stack.core.types.builtin.NodeIdRead the value of the SourceNode Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId>An asynchronous implementation ofBaseEventType.readSourceNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTimereadTime()Read the value of the Time Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime>An asynchronous implementation ofBaseEventType.readTime().voidsetConditionClassId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) Set the local value of the ConditionClassId Node.voidsetConditionClassName(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) Set the local value of the ConditionClassName Node.voidsetConditionSubClassId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[] value) Set the local value of the ConditionSubClassId Node.voidsetConditionSubClassName(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] value) Set the local value of the ConditionSubClassName Node.voidsetEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) Set the local value of the EventId Node.voidsetEventType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) Set the local value of the EventType Node.voidsetLocalTime(org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType value) Set the local value of the LocalTime Node.voidsetMessage(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) Set the local value of the Message Node.voidsetReceiveTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) Set the local value of the ReceiveTime Node.voidsetSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Set the local value of the Severity Node.voidsetSourceName(String value) Set the local value of the SourceName Node.voidsetSourceNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) Set the local value of the SourceNode Node.voidsetTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) Set the local value of the Time Node.voidwriteConditionClassId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) Write a new value for the ConditionClassId Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeConditionClassIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId conditionClassId) An asynchronous implementation ofBaseEventType.writeConditionClassId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId).voidwriteConditionClassName(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) Write a new value for the ConditionClassName Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeConditionClassNameAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText conditionClassName) An asynchronous implementation ofBaseEventType.writeConditionClassName(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText).voidwriteConditionSubClassId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[] value) Write a new value for the ConditionSubClassId Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeConditionSubClassIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[] conditionSubClassId) An asynchronous implementation ofBaseEventType.writeConditionSubClassId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[]).voidwriteConditionSubClassName(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] value) Write a new value for the ConditionSubClassName Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeConditionSubClassNameAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] conditionSubClassName) An asynchronous implementation ofBaseEventType.writeConditionSubClassName(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[]).voidwriteEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) Write a new value for the EventId Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeEventIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString eventId) An asynchronous implementation ofBaseEventType.writeEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString).voidwriteEventType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) Write a new value for the EventType Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeEventTypeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId eventType) An asynchronous implementation ofBaseEventType.writeEventType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId).voidwriteLocalTime(org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType value) Write a new value for the LocalTime Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeLocalTimeAsync(org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType localTime) An asynchronous implementation ofBaseEventType.writeLocalTime(org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType).voidwriteMessage(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) Write a new value for the Message Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeMessageAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText message) An asynchronous implementation ofBaseEventType.writeMessage(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText).voidwriteReceiveTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) Write a new value for the ReceiveTime Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeReceiveTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime receiveTime) An asynchronous implementation ofBaseEventType.writeReceiveTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime).voidwriteSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Write a new value for the Severity Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSeverityAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort severity) An asynchronous implementation ofBaseEventType.writeSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).voidwriteSourceName(String value) Write a new value for the SourceName Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSourceNameAsync(String sourceName) An asynchronous implementation ofBaseEventType.writeSourceName(java.lang.String).voidwriteSourceNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) Write a new value for the SourceNode Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSourceNodeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sourceNode) An asynchronous implementation ofBaseEventType.writeSourceNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId).voidwriteTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) Write a new value for the Time Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime time) An asynchronous implementation ofBaseEventType.writeTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime).Methods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaObjectNode
callMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIconAsync, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersionAsync, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIconAsync, setNamingRuleAsync, setNodeVersionAsync, writeEventNotifierMethods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaNode
browse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getAccessRestrictions, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, invalidate, readAccessRestrictions, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readRolePermissions, readUserRolePermissions, readUserWriteMask, readWriteMask, refresh, refreshAsync, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAccessRestrictions, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeRolePermissions, writeUserRolePermissions, writeUserWriteMask, writeWriteMaskMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
BaseEventTypeNode
public BaseEventTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
-
-
Method Details
-
getEventId
public org.eclipse.milo.opcua.stack.core.types.builtin.ByteString getEventId() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeGet the local value of the EventId Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getEventIdin interfaceBaseEventType- Returns:
- the local value of the EventId Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the EventId Node.
-
setEventId
public void setEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeSet the local value of the EventId Node.The value is only updated locally; it is not written to the server.
- Specified by:
setEventIdin interfaceBaseEventType- Parameters:
value- the local value to set for the EventId Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the EventId Node.
-
readEventId
public org.eclipse.milo.opcua.stack.core.types.builtin.ByteString readEventId() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeRead the value of the EventId Node from the server and update the local value if the operation succeeds.- Specified by:
readEventIdin interfaceBaseEventType- Returns:
- the
ByteStringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeEventId
public void writeEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeWrite a new value for the EventId Node to the server and update the local value if the operation succeeds.- Specified by:
writeEventIdin interfaceBaseEventType- Parameters:
value- theByteStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readEventIdAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> readEventIdAsync()Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.readEventId().- Specified by:
readEventIdAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeEventIdAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEventIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString eventId) Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.writeEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString).- Specified by:
writeEventIdAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getEventIdNode
Description copied from interface:BaseEventTypeGet the EventIdPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getEventIdNodein interfaceBaseEventType- Returns:
- the EventId
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getEventIdNodeAsync
Description copied from interface:BaseEventTypeAsynchronous implementation ofBaseEventType.getEventIdNode().- Specified by:
getEventIdNodeAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getEventType
public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getEventType() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeGet the local value of the EventType Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getEventTypein interfaceBaseEventType- Returns:
- the local value of the EventType Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the EventType Node.
-
setEventType
public void setEventType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeSet the local value of the EventType Node.The value is only updated locally; it is not written to the server.
- Specified by:
setEventTypein interfaceBaseEventType- Parameters:
value- the local value to set for the EventType Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the EventType Node.
-
readEventType
public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readEventType() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeRead the value of the EventType Node from the server and update the local value if the operation succeeds.- Specified by:
readEventTypein interfaceBaseEventType- Returns:
- the
NodeIdvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeEventType
public void writeEventType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeWrite a new value for the EventType Node to the server and update the local value if the operation succeeds.- Specified by:
writeEventTypein interfaceBaseEventType- Parameters:
value- theNodeIdvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readEventTypeAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> readEventTypeAsync()Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.readEventType().- Specified by:
readEventTypeAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeEventTypeAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEventTypeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId eventType) Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.writeEventType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId).- Specified by:
writeEventTypeAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getEventTypeNode
Description copied from interface:BaseEventTypeGet the EventTypePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getEventTypeNodein interfaceBaseEventType- Returns:
- the EventType
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getEventTypeNodeAsync
Description copied from interface:BaseEventTypeAsynchronous implementation ofBaseEventType.getEventTypeNode().- Specified by:
getEventTypeNodeAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSourceNode
public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getSourceNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeGet the local value of the SourceNode Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSourceNodein interfaceBaseEventType- Returns:
- the local value of the SourceNode Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SourceNode Node.
-
setSourceNode
public void setSourceNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeSet the local value of the SourceNode Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSourceNodein interfaceBaseEventType- Parameters:
value- the local value to set for the SourceNode Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SourceNode Node.
-
readSourceNode
public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readSourceNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeRead the value of the SourceNode Node from the server and update the local value if the operation succeeds.- Specified by:
readSourceNodein interfaceBaseEventType- Returns:
- the
NodeIdvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSourceNode
public void writeSourceNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeWrite a new value for the SourceNode Node to the server and update the local value if the operation succeeds.- Specified by:
writeSourceNodein interfaceBaseEventType- Parameters:
value- theNodeIdvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSourceNodeAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> readSourceNodeAsync()Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.readSourceNode().- Specified by:
readSourceNodeAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSourceNodeAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSourceNodeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sourceNode) Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.writeSourceNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId).- Specified by:
writeSourceNodeAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSourceNodeNode
Description copied from interface:BaseEventTypeGet the SourceNodePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSourceNodeNodein interfaceBaseEventType- Returns:
- the SourceNode
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSourceNodeNodeAsync
Description copied from interface:BaseEventTypeAsynchronous implementation ofBaseEventType.getSourceNodeNode().- Specified by:
getSourceNodeNodeAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSourceName
Description copied from interface:BaseEventTypeGet the local value of the SourceName Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSourceNamein interfaceBaseEventType- Returns:
- the local value of the SourceName Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SourceName Node.
-
setSourceName
Description copied from interface:BaseEventTypeSet the local value of the SourceName Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSourceNamein interfaceBaseEventType- Parameters:
value- the local value to set for the SourceName Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SourceName Node.
-
readSourceName
Description copied from interface:BaseEventTypeRead the value of the SourceName Node from the server and update the local value if the operation succeeds.- Specified by:
readSourceNamein interfaceBaseEventType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSourceName
Description copied from interface:BaseEventTypeWrite a new value for the SourceName Node to the server and update the local value if the operation succeeds.- Specified by:
writeSourceNamein interfaceBaseEventType- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSourceNameAsync
Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.readSourceName().- Specified by:
readSourceNameAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSourceNameAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSourceNameAsync(String sourceName) Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.writeSourceName(java.lang.String).- Specified by:
writeSourceNameAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSourceNameNode
Description copied from interface:BaseEventTypeGet the SourceNamePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSourceNameNodein interfaceBaseEventType- Returns:
- the SourceName
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSourceNameNodeAsync
Description copied from interface:BaseEventTypeAsynchronous implementation ofBaseEventType.getSourceNameNode().- Specified by:
getSourceNameNodeAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getTime
public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getTime() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeGet the local value of the Time Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getTimein interfaceBaseEventType- Returns:
- the local value of the Time Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Time Node.
-
setTime
public void setTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeSet the local value of the Time Node.The value is only updated locally; it is not written to the server.
- Specified by:
setTimein interfaceBaseEventType- Parameters:
value- the local value to set for the Time Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Time Node.
-
readTime
public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readTime() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeRead the value of the Time Node from the server and update the local value if the operation succeeds.- Specified by:
readTimein interfaceBaseEventType- Returns:
- the
DateTimevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeTime
public void writeTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeWrite a new value for the Time Node to the server and update the local value if the operation succeeds.- Specified by:
writeTimein interfaceBaseEventType- Parameters:
value- theDateTimevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readTimeAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readTimeAsync()Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.readTime().- Specified by:
readTimeAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeTimeAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime time) Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.writeTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime).- Specified by:
writeTimeAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getTimeNode
Description copied from interface:BaseEventTypeGet the TimePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getTimeNodein interfaceBaseEventType- Returns:
- the Time
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getTimeNodeAsync
Description copied from interface:BaseEventTypeAsynchronous implementation ofBaseEventType.getTimeNode().- Specified by:
getTimeNodeAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getReceiveTime
public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getReceiveTime() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeGet the local value of the ReceiveTime Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getReceiveTimein interfaceBaseEventType- Returns:
- the local value of the ReceiveTime Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ReceiveTime Node.
-
setReceiveTime
public void setReceiveTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeSet the local value of the ReceiveTime Node.The value is only updated locally; it is not written to the server.
- Specified by:
setReceiveTimein interfaceBaseEventType- Parameters:
value- the local value to set for the ReceiveTime Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ReceiveTime Node.
-
readReceiveTime
public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readReceiveTime() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeRead the value of the ReceiveTime Node from the server and update the local value if the operation succeeds.- Specified by:
readReceiveTimein interfaceBaseEventType- Returns:
- the
DateTimevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeReceiveTime
public void writeReceiveTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeWrite a new value for the ReceiveTime Node to the server and update the local value if the operation succeeds.- Specified by:
writeReceiveTimein interfaceBaseEventType- Parameters:
value- theDateTimevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readReceiveTimeAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readReceiveTimeAsync()Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.readReceiveTime().- Specified by:
readReceiveTimeAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeReceiveTimeAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeReceiveTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime receiveTime) Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.writeReceiveTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime).- Specified by:
writeReceiveTimeAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getReceiveTimeNode
Description copied from interface:BaseEventTypeGet the ReceiveTimePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getReceiveTimeNodein interfaceBaseEventType- Returns:
- the ReceiveTime
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getReceiveTimeNodeAsync
Description copied from interface:BaseEventTypeAsynchronous implementation ofBaseEventType.getReceiveTimeNode().- Specified by:
getReceiveTimeNodeAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getLocalTime
public org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType getLocalTime() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeGet the local value of the LocalTime Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getLocalTimein interfaceBaseEventType- Returns:
- the local value of the LocalTime Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LocalTime Node.
-
setLocalTime
public void setLocalTime(org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeSet the local value of the LocalTime Node.The value is only updated locally; it is not written to the server.
- Specified by:
setLocalTimein interfaceBaseEventType- Parameters:
value- the local value to set for the LocalTime Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LocalTime Node.
-
readLocalTime
public org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType readLocalTime() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeRead the value of the LocalTime Node from the server and update the local value if the operation succeeds.- Specified by:
readLocalTimein interfaceBaseEventType- Returns:
- the
TimeZoneDataTypevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeLocalTime
public void writeLocalTime(org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeWrite a new value for the LocalTime Node to the server and update the local value if the operation succeeds.- Specified by:
writeLocalTimein interfaceBaseEventType- Parameters:
value- theTimeZoneDataTypevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readLocalTimeAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType> readLocalTimeAsync()Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.readLocalTime().- Specified by:
readLocalTimeAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeLocalTimeAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLocalTimeAsync(org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType localTime) Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.writeLocalTime(org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType).- Specified by:
writeLocalTimeAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getLocalTimeNode
Description copied from interface:BaseEventTypeGet the LocalTimePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getLocalTimeNodein interfaceBaseEventType- Returns:
- the LocalTime
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLocalTimeNodeAsync
Description copied from interface:BaseEventTypeAsynchronous implementation ofBaseEventType.getLocalTimeNode().- Specified by:
getLocalTimeNodeAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getMessage
public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getMessage() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeGet the local value of the Message Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getMessagein interfaceBaseEventType- Returns:
- the local value of the Message Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Message Node.
-
setMessage
public void setMessage(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeSet the local value of the Message Node.The value is only updated locally; it is not written to the server.
- Specified by:
setMessagein interfaceBaseEventType- Parameters:
value- the local value to set for the Message Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Message Node.
-
readMessage
public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readMessage() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeRead the value of the Message Node from the server and update the local value if the operation succeeds.- Specified by:
readMessagein interfaceBaseEventType- Returns:
- the
LocalizedTextvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeMessage
public void writeMessage(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeWrite a new value for the Message Node to the server and update the local value if the operation succeeds.- Specified by:
writeMessagein interfaceBaseEventType- Parameters:
value- theLocalizedTextvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readMessageAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> readMessageAsync()Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.readMessage().- Specified by:
readMessageAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeMessageAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMessageAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText message) Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.writeMessage(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText).- Specified by:
writeMessageAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getMessageNode
Description copied from interface:BaseEventTypeGet the MessagePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getMessageNodein interfaceBaseEventType- Returns:
- the Message
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getMessageNodeAsync
Description copied from interface:BaseEventTypeAsynchronous implementation ofBaseEventType.getMessageNode().- Specified by:
getMessageNodeAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSeverity
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getSeverity() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeGet the local value of the Severity Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSeverityin interfaceBaseEventType- Returns:
- the local value of the Severity Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Severity Node.
-
setSeverity
public void setSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeSet the local value of the Severity Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSeverityin interfaceBaseEventType- Parameters:
value- the local value to set for the Severity Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Severity Node.
-
readSeverity
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readSeverity() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeRead the value of the Severity Node from the server and update the local value if the operation succeeds.- Specified by:
readSeverityin interfaceBaseEventType- Returns:
- the
UShortvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSeverity
public void writeSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeWrite a new value for the Severity Node to the server and update the local value if the operation succeeds.- Specified by:
writeSeverityin interfaceBaseEventType- Parameters:
value- theUShortvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSeverityAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> readSeverityAsync()Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.readSeverity().- Specified by:
readSeverityAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSeverityAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSeverityAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort severity) Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.writeSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).- Specified by:
writeSeverityAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSeverityNode
Description copied from interface:BaseEventTypeGet the SeverityPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSeverityNodein interfaceBaseEventType- Returns:
- the Severity
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSeverityNodeAsync
Description copied from interface:BaseEventTypeAsynchronous implementation ofBaseEventType.getSeverityNode().- Specified by:
getSeverityNodeAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getConditionClassId
public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getConditionClassId() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeGet the local value of the ConditionClassId Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getConditionClassIdin interfaceBaseEventType- Returns:
- the local value of the ConditionClassId Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ConditionClassId Node.
-
setConditionClassId
public void setConditionClassId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeSet the local value of the ConditionClassId Node.The value is only updated locally; it is not written to the server.
- Specified by:
setConditionClassIdin interfaceBaseEventType- Parameters:
value- the local value to set for the ConditionClassId Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ConditionClassId Node.
-
readConditionClassId
public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readConditionClassId() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeRead the value of the ConditionClassId Node from the server and update the local value if the operation succeeds.- Specified by:
readConditionClassIdin interfaceBaseEventType- Returns:
- the
NodeIdvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeConditionClassId
public void writeConditionClassId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeWrite a new value for the ConditionClassId Node to the server and update the local value if the operation succeeds.- Specified by:
writeConditionClassIdin interfaceBaseEventType- Parameters:
value- theNodeIdvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readConditionClassIdAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> readConditionClassIdAsync()Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.readConditionClassId().- Specified by:
readConditionClassIdAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeConditionClassIdAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeConditionClassIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId conditionClassId) Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.writeConditionClassId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId).- Specified by:
writeConditionClassIdAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getConditionClassIdNode
public PropertyTypeNode getConditionClassIdNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeGet the ConditionClassIdPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getConditionClassIdNodein interfaceBaseEventType- Returns:
- the ConditionClassId
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getConditionClassIdNodeAsync
Description copied from interface:BaseEventTypeAsynchronous implementation ofBaseEventType.getConditionClassIdNode().- Specified by:
getConditionClassIdNodeAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getConditionClassName
public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getConditionClassName() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeGet the local value of the ConditionClassName Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getConditionClassNamein interfaceBaseEventType- Returns:
- the local value of the ConditionClassName Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ConditionClassName Node.
-
setConditionClassName
public void setConditionClassName(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeSet the local value of the ConditionClassName Node.The value is only updated locally; it is not written to the server.
- Specified by:
setConditionClassNamein interfaceBaseEventType- Parameters:
value- the local value to set for the ConditionClassName Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ConditionClassName Node.
-
readConditionClassName
public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readConditionClassName() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeRead the value of the ConditionClassName Node from the server and update the local value if the operation succeeds.- Specified by:
readConditionClassNamein interfaceBaseEventType- Returns:
- the
LocalizedTextvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeConditionClassName
public void writeConditionClassName(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeWrite a new value for the ConditionClassName Node to the server and update the local value if the operation succeeds.- Specified by:
writeConditionClassNamein interfaceBaseEventType- Parameters:
value- theLocalizedTextvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readConditionClassNameAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> readConditionClassNameAsync()Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.readConditionClassName().- Specified by:
readConditionClassNameAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeConditionClassNameAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeConditionClassNameAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText conditionClassName) Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.writeConditionClassName(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText).- Specified by:
writeConditionClassNameAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getConditionClassNameNode
public PropertyTypeNode getConditionClassNameNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeGet the ConditionClassNamePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getConditionClassNameNodein interfaceBaseEventType- Returns:
- the ConditionClassName
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getConditionClassNameNodeAsync
Description copied from interface:BaseEventTypeAsynchronous implementation ofBaseEventType.getConditionClassNameNode().- Specified by:
getConditionClassNameNodeAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getConditionSubClassId
public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[] getConditionSubClassId() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeGet the local value of the ConditionSubClassId Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getConditionSubClassIdin interfaceBaseEventType- Returns:
- the local value of the ConditionSubClassId Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ConditionSubClassId Node.
-
setConditionSubClassId
public void setConditionSubClassId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[] value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeSet the local value of the ConditionSubClassId Node.The value is only updated locally; it is not written to the server.
- Specified by:
setConditionSubClassIdin interfaceBaseEventType- Parameters:
value- the local value to set for the ConditionSubClassId Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ConditionSubClassId Node.
-
readConditionSubClassId
public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[] readConditionSubClassId() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeRead the value of the ConditionSubClassId Node from the server and update the local value if the operation succeeds.- Specified by:
readConditionSubClassIdin interfaceBaseEventType- Returns:
- the
NodeIdvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeConditionSubClassId
public void writeConditionSubClassId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[] value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeWrite a new value for the ConditionSubClassId Node to the server and update the local value if the operation succeeds.- Specified by:
writeConditionSubClassIdin interfaceBaseEventType- Parameters:
value- theNodeIdvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readConditionSubClassIdAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[]> readConditionSubClassIdAsync()Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.readConditionSubClassId().- Specified by:
readConditionSubClassIdAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeConditionSubClassIdAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeConditionSubClassIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[] conditionSubClassId) Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.writeConditionSubClassId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId[]).- Specified by:
writeConditionSubClassIdAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getConditionSubClassIdNode
public PropertyTypeNode getConditionSubClassIdNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeGet the ConditionSubClassIdPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getConditionSubClassIdNodein interfaceBaseEventType- Returns:
- the ConditionSubClassId
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getConditionSubClassIdNodeAsync
Description copied from interface:BaseEventTypeAsynchronous implementation ofBaseEventType.getConditionSubClassIdNode().- Specified by:
getConditionSubClassIdNodeAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getConditionSubClassName
public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] getConditionSubClassName() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeGet the local value of the ConditionSubClassName Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getConditionSubClassNamein interfaceBaseEventType- Returns:
- the local value of the ConditionSubClassName Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ConditionSubClassName Node.
-
setConditionSubClassName
public void setConditionSubClassName(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeSet the local value of the ConditionSubClassName Node.The value is only updated locally; it is not written to the server.
- Specified by:
setConditionSubClassNamein interfaceBaseEventType- Parameters:
value- the local value to set for the ConditionSubClassName Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ConditionSubClassName Node.
-
readConditionSubClassName
public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] readConditionSubClassName() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeRead the value of the ConditionSubClassName Node from the server and update the local value if the operation succeeds.- Specified by:
readConditionSubClassNamein interfaceBaseEventType- Returns:
- the
LocalizedTextvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeConditionSubClassName
public void writeConditionSubClassName(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BaseEventTypeWrite a new value for the ConditionSubClassName Node to the server and update the local value if the operation succeeds.- Specified by:
writeConditionSubClassNamein interfaceBaseEventType- Parameters:
value- theLocalizedTextvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readConditionSubClassNameAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[]> readConditionSubClassNameAsync()Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.readConditionSubClassName().- Specified by:
readConditionSubClassNameAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeConditionSubClassNameAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeConditionSubClassNameAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] conditionSubClassName) Description copied from interface:BaseEventTypeAn asynchronous implementation ofBaseEventType.writeConditionSubClassName(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[]).- Specified by:
writeConditionSubClassNameAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getConditionSubClassNameNode
public PropertyTypeNode getConditionSubClassNameNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BaseEventTypeGet the ConditionSubClassNamePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getConditionSubClassNameNodein interfaceBaseEventType- Returns:
- the ConditionSubClassName
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getConditionSubClassNameNodeAsync
Description copied from interface:BaseEventTypeAsynchronous implementation ofBaseEventType.getConditionSubClassNameNode().- Specified by:
getConditionSubClassNameNodeAsyncin interfaceBaseEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-