Class BrokerDataSetReaderTransportTypeNode
- All Implemented Interfaces:
BaseObjectType,BrokerDataSetReaderTransportType,DataSetReaderTransportType,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.BrokerDataSetReaderTransportType
AUTHENTICATION_PROFILE_URI, META_DATA_QUEUE_NAME, QUEUE_NAME, REQUESTED_DELIVERY_GUARANTEE, RESOURCE_URI -
Constructor Summary
ConstructorsConstructorDescriptionBrokerDataSetReaderTransportTypeNode(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 ofBrokerDataSetReaderTransportType.getAuthenticationProfileUriNode().Get the local value of the MetaDataQueueName Node.Get the MetaDataQueueNamePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBrokerDataSetReaderTransportType.getMetaDataQueueNameNode().Get the local value of the QueueName Node.Get the QueueNamePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBrokerDataSetReaderTransportType.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 ofBrokerDataSetReaderTransportType.getRequestedDeliveryGuaranteeNode().Get the local value of the ResourceUri Node.Get the ResourceUriPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofBrokerDataSetReaderTransportType.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 ofBrokerDataSetReaderTransportType.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 ofBrokerDataSetReaderTransportType.readMetaDataQueueName().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 ofBrokerDataSetReaderTransportType.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 ofBrokerDataSetReaderTransportType.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 ofBrokerDataSetReaderTransportType.readResourceUri().voidSet the local value of the AuthenticationProfileUri Node.voidsetMetaDataQueueName(String value) Set the local value of the MetaDataQueueName 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 ofBrokerDataSetReaderTransportType.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 ofBrokerDataSetReaderTransportType.writeMetaDataQueueName(java.lang.String).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 ofBrokerDataSetReaderTransportType.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 ofBrokerDataSetReaderTransportType.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
-
BrokerDataSetReaderTransportTypeNode
public BrokerDataSetReaderTransportTypeNode(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:BrokerDataSetReaderTransportTypeGet 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 interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeSet the local value of the QueueName Node.The value is only updated locally; it is not written to the server.
- Specified by:
setQueueNamein interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeRead the value of the QueueName Node from the server and update the local value if the operation succeeds.- Specified by:
readQueueNamein interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeWrite a new value for the QueueName Node to the server and update the local value if the operation succeeds.- Specified by:
writeQueueNamein interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeAn asynchronous implementation ofBrokerDataSetReaderTransportType.readQueueName().- Specified by:
readQueueNameAsyncin interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeAn asynchronous implementation ofBrokerDataSetReaderTransportType.writeQueueName(java.lang.String).- Specified by:
writeQueueNameAsyncin interfaceBrokerDataSetReaderTransportType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getQueueNameNode
Description copied from interface:BrokerDataSetReaderTransportTypeGet the QueueNamePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getQueueNameNodein interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeAsynchronous implementation ofBrokerDataSetReaderTransportType.getQueueNameNode().- Specified by:
getQueueNameNodeAsyncin interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeGet 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 interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeSet the local value of the ResourceUri Node.The value is only updated locally; it is not written to the server.
- Specified by:
setResourceUriin interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeRead the value of the ResourceUri Node from the server and update the local value if the operation succeeds.- Specified by:
readResourceUriin interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeWrite a new value for the ResourceUri Node to the server and update the local value if the operation succeeds.- Specified by:
writeResourceUriin interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeAn asynchronous implementation ofBrokerDataSetReaderTransportType.readResourceUri().- Specified by:
readResourceUriAsyncin interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeAn asynchronous implementation ofBrokerDataSetReaderTransportType.writeResourceUri(java.lang.String).- Specified by:
writeResourceUriAsyncin interfaceBrokerDataSetReaderTransportType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getResourceUriNode
Description copied from interface:BrokerDataSetReaderTransportTypeGet the ResourceUriPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getResourceUriNodein interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeAsynchronous implementation ofBrokerDataSetReaderTransportType.getResourceUriNode().- Specified by:
getResourceUriNodeAsyncin interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeGet 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 interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeSet the local value of the AuthenticationProfileUri Node.The value is only updated locally; it is not written to the server.
- Specified by:
setAuthenticationProfileUriin interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeRead the value of the AuthenticationProfileUri Node from the server and update the local value if the operation succeeds.- Specified by:
readAuthenticationProfileUriin interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeWrite a new value for the AuthenticationProfileUri Node to the server and update the local value if the operation succeeds.- Specified by:
writeAuthenticationProfileUriin interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeAn asynchronous implementation ofBrokerDataSetReaderTransportType.readAuthenticationProfileUri().- Specified by:
readAuthenticationProfileUriAsyncin interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeAn asynchronous implementation ofBrokerDataSetReaderTransportType.writeAuthenticationProfileUri(java.lang.String).- Specified by:
writeAuthenticationProfileUriAsyncin interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeGet the AuthenticationProfileUriPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getAuthenticationProfileUriNodein interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeAsynchronous implementation ofBrokerDataSetReaderTransportType.getAuthenticationProfileUriNode().- Specified by:
getAuthenticationProfileUriNodeAsyncin interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeGet 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 interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeSet the local value of the RequestedDeliveryGuarantee Node.The value is only updated locally; it is not written to the server.
- Specified by:
setRequestedDeliveryGuaranteein interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeRead the value of the RequestedDeliveryGuarantee Node from the server and update the local value if the operation succeeds.- Specified by:
readRequestedDeliveryGuaranteein interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeWrite a new value for the RequestedDeliveryGuarantee Node to the server and update the local value if the operation succeeds.- Specified by:
writeRequestedDeliveryGuaranteein interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeAn asynchronous implementation ofBrokerDataSetReaderTransportType.readRequestedDeliveryGuarantee().- Specified by:
readRequestedDeliveryGuaranteeAsyncin interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeAn asynchronous implementation ofBrokerDataSetReaderTransportType.writeRequestedDeliveryGuarantee(org.eclipse.milo.opcua.stack.core.types.enumerated.BrokerTransportQualityOfService).- Specified by:
writeRequestedDeliveryGuaranteeAsyncin interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeGet the RequestedDeliveryGuaranteePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getRequestedDeliveryGuaranteeNodein interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeAsynchronous implementation ofBrokerDataSetReaderTransportType.getRequestedDeliveryGuaranteeNode().- Specified by:
getRequestedDeliveryGuaranteeNodeAsyncin interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeGet 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 interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeSet the local value of the MetaDataQueueName Node.The value is only updated locally; it is not written to the server.
- Specified by:
setMetaDataQueueNamein interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeRead the value of the MetaDataQueueName Node from the server and update the local value if the operation succeeds.- Specified by:
readMetaDataQueueNamein interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeWrite a new value for the MetaDataQueueName Node to the server and update the local value if the operation succeeds.- Specified by:
writeMetaDataQueueNamein interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeAn asynchronous implementation ofBrokerDataSetReaderTransportType.readMetaDataQueueName().- Specified by:
readMetaDataQueueNameAsyncin interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeAn asynchronous implementation ofBrokerDataSetReaderTransportType.writeMetaDataQueueName(java.lang.String).- Specified by:
writeMetaDataQueueNameAsyncin interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeGet the MetaDataQueueNamePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getMetaDataQueueNameNodein interfaceBrokerDataSetReaderTransportType- 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:BrokerDataSetReaderTransportTypeAsynchronous implementation ofBrokerDataSetReaderTransportType.getMetaDataQueueNameNode().- Specified by:
getMetaDataQueueNameNodeAsyncin interfaceBrokerDataSetReaderTransportType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-