Class BrokerDataSetWriterTransportTypeNode
- All Implemented Interfaces:
BaseObjectType,BrokerDataSetWriterTransportType,DataSetWriterTransportType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
-
Field Summary
Fields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.BrokerDataSetWriterTransportType
AUTHENTICATION_PROFILE_URI, META_DATA_QUEUE_NAME, META_DATA_UPDATE_TIME, QUEUE_NAME, REQUESTED_DELIVERY_GUARANTEE, RESOURCE_URI -
Constructor Summary
ConstructorsConstructorDescriptionBrokerDataSetWriterTransportTypeNode(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 TypeMethodDescriptionGet the local value of the AuthenticationProfileUri Node.Get the AuthenticationProfileUriPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBrokerDataSetWriterTransportType.getAuthenticationProfileUriNode().Get the local value of the MetaDataQueueName Node.Get the MetaDataQueueNamePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBrokerDataSetWriterTransportType.getMetaDataQueueNameNode().Get the local value of the MetaDataUpdateTime Node.Get the MetaDataUpdateTimePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBrokerDataSetWriterTransportType.getMetaDataUpdateTimeNode().Get the local value of the QueueName Node.Get the QueueNamePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBrokerDataSetWriterTransportType.getQueueNameNode().org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfServiceGet the local value of the RequestedDeliveryGuarantee Node.Get the RequestedDeliveryGuaranteePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBrokerDataSetWriterTransportType.getRequestedDeliveryGuaranteeNode().Get the local value of the ResourceUri Node.Get the ResourceUriPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBrokerDataSetWriterTransportType.getResourceUriNode().Read the value of the AuthenticationProfileUri Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofBrokerDataSetWriterTransportType.readAuthenticationProfileUri().Read the value of the MetaDataQueueName Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofBrokerDataSetWriterTransportType.readMetaDataQueueName().Read the value of the MetaDataUpdateTime Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Double>An asynchronous implementation ofBrokerDataSetWriterTransportType.readMetaDataUpdateTime().Read the value of the QueueName Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofBrokerDataSetWriterTransportType.readQueueName().org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfServiceRead the value of the RequestedDeliveryGuarantee Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfService>An asynchronous implementation ofBrokerDataSetWriterTransportType.readRequestedDeliveryGuarantee().Read the value of the ResourceUri Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofBrokerDataSetWriterTransportType.readResourceUri().voidSet the local value of the AuthenticationProfileUri Node.voidsetMetaDataQueueName(String value) Set the local value of the MetaDataQueueName Node.voidsetMetaDataUpdateTime(Double value) Set the local value of the MetaDataUpdateTime Node.voidsetQueueName(String value) Set the local value of the QueueName Node.voidsetRequestedDeliveryGuarantee(org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfService value) Set the local value of the RequestedDeliveryGuarantee Node.voidsetResourceUri(String value) Set the local value of the ResourceUri Node.voidWrite a new value for the AuthenticationProfileUri Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeAuthenticationProfileUriAsync(String authenticationProfileUri) An asynchronous implementation ofBrokerDataSetWriterTransportType.writeAuthenticationProfileUri(java.lang.String).voidwriteMetaDataQueueName(String value) Write a new value for the MetaDataQueueName Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeMetaDataQueueNameAsync(String metaDataQueueName) An asynchronous implementation ofBrokerDataSetWriterTransportType.writeMetaDataQueueName(java.lang.String).voidwriteMetaDataUpdateTime(Double value) Write a new value for the MetaDataUpdateTime Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeMetaDataUpdateTimeAsync(Double metaDataUpdateTime) An asynchronous implementation ofBrokerDataSetWriterTransportType.writeMetaDataUpdateTime(java.lang.Double).voidwriteQueueName(String value) Write a new value for the QueueName Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeQueueNameAsync(String queueName) An asynchronous implementation ofBrokerDataSetWriterTransportType.writeQueueName(java.lang.String).voidwriteRequestedDeliveryGuarantee(org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfService value) Write a new value for the RequestedDeliveryGuarantee Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeRequestedDeliveryGuaranteeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfService requestedDeliveryGuarantee) voidwriteResourceUri(String value) Write a new value for the ResourceUri Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeResourceUriAsync(String resourceUri) An asynchronous implementation ofBrokerDataSetWriterTransportType.writeResourceUri(java.lang.String).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
-
BrokerDataSetWriterTransportTypeNode
public BrokerDataSetWriterTransportTypeNode(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
-
getQueueName
Description copied from interface:BrokerDataSetWriterTransportTypeGet the local value of the QueueName Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getQueueNamein interfaceBrokerDataSetWriterTransportType- Returns:
- the local value of the QueueName Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the QueueName Node.
-
setQueueName
Description copied from interface:BrokerDataSetWriterTransportTypeSet the local value of the QueueName Node.The value is only updated locally; it is not written to the server.
- Specified by:
setQueueNamein interfaceBrokerDataSetWriterTransportType- Parameters:
value- the local value to set for the QueueName Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the QueueName Node.
-
readQueueName
Description copied from interface:BrokerDataSetWriterTransportTypeRead the value of the QueueName Node from the server and update the local value if the operation succeeds.- Specified by:
readQueueNamein interfaceBrokerDataSetWriterTransportType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeQueueName
Description copied from interface:BrokerDataSetWriterTransportTypeWrite a new value for the QueueName Node to the server and update the local value if the operation succeeds.- Specified by:
writeQueueNamein interfaceBrokerDataSetWriterTransportType- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readQueueNameAsync
Description copied from interface:BrokerDataSetWriterTransportTypeAn asynchronous implementation ofBrokerDataSetWriterTransportType.readQueueName().- Specified by:
readQueueNameAsyncin interfaceBrokerDataSetWriterTransportType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeQueueNameAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeQueueNameAsync(String queueName) Description copied from interface:BrokerDataSetWriterTransportTypeAn asynchronous implementation ofBrokerDataSetWriterTransportType.writeQueueName(java.lang.String).- Specified by:
writeQueueNameAsyncin interfaceBrokerDataSetWriterTransportType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getQueueNameNode
Description copied from interface:BrokerDataSetWriterTransportTypeGet the QueueNamePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getQueueNameNodein interfaceBrokerDataSetWriterTransportType- Returns:
- the QueueName
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getQueueNameNodeAsync
Description copied from interface:BrokerDataSetWriterTransportTypeAsynchronous implementation ofBrokerDataSetWriterTransportType.getQueueNameNode().- Specified by:
getQueueNameNodeAsyncin interfaceBrokerDataSetWriterTransportType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getMetaDataQueueName
Description copied from interface:BrokerDataSetWriterTransportTypeGet the local value of the MetaDataQueueName Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getMetaDataQueueNamein interfaceBrokerDataSetWriterTransportType- Returns:
- the local value of the MetaDataQueueName Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MetaDataQueueName Node.
-
setMetaDataQueueName
Description copied from interface:BrokerDataSetWriterTransportTypeSet the local value of the MetaDataQueueName Node.The value is only updated locally; it is not written to the server.
- Specified by:
setMetaDataQueueNamein interfaceBrokerDataSetWriterTransportType- Parameters:
value- the local value to set for the MetaDataQueueName Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MetaDataQueueName Node.
-
readMetaDataQueueName
Description copied from interface:BrokerDataSetWriterTransportTypeRead the value of the MetaDataQueueName Node from the server and update the local value if the operation succeeds.- Specified by:
readMetaDataQueueNamein interfaceBrokerDataSetWriterTransportType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeMetaDataQueueName
public void writeMetaDataQueueName(String value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BrokerDataSetWriterTransportTypeWrite a new value for the MetaDataQueueName Node to the server and update the local value if the operation succeeds.- Specified by:
writeMetaDataQueueNamein interfaceBrokerDataSetWriterTransportType- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readMetaDataQueueNameAsync
Description copied from interface:BrokerDataSetWriterTransportTypeAn asynchronous implementation ofBrokerDataSetWriterTransportType.readMetaDataQueueName().- Specified by:
readMetaDataQueueNameAsyncin interfaceBrokerDataSetWriterTransportType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeMetaDataQueueNameAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMetaDataQueueNameAsync(String metaDataQueueName) Description copied from interface:BrokerDataSetWriterTransportTypeAn asynchronous implementation ofBrokerDataSetWriterTransportType.writeMetaDataQueueName(java.lang.String).- Specified by:
writeMetaDataQueueNameAsyncin interfaceBrokerDataSetWriterTransportType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getMetaDataQueueNameNode
public PropertyTypeNode getMetaDataQueueNameNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BrokerDataSetWriterTransportTypeGet the MetaDataQueueNamePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getMetaDataQueueNameNodein interfaceBrokerDataSetWriterTransportType- Returns:
- the MetaDataQueueName
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getMetaDataQueueNameNodeAsync
Description copied from interface:BrokerDataSetWriterTransportTypeAsynchronous implementation ofBrokerDataSetWriterTransportType.getMetaDataQueueNameNode().- Specified by:
getMetaDataQueueNameNodeAsyncin interfaceBrokerDataSetWriterTransportType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getResourceUri
Description copied from interface:BrokerDataSetWriterTransportTypeGet the local value of the ResourceUri Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getResourceUriin interfaceBrokerDataSetWriterTransportType- Returns:
- the local value of the ResourceUri Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ResourceUri Node.
-
setResourceUri
Description copied from interface:BrokerDataSetWriterTransportTypeSet the local value of the ResourceUri Node.The value is only updated locally; it is not written to the server.
- Specified by:
setResourceUriin interfaceBrokerDataSetWriterTransportType- Parameters:
value- the local value to set for the ResourceUri Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ResourceUri Node.
-
readResourceUri
Description copied from interface:BrokerDataSetWriterTransportTypeRead the value of the ResourceUri Node from the server and update the local value if the operation succeeds.- Specified by:
readResourceUriin interfaceBrokerDataSetWriterTransportType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeResourceUri
Description copied from interface:BrokerDataSetWriterTransportTypeWrite a new value for the ResourceUri Node to the server and update the local value if the operation succeeds.- Specified by:
writeResourceUriin interfaceBrokerDataSetWriterTransportType- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readResourceUriAsync
Description copied from interface:BrokerDataSetWriterTransportTypeAn asynchronous implementation ofBrokerDataSetWriterTransportType.readResourceUri().- Specified by:
readResourceUriAsyncin interfaceBrokerDataSetWriterTransportType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeResourceUriAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeResourceUriAsync(String resourceUri) Description copied from interface:BrokerDataSetWriterTransportTypeAn asynchronous implementation ofBrokerDataSetWriterTransportType.writeResourceUri(java.lang.String).- Specified by:
writeResourceUriAsyncin interfaceBrokerDataSetWriterTransportType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getResourceUriNode
Description copied from interface:BrokerDataSetWriterTransportTypeGet the ResourceUriPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getResourceUriNodein interfaceBrokerDataSetWriterTransportType- Returns:
- the ResourceUri
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getResourceUriNodeAsync
Description copied from interface:BrokerDataSetWriterTransportTypeAsynchronous implementation ofBrokerDataSetWriterTransportType.getResourceUriNode().- Specified by:
getResourceUriNodeAsyncin interfaceBrokerDataSetWriterTransportType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getAuthenticationProfileUri
Description copied from interface:BrokerDataSetWriterTransportTypeGet the local value of the AuthenticationProfileUri Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getAuthenticationProfileUriin interfaceBrokerDataSetWriterTransportType- Returns:
- the local value of the AuthenticationProfileUri Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the AuthenticationProfileUri Node.
-
setAuthenticationProfileUri
public void setAuthenticationProfileUri(String value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BrokerDataSetWriterTransportTypeSet the local value of the AuthenticationProfileUri Node.The value is only updated locally; it is not written to the server.
- Specified by:
setAuthenticationProfileUriin interfaceBrokerDataSetWriterTransportType- Parameters:
value- the local value to set for the AuthenticationProfileUri Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the AuthenticationProfileUri Node.
-
readAuthenticationProfileUri
Description copied from interface:BrokerDataSetWriterTransportTypeRead the value of the AuthenticationProfileUri Node from the server and update the local value if the operation succeeds.- Specified by:
readAuthenticationProfileUriin interfaceBrokerDataSetWriterTransportType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeAuthenticationProfileUri
public void writeAuthenticationProfileUri(String value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BrokerDataSetWriterTransportTypeWrite a new value for the AuthenticationProfileUri Node to the server and update the local value if the operation succeeds.- Specified by:
writeAuthenticationProfileUriin interfaceBrokerDataSetWriterTransportType- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readAuthenticationProfileUriAsync
Description copied from interface:BrokerDataSetWriterTransportTypeAn asynchronous implementation ofBrokerDataSetWriterTransportType.readAuthenticationProfileUri().- Specified by:
readAuthenticationProfileUriAsyncin interfaceBrokerDataSetWriterTransportType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeAuthenticationProfileUriAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeAuthenticationProfileUriAsync(String authenticationProfileUri) Description copied from interface:BrokerDataSetWriterTransportTypeAn asynchronous implementation ofBrokerDataSetWriterTransportType.writeAuthenticationProfileUri(java.lang.String).- Specified by:
writeAuthenticationProfileUriAsyncin interfaceBrokerDataSetWriterTransportType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getAuthenticationProfileUriNode
public PropertyTypeNode getAuthenticationProfileUriNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BrokerDataSetWriterTransportTypeGet the AuthenticationProfileUriPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getAuthenticationProfileUriNodein interfaceBrokerDataSetWriterTransportType- Returns:
- the AuthenticationProfileUri
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getAuthenticationProfileUriNodeAsync
Description copied from interface:BrokerDataSetWriterTransportTypeAsynchronous implementation ofBrokerDataSetWriterTransportType.getAuthenticationProfileUriNode().- Specified by:
getAuthenticationProfileUriNodeAsyncin interfaceBrokerDataSetWriterTransportType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getRequestedDeliveryGuarantee
public org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfService getRequestedDeliveryGuarantee() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BrokerDataSetWriterTransportTypeGet the local value of the RequestedDeliveryGuarantee Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getRequestedDeliveryGuaranteein interfaceBrokerDataSetWriterTransportType- Returns:
- the local value of the RequestedDeliveryGuarantee Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RequestedDeliveryGuarantee Node.
-
setRequestedDeliveryGuarantee
public void setRequestedDeliveryGuarantee(org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfService value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BrokerDataSetWriterTransportTypeSet the local value of the RequestedDeliveryGuarantee Node.The value is only updated locally; it is not written to the server.
- Specified by:
setRequestedDeliveryGuaranteein interfaceBrokerDataSetWriterTransportType- Parameters:
value- the local value to set for the RequestedDeliveryGuarantee Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RequestedDeliveryGuarantee Node.
-
readRequestedDeliveryGuarantee
public org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfService readRequestedDeliveryGuarantee() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BrokerDataSetWriterTransportTypeRead the value of the RequestedDeliveryGuarantee Node from the server and update the local value if the operation succeeds.- Specified by:
readRequestedDeliveryGuaranteein interfaceBrokerDataSetWriterTransportType- Returns:
- the
BrokerTransportQualityOfServicevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeRequestedDeliveryGuarantee
public void writeRequestedDeliveryGuarantee(org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfService value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BrokerDataSetWriterTransportTypeWrite a new value for the RequestedDeliveryGuarantee Node to the server and update the local value if the operation succeeds.- Specified by:
writeRequestedDeliveryGuaranteein interfaceBrokerDataSetWriterTransportType- Parameters:
value- theBrokerTransportQualityOfServicevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readRequestedDeliveryGuaranteeAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfService> readRequestedDeliveryGuaranteeAsync()Description copied from interface:BrokerDataSetWriterTransportTypeAn asynchronous implementation ofBrokerDataSetWriterTransportType.readRequestedDeliveryGuarantee().- Specified by:
readRequestedDeliveryGuaranteeAsyncin interfaceBrokerDataSetWriterTransportType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeRequestedDeliveryGuaranteeAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRequestedDeliveryGuaranteeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfService requestedDeliveryGuarantee) Description copied from interface:BrokerDataSetWriterTransportTypeAn asynchronous implementation ofBrokerDataSetWriterTransportType.writeRequestedDeliveryGuarantee(org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfService).- Specified by:
writeRequestedDeliveryGuaranteeAsyncin interfaceBrokerDataSetWriterTransportType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getRequestedDeliveryGuaranteeNode
public PropertyTypeNode getRequestedDeliveryGuaranteeNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BrokerDataSetWriterTransportTypeGet the RequestedDeliveryGuaranteePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getRequestedDeliveryGuaranteeNodein interfaceBrokerDataSetWriterTransportType- Returns:
- the RequestedDeliveryGuarantee
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getRequestedDeliveryGuaranteeNodeAsync
Description copied from interface:BrokerDataSetWriterTransportTypeAsynchronous implementation ofBrokerDataSetWriterTransportType.getRequestedDeliveryGuaranteeNode().- Specified by:
getRequestedDeliveryGuaranteeNodeAsyncin interfaceBrokerDataSetWriterTransportType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getMetaDataUpdateTime
Description copied from interface:BrokerDataSetWriterTransportTypeGet the local value of the MetaDataUpdateTime Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getMetaDataUpdateTimein interfaceBrokerDataSetWriterTransportType- Returns:
- the local value of the MetaDataUpdateTime Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MetaDataUpdateTime Node.
-
setMetaDataUpdateTime
public void setMetaDataUpdateTime(Double value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BrokerDataSetWriterTransportTypeSet the local value of the MetaDataUpdateTime Node.The value is only updated locally; it is not written to the server.
- Specified by:
setMetaDataUpdateTimein interfaceBrokerDataSetWriterTransportType- Parameters:
value- the local value to set for the MetaDataUpdateTime Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MetaDataUpdateTime Node.
-
readMetaDataUpdateTime
Description copied from interface:BrokerDataSetWriterTransportTypeRead the value of the MetaDataUpdateTime Node from the server and update the local value if the operation succeeds.- Specified by:
readMetaDataUpdateTimein interfaceBrokerDataSetWriterTransportType- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeMetaDataUpdateTime
public void writeMetaDataUpdateTime(Double value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:BrokerDataSetWriterTransportTypeWrite a new value for the MetaDataUpdateTime Node to the server and update the local value if the operation succeeds.- Specified by:
writeMetaDataUpdateTimein interfaceBrokerDataSetWriterTransportType- Parameters:
value- theDoublevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readMetaDataUpdateTimeAsync
Description copied from interface:BrokerDataSetWriterTransportTypeAn asynchronous implementation ofBrokerDataSetWriterTransportType.readMetaDataUpdateTime().- Specified by:
readMetaDataUpdateTimeAsyncin interfaceBrokerDataSetWriterTransportType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeMetaDataUpdateTimeAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMetaDataUpdateTimeAsync(Double metaDataUpdateTime) Description copied from interface:BrokerDataSetWriterTransportTypeAn asynchronous implementation ofBrokerDataSetWriterTransportType.writeMetaDataUpdateTime(java.lang.Double).- Specified by:
writeMetaDataUpdateTimeAsyncin interfaceBrokerDataSetWriterTransportType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getMetaDataUpdateTimeNode
public PropertyTypeNode getMetaDataUpdateTimeNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:BrokerDataSetWriterTransportTypeGet the MetaDataUpdateTimePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getMetaDataUpdateTimeNodein interfaceBrokerDataSetWriterTransportType- Returns:
- the MetaDataUpdateTime
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getMetaDataUpdateTimeNodeAsync
Description copied from interface:BrokerDataSetWriterTransportTypeAsynchronous implementation ofBrokerDataSetWriterTransportType.getMetaDataUpdateTimeNode().- Specified by:
getMetaDataUpdateTimeNodeAsyncin interfaceBrokerDataSetWriterTransportType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-