Class ServerTypeNode
- All Implemented Interfaces:
BaseObjectType,ServerType,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.ServerType
AUDITING, ESTIMATED_RETURN_TIME, LOCAL_TIME, NAMESPACE_ARRAY, SERVER_ARRAY, SERVICE_LEVEL, URIS_VERSION -
Constructor Summary
ConstructorsConstructorDescriptionServerTypeNode(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 Auditing Node.Get the AuditingPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofServerType.getAuditingNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTimeGet the local value of the EstimatedReturnTime Node.Get the EstimatedReturnTimePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofServerType.getEstimatedReturnTimeNode().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 ofServerType.getLocalTimeNode().String[]Get the local value of the NamespaceArray Node.Get the NamespaceArrayPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofServerType.getNamespaceArrayNode().Get the NamespacesNamespacesTypeNode, ornullif it does not exist.CompletableFuture<? extends NamespacesTypeNode>Asynchronous implementation ofServerType.getNamespacesNode().String[]Get the local value of the ServerArray Node.Get the ServerArrayPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofServerType.getServerArrayNode().Get the ServerCapabilitiesServerCapabilitiesTypeNode, ornullif it does not exist.CompletableFuture<? extends ServerCapabilitiesTypeNode>Asynchronous implementation ofServerType.getServerCapabilitiesNode().Get the ServerDiagnosticsServerDiagnosticsTypeNode, ornullif it does not exist.CompletableFuture<? extends ServerDiagnosticsTypeNode>Asynchronous implementation ofServerType.getServerDiagnosticsNode().Get the ServerRedundancyServerRedundancyTypeNode, ornullif it does not exist.CompletableFuture<? extends ServerRedundancyTypeNode>Asynchronous implementation ofServerType.getServerRedundancyNode().org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataTypeGet the local value of the ServerStatus Node.Get the ServerStatusServerStatusTypeNode, ornullif it does not exist.CompletableFuture<? extends ServerStatusTypeNode>Asynchronous implementation ofServerType.getServerStatusNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByteGet the local value of the ServiceLevel Node.Get the ServiceLevelPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofServerType.getServiceLevelNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the UrisVersion Node.Get the UrisVersionPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofServerType.getUrisVersionNode().Get the VendorServerInfoVendorServerInfoTypeNode, ornullif it does not exist.CompletableFuture<? extends VendorServerInfoTypeNode>Asynchronous implementation ofServerType.getVendorServerInfoNode().Read the value of the Auditing Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Boolean>An asynchronous implementation ofServerType.readAuditing().org.eclipse.milo.opcua.stack.core.types.builtin.DateTimeRead the value of the EstimatedReturnTime 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 ofServerType.readEstimatedReturnTime().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 ofServerType.readLocalTime().String[]Read the value of the NamespaceArray Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String[]>An asynchronous implementation ofServerType.readNamespaceArray().String[]Read the value of the ServerArray Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String[]>An asynchronous implementation ofServerType.readServerArray().org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataTypeRead the value of the ServerStatus Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType>An asynchronous implementation ofServerType.readServerStatus().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByteRead the value of the ServiceLevel Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte>An asynchronous implementation ofServerType.readServiceLevel().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the UrisVersion Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger>An asynchronous implementation ofServerType.readUrisVersion().voidsetAuditing(Boolean value) Set the local value of the Auditing Node.voidsetEstimatedReturnTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) Set the local value of the EstimatedReturnTime Node.voidsetLocalTime(org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType value) Set the local value of the LocalTime Node.voidsetNamespaceArray(String[] value) Set the local value of the NamespaceArray Node.voidsetServerArray(String[] value) Set the local value of the ServerArray Node.voidsetServerStatus(org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType value) Set the local value of the ServerStatus Node.voidsetServiceLevel(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) Set the local value of the ServiceLevel Node.voidsetUrisVersion(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the UrisVersion Node.voidwriteAuditing(Boolean value) Write a new value for the Auditing Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeAuditingAsync(Boolean auditing) An asynchronous implementation ofServerType.writeAuditing(java.lang.Boolean).voidwriteEstimatedReturnTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) Write a new value for the EstimatedReturnTime Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeEstimatedReturnTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime estimatedReturnTime) An asynchronous implementation ofServerType.writeEstimatedReturnTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime).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 ofServerType.writeLocalTime(org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType).voidwriteNamespaceArray(String[] value) Write a new value for the NamespaceArray Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeNamespaceArrayAsync(String[] namespaceArray) An asynchronous implementation ofServerType.writeNamespaceArray(java.lang.String[]).voidwriteServerArray(String[] value) Write a new value for the ServerArray Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeServerArrayAsync(String[] serverArray) An asynchronous implementation ofServerType.writeServerArray(java.lang.String[]).voidwriteServerStatus(org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType value) Write a new value for the ServerStatus Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeServerStatusAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType serverStatus) An asynchronous implementation ofServerType.writeServerStatus(org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType).voidwriteServiceLevel(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) Write a new value for the ServiceLevel Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeServiceLevelAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte serviceLevel) An asynchronous implementation ofServerType.writeServiceLevel(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte).voidwriteUrisVersion(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the UrisVersion Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeUrisVersionAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger urisVersion) An asynchronous implementation ofServerType.writeUrisVersion(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).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
-
ServerTypeNode
public ServerTypeNode(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
-
getServerArray
Description copied from interface:ServerTypeGet the local value of the ServerArray Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getServerArrayin interfaceServerType- Returns:
- the local value of the ServerArray Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ServerArray Node.
-
setServerArray
Description copied from interface:ServerTypeSet the local value of the ServerArray Node.The value is only updated locally; it is not written to the server.
- Specified by:
setServerArrayin interfaceServerType- Parameters:
value- the local value to set for the ServerArray Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ServerArray Node.
-
readServerArray
Description copied from interface:ServerTypeRead the value of the ServerArray Node from the server and update the local value if the operation succeeds.- Specified by:
readServerArrayin interfaceServerType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeServerArray
Description copied from interface:ServerTypeWrite a new value for the ServerArray Node to the server and update the local value if the operation succeeds.- Specified by:
writeServerArrayin interfaceServerType- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readServerArrayAsync
Description copied from interface:ServerTypeAn asynchronous implementation ofServerType.readServerArray().- Specified by:
readServerArrayAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeServerArrayAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServerArrayAsync(String[] serverArray) Description copied from interface:ServerTypeAn asynchronous implementation ofServerType.writeServerArray(java.lang.String[]).- Specified by:
writeServerArrayAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getServerArrayNode
Description copied from interface:ServerTypeGet the ServerArrayPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getServerArrayNodein interfaceServerType- Returns:
- the ServerArray
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getServerArrayNodeAsync
Description copied from interface:ServerTypeAsynchronous implementation ofServerType.getServerArrayNode().- Specified by:
getServerArrayNodeAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getNamespaceArray
Description copied from interface:ServerTypeGet the local value of the NamespaceArray Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getNamespaceArrayin interfaceServerType- Returns:
- the local value of the NamespaceArray Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the NamespaceArray Node.
-
setNamespaceArray
Description copied from interface:ServerTypeSet the local value of the NamespaceArray Node.The value is only updated locally; it is not written to the server.
- Specified by:
setNamespaceArrayin interfaceServerType- Parameters:
value- the local value to set for the NamespaceArray Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the NamespaceArray Node.
-
readNamespaceArray
Description copied from interface:ServerTypeRead the value of the NamespaceArray Node from the server and update the local value if the operation succeeds.- Specified by:
readNamespaceArrayin interfaceServerType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeNamespaceArray
public void writeNamespaceArray(String[] value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerTypeWrite a new value for the NamespaceArray Node to the server and update the local value if the operation succeeds.- Specified by:
writeNamespaceArrayin interfaceServerType- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readNamespaceArrayAsync
Description copied from interface:ServerTypeAn asynchronous implementation ofServerType.readNamespaceArray().- Specified by:
readNamespaceArrayAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeNamespaceArrayAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeNamespaceArrayAsync(String[] namespaceArray) Description copied from interface:ServerTypeAn asynchronous implementation ofServerType.writeNamespaceArray(java.lang.String[]).- Specified by:
writeNamespaceArrayAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getNamespaceArrayNode
public PropertyTypeNode getNamespaceArrayNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerTypeGet the NamespaceArrayPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getNamespaceArrayNodein interfaceServerType- Returns:
- the NamespaceArray
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getNamespaceArrayNodeAsync
Description copied from interface:ServerTypeAsynchronous implementation ofServerType.getNamespaceArrayNode().- Specified by:
getNamespaceArrayNodeAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getUrisVersion
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getUrisVersion() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerTypeGet the local value of the UrisVersion Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getUrisVersionin interfaceServerType- Returns:
- the local value of the UrisVersion Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the UrisVersion Node.
-
setUrisVersion
public void setUrisVersion(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerTypeSet the local value of the UrisVersion Node.The value is only updated locally; it is not written to the server.
- Specified by:
setUrisVersionin interfaceServerType- Parameters:
value- the local value to set for the UrisVersion Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the UrisVersion Node.
-
readUrisVersion
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readUrisVersion() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerTypeRead the value of the UrisVersion Node from the server and update the local value if the operation succeeds.- Specified by:
readUrisVersionin interfaceServerType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeUrisVersion
public void writeUrisVersion(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerTypeWrite a new value for the UrisVersion Node to the server and update the local value if the operation succeeds.- Specified by:
writeUrisVersionin interfaceServerType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readUrisVersionAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readUrisVersionAsync()Description copied from interface:ServerTypeAn asynchronous implementation ofServerType.readUrisVersion().- Specified by:
readUrisVersionAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeUrisVersionAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeUrisVersionAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger urisVersion) Description copied from interface:ServerTypeAn asynchronous implementation ofServerType.writeUrisVersion(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeUrisVersionAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getUrisVersionNode
Description copied from interface:ServerTypeGet the UrisVersionPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getUrisVersionNodein interfaceServerType- Returns:
- the UrisVersion
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getUrisVersionNodeAsync
Description copied from interface:ServerTypeAsynchronous implementation ofServerType.getUrisVersionNode().- Specified by:
getUrisVersionNodeAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getServiceLevel
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte getServiceLevel() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerTypeGet the local value of the ServiceLevel Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getServiceLevelin interfaceServerType- Returns:
- the local value of the ServiceLevel Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ServiceLevel Node.
-
setServiceLevel
public void setServiceLevel(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerTypeSet the local value of the ServiceLevel Node.The value is only updated locally; it is not written to the server.
- Specified by:
setServiceLevelin interfaceServerType- Parameters:
value- the local value to set for the ServiceLevel Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ServiceLevel Node.
-
readServiceLevel
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte readServiceLevel() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerTypeRead the value of the ServiceLevel Node from the server and update the local value if the operation succeeds.- Specified by:
readServiceLevelin interfaceServerType- Returns:
- the
UBytevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeServiceLevel
public void writeServiceLevel(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerTypeWrite a new value for the ServiceLevel Node to the server and update the local value if the operation succeeds.- Specified by:
writeServiceLevelin interfaceServerType- Parameters:
value- theUBytevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readServiceLevelAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte> readServiceLevelAsync()Description copied from interface:ServerTypeAn asynchronous implementation ofServerType.readServiceLevel().- Specified by:
readServiceLevelAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeServiceLevelAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServiceLevelAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte serviceLevel) Description copied from interface:ServerTypeAn asynchronous implementation ofServerType.writeServiceLevel(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte).- Specified by:
writeServiceLevelAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getServiceLevelNode
Description copied from interface:ServerTypeGet the ServiceLevelPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getServiceLevelNodein interfaceServerType- Returns:
- the ServiceLevel
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getServiceLevelNodeAsync
Description copied from interface:ServerTypeAsynchronous implementation ofServerType.getServiceLevelNode().- Specified by:
getServiceLevelNodeAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getAuditing
Description copied from interface:ServerTypeGet the local value of the Auditing Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getAuditingin interfaceServerType- Returns:
- the local value of the Auditing Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Auditing Node.
-
setAuditing
Description copied from interface:ServerTypeSet the local value of the Auditing Node.The value is only updated locally; it is not written to the server.
- Specified by:
setAuditingin interfaceServerType- Parameters:
value- the local value to set for the Auditing Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Auditing Node.
-
readAuditing
Description copied from interface:ServerTypeRead the value of the Auditing Node from the server and update the local value if the operation succeeds.- Specified by:
readAuditingin interfaceServerType- Returns:
- the
Booleanvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeAuditing
Description copied from interface:ServerTypeWrite a new value for the Auditing Node to the server and update the local value if the operation succeeds.- Specified by:
writeAuditingin interfaceServerType- Parameters:
value- theBooleanvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readAuditingAsync
Description copied from interface:ServerTypeAn asynchronous implementation ofServerType.readAuditing().- Specified by:
readAuditingAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeAuditingAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeAuditingAsync(Boolean auditing) Description copied from interface:ServerTypeAn asynchronous implementation ofServerType.writeAuditing(java.lang.Boolean).- Specified by:
writeAuditingAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getAuditingNode
Description copied from interface:ServerTypeGet the AuditingPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getAuditingNodein interfaceServerType- Returns:
- the Auditing
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getAuditingNodeAsync
Description copied from interface:ServerTypeAsynchronous implementation ofServerType.getAuditingNode().- Specified by:
getAuditingNodeAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getEstimatedReturnTime
public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getEstimatedReturnTime() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerTypeGet the local value of the EstimatedReturnTime Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getEstimatedReturnTimein interfaceServerType- Returns:
- the local value of the EstimatedReturnTime Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the EstimatedReturnTime Node.
-
setEstimatedReturnTime
public void setEstimatedReturnTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerTypeSet the local value of the EstimatedReturnTime Node.The value is only updated locally; it is not written to the server.
- Specified by:
setEstimatedReturnTimein interfaceServerType- Parameters:
value- the local value to set for the EstimatedReturnTime Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the EstimatedReturnTime Node.
-
readEstimatedReturnTime
public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readEstimatedReturnTime() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerTypeRead the value of the EstimatedReturnTime Node from the server and update the local value if the operation succeeds.- Specified by:
readEstimatedReturnTimein interfaceServerType- Returns:
- the
DateTimevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeEstimatedReturnTime
public void writeEstimatedReturnTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerTypeWrite a new value for the EstimatedReturnTime Node to the server and update the local value if the operation succeeds.- Specified by:
writeEstimatedReturnTimein interfaceServerType- Parameters:
value- theDateTimevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readEstimatedReturnTimeAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readEstimatedReturnTimeAsync()Description copied from interface:ServerTypeAn asynchronous implementation ofServerType.readEstimatedReturnTime().- Specified by:
readEstimatedReturnTimeAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeEstimatedReturnTimeAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEstimatedReturnTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime estimatedReturnTime) Description copied from interface:ServerTypeAn asynchronous implementation ofServerType.writeEstimatedReturnTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime).- Specified by:
writeEstimatedReturnTimeAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getEstimatedReturnTimeNode
public PropertyTypeNode getEstimatedReturnTimeNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerTypeGet the EstimatedReturnTimePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getEstimatedReturnTimeNodein interfaceServerType- Returns:
- the EstimatedReturnTime
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getEstimatedReturnTimeNodeAsync
Description copied from interface:ServerTypeAsynchronous implementation ofServerType.getEstimatedReturnTimeNode().- Specified by:
getEstimatedReturnTimeNodeAsyncin interfaceServerType- 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:ServerTypeGet 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 interfaceServerType- 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:ServerTypeSet the local value of the LocalTime Node.The value is only updated locally; it is not written to the server.
- Specified by:
setLocalTimein interfaceServerType- 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:ServerTypeRead the value of the LocalTime Node from the server and update the local value if the operation succeeds.- Specified by:
readLocalTimein interfaceServerType- 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:ServerTypeWrite a new value for the LocalTime Node to the server and update the local value if the operation succeeds.- Specified by:
writeLocalTimein interfaceServerType- 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:ServerTypeAn asynchronous implementation ofServerType.readLocalTime().- Specified by:
readLocalTimeAsyncin interfaceServerType- 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:ServerTypeAn asynchronous implementation ofServerType.writeLocalTime(org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType).- Specified by:
writeLocalTimeAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getLocalTimeNode
Description copied from interface:ServerTypeGet the LocalTimePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getLocalTimeNodein interfaceServerType- 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:ServerTypeAsynchronous implementation ofServerType.getLocalTimeNode().- Specified by:
getLocalTimeNodeAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getServerStatus
public org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType getServerStatus() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerTypeGet the local value of the ServerStatus Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getServerStatusin interfaceServerType- Returns:
- the local value of the ServerStatus Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ServerStatus Node.
-
setServerStatus
public void setServerStatus(org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerTypeSet the local value of the ServerStatus Node.The value is only updated locally; it is not written to the server.
- Specified by:
setServerStatusin interfaceServerType- Parameters:
value- the local value to set for the ServerStatus Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ServerStatus Node.
-
readServerStatus
public org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType readServerStatus() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerTypeRead the value of the ServerStatus Node from the server and update the local value if the operation succeeds.- Specified by:
readServerStatusin interfaceServerType- Returns:
- the
ServerStatusDataTypevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeServerStatus
public void writeServerStatus(org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerTypeWrite a new value for the ServerStatus Node to the server and update the local value if the operation succeeds.- Specified by:
writeServerStatusin interfaceServerType- Parameters:
value- theServerStatusDataTypevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readServerStatusAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType> readServerStatusAsync()Description copied from interface:ServerTypeAn asynchronous implementation ofServerType.readServerStatus().- Specified by:
readServerStatusAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeServerStatusAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServerStatusAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType serverStatus) Description copied from interface:ServerTypeAn asynchronous implementation ofServerType.writeServerStatus(org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType).- Specified by:
writeServerStatusAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getServerStatusNode
public ServerStatusTypeNode getServerStatusNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerTypeGet the ServerStatusServerStatusTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getServerStatusNodein interfaceServerType- Returns:
- the ServerStatus
ServerStatusTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getServerStatusNodeAsync
Description copied from interface:ServerTypeAsynchronous implementation ofServerType.getServerStatusNode().- Specified by:
getServerStatusNodeAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the ServerStatusType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getServerCapabilitiesNode
public ServerCapabilitiesTypeNode getServerCapabilitiesNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerTypeGet the ServerCapabilitiesServerCapabilitiesTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getServerCapabilitiesNodein interfaceServerType- Returns:
- the ServerCapabilities
ServerCapabilitiesTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getServerCapabilitiesNodeAsync
Description copied from interface:ServerTypeAsynchronous implementation ofServerType.getServerCapabilitiesNode().- Specified by:
getServerCapabilitiesNodeAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the ServerCapabilitiesType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getServerDiagnosticsNode
public ServerDiagnosticsTypeNode getServerDiagnosticsNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerTypeGet the ServerDiagnosticsServerDiagnosticsTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getServerDiagnosticsNodein interfaceServerType- Returns:
- the ServerDiagnostics
ServerDiagnosticsTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getServerDiagnosticsNodeAsync
Description copied from interface:ServerTypeAsynchronous implementation ofServerType.getServerDiagnosticsNode().- Specified by:
getServerDiagnosticsNodeAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the ServerDiagnosticsType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getVendorServerInfoNode
public VendorServerInfoTypeNode getVendorServerInfoNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerTypeGet the VendorServerInfoVendorServerInfoTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getVendorServerInfoNodein interfaceServerType- Returns:
- the VendorServerInfo
VendorServerInfoTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getVendorServerInfoNodeAsync
Description copied from interface:ServerTypeAsynchronous implementation ofServerType.getVendorServerInfoNode().- Specified by:
getVendorServerInfoNodeAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the VendorServerInfoType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getServerRedundancyNode
public ServerRedundancyTypeNode getServerRedundancyNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerTypeGet the ServerRedundancyServerRedundancyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getServerRedundancyNodein interfaceServerType- Returns:
- the ServerRedundancy
ServerRedundancyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getServerRedundancyNodeAsync
Description copied from interface:ServerTypeAsynchronous implementation ofServerType.getServerRedundancyNode().- Specified by:
getServerRedundancyNodeAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the ServerRedundancyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getNamespacesNode
Description copied from interface:ServerTypeGet the NamespacesNamespacesTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getNamespacesNodein interfaceServerType- Returns:
- the Namespaces
NamespacesTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getNamespacesNodeAsync
Description copied from interface:ServerTypeAsynchronous implementation ofServerType.getNamespacesNode().- Specified by:
getNamespacesNodeAsyncin interfaceServerType- Returns:
- a CompletableFuture that completes successfully with the NamespacesType Node or completes exceptionally if an error occurs creating or getting the Node.
-