public class ServerTypeNode extends BaseObjectTypeNode implements ServerType
AUDITING, ESTIMATED_RETURN_TIME, NAMESPACE_ARRAY, SERVER_ARRAY, SERVICE_LEVEL| Constructor and Description |
|---|
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.builtin.unsigned.UByte eventNotifier) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAuditing()
Get the local value of the Auditing Node.
|
PropertyTypeNode |
getAuditingNode()
Get the Auditing
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getAuditingNodeAsync()
Asynchronous implementation of
ServerType.getAuditingNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getEstimatedReturnTime()
Get the local value of the EstimatedReturnTime Node.
|
PropertyTypeNode |
getEstimatedReturnTimeNode()
Get the EstimatedReturnTime
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getEstimatedReturnTimeNodeAsync()
Asynchronous implementation of
ServerType.getEstimatedReturnTimeNode(). |
String[] |
getNamespaceArray()
Get the local value of the NamespaceArray Node.
|
PropertyTypeNode |
getNamespaceArrayNode()
Get the NamespaceArray
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getNamespaceArrayNodeAsync()
Asynchronous implementation of
ServerType.getNamespaceArrayNode(). |
NamespacesTypeNode |
getNamespacesNode()
Get the Namespaces
NamespacesType Node, or null if it does not exist. |
CompletableFuture<? extends NamespacesTypeNode> |
getNamespacesNodeAsync()
Asynchronous implementation of
ServerType.getNamespacesNode(). |
String[] |
getServerArray()
Get the local value of the ServerArray Node.
|
PropertyTypeNode |
getServerArrayNode()
Get the ServerArray
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getServerArrayNodeAsync()
Asynchronous implementation of
ServerType.getServerArrayNode(). |
ServerCapabilitiesTypeNode |
getServerCapabilitiesNode()
Get the ServerCapabilities
ServerCapabilitiesType Node, or null if it does not exist. |
CompletableFuture<? extends ServerCapabilitiesTypeNode> |
getServerCapabilitiesNodeAsync()
Asynchronous implementation of
ServerType.getServerCapabilitiesNode(). |
ServerDiagnosticsTypeNode |
getServerDiagnosticsNode()
Get the ServerDiagnostics
ServerDiagnosticsType Node, or null if it does not exist. |
CompletableFuture<? extends ServerDiagnosticsTypeNode> |
getServerDiagnosticsNodeAsync()
Asynchronous implementation of
ServerType.getServerDiagnosticsNode(). |
ServerRedundancyTypeNode |
getServerRedundancyNode()
Get the ServerRedundancy
ServerRedundancyType Node, or null if it does not exist. |
CompletableFuture<? extends ServerRedundancyTypeNode> |
getServerRedundancyNodeAsync()
Asynchronous implementation of
ServerType.getServerRedundancyNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType |
getServerStatus()
Get the local value of the ServerStatus Node.
|
ServerStatusTypeNode |
getServerStatusNode()
Get the ServerStatus
ServerStatusType Node, or null if it does not exist. |
CompletableFuture<? extends ServerStatusTypeNode> |
getServerStatusNodeAsync()
Asynchronous implementation of
ServerType.getServerStatusNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte |
getServiceLevel()
Get the local value of the ServiceLevel Node.
|
PropertyTypeNode |
getServiceLevelNode()
Get the ServiceLevel
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getServiceLevelNodeAsync()
Asynchronous implementation of
ServerType.getServiceLevelNode(). |
VendorServerInfoTypeNode |
getVendorServerInfoNode()
Get the VendorServerInfo
VendorServerInfoType Node, or null if it does not exist. |
CompletableFuture<? extends VendorServerInfoTypeNode> |
getVendorServerInfoNodeAsync()
Asynchronous implementation of
ServerType.getVendorServerInfoNode(). |
Boolean |
readAuditing()
Read the value of the Auditing Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readAuditingAsync()
An asynchronous implementation of
ServerType.readAuditing(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readEstimatedReturnTime()
Read 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> |
readEstimatedReturnTimeAsync()
An asynchronous implementation of
ServerType.readEstimatedReturnTime(). |
String[] |
readNamespaceArray()
Read the value of the NamespaceArray Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String[]> |
readNamespaceArrayAsync()
An asynchronous implementation of
ServerType.readNamespaceArray(). |
String[] |
readServerArray()
Read the value of the ServerArray Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String[]> |
readServerArrayAsync()
An asynchronous implementation of
ServerType.readServerArray(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType |
readServerStatus()
Read 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> |
readServerStatusAsync()
An asynchronous implementation of
ServerType.readServerStatus(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte |
readServiceLevel()
Read 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> |
readServiceLevelAsync()
An asynchronous implementation of
ServerType.readServiceLevel(). |
void |
setAuditing(Boolean auditing)
Set the local value of the Auditing Node.
|
void |
setEstimatedReturnTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime estimatedReturnTime)
Set the local value of the EstimatedReturnTime Node.
|
void |
setNamespaceArray(String[] namespaceArray)
Set the local value of the NamespaceArray Node.
|
void |
setServerArray(String[] serverArray)
Set the local value of the ServerArray Node.
|
void |
setServerStatus(org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType serverStatus)
Set the local value of the ServerStatus Node.
|
void |
setServiceLevel(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte serviceLevel)
Set the local value of the ServiceLevel Node.
|
void |
writeAuditing(Boolean auditing)
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 of
ServerType.writeAuditing(Boolean). |
void |
writeEstimatedReturnTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime estimatedReturnTime)
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 of
ServerType.writeEstimatedReturnTime(DateTime). |
void |
writeNamespaceArray(String[] namespaceArray)
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 of
ServerType.writeNamespaceArray(String[]). |
void |
writeServerArray(String[] serverArray)
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 of
ServerType.writeServerArray(String[]). |
void |
writeServerStatus(org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType serverStatus)
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 of
ServerType.writeServerStatus(ServerStatusDataType). |
void |
writeServiceLevel(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte serviceLevel)
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 of
ServerType.writeServiceLevel(UByte). |
callMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIcon, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersion, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIcon, setNamingRuleAsync, setNodeVersion, writeEventNotifierbrowse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getUserWriteMask, getWriteMask, invalidate, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readUserWriteMask, readWriteMask, refresh, refreshAsync, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeUserWriteMask, writeWriteMaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskpublic 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.builtin.unsigned.UByte eventNotifier)
public String[] getServerArray() throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypeThe returned value is the last seen; it is not read live from the server.
getServerArray in interface ServerTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ServerArray Node.public void setServerArray(String[] serverArray) throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypeThe value is only updated locally; it is not written to the server.
setServerArray in interface ServerTypeserverArray - the local value to set for the ServerArray Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ServerArray Node.public String[] readServerArray() throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypereadServerArray in interface ServerTypeString[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeServerArray(String[] serverArray) throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypewriteServerArray in interface ServerTypeserverArray - the String[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends String[]> readServerArrayAsync()
ServerTypeServerType.readServerArray().readServerArrayAsync in interface ServerTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServerArrayAsync(String[] serverArray)
ServerTypeServerType.writeServerArray(String[]).writeServerArrayAsync in interface ServerTypepublic PropertyTypeNode getServerArrayNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getServerArrayNode in interface ServerTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getServerArrayNodeAsync()
ServerTypeServerType.getServerArrayNode().getServerArrayNodeAsync in interface ServerTypepublic String[] getNamespaceArray() throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypeThe returned value is the last seen; it is not read live from the server.
getNamespaceArray in interface ServerTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the NamespaceArray Node.public void setNamespaceArray(String[] namespaceArray) throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypeThe value is only updated locally; it is not written to the server.
setNamespaceArray in interface ServerTypenamespaceArray - the local value to set for the NamespaceArray Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the NamespaceArray Node.public String[] readNamespaceArray() throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypereadNamespaceArray in interface ServerTypeString[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeNamespaceArray(String[] namespaceArray) throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypewriteNamespaceArray in interface ServerTypenamespaceArray - the String[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends String[]> readNamespaceArrayAsync()
ServerTypeServerType.readNamespaceArray().readNamespaceArrayAsync in interface ServerTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeNamespaceArrayAsync(String[] namespaceArray)
ServerTypeServerType.writeNamespaceArray(String[]).writeNamespaceArrayAsync in interface ServerTypepublic PropertyTypeNode getNamespaceArrayNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getNamespaceArrayNode in interface ServerTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getNamespaceArrayNodeAsync()
ServerTypeServerType.getNamespaceArrayNode().getNamespaceArrayNodeAsync in interface ServerTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte getServiceLevel()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypeThe returned value is the last seen; it is not read live from the server.
getServiceLevel in interface ServerTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ServiceLevel Node.public void setServiceLevel(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte serviceLevel)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypeThe value is only updated locally; it is not written to the server.
setServiceLevel in interface ServerTypeserviceLevel - the local value to set for the ServiceLevel Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ServiceLevel Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte readServiceLevel()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypereadServiceLevel in interface ServerTypeUByte value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeServiceLevel(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte serviceLevel)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypewriteServiceLevel in interface ServerTypeserviceLevel - the UByte value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte> readServiceLevelAsync()
ServerTypeServerType.readServiceLevel().readServiceLevelAsync in interface ServerTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServiceLevelAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte serviceLevel)
ServerTypeServerType.writeServiceLevel(UByte).writeServiceLevelAsync in interface ServerTypepublic PropertyTypeNode getServiceLevelNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getServiceLevelNode in interface ServerTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getServiceLevelNodeAsync()
ServerTypeServerType.getServiceLevelNode().getServiceLevelNodeAsync in interface ServerTypepublic Boolean getAuditing() throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypeThe returned value is the last seen; it is not read live from the server.
getAuditing in interface ServerTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Auditing Node.public void setAuditing(Boolean auditing) throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypeThe value is only updated locally; it is not written to the server.
setAuditing in interface ServerTypeauditing - the local value to set for the Auditing Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Auditing Node.public Boolean readAuditing() throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypereadAuditing in interface ServerTypeBoolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeAuditing(Boolean auditing) throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypewriteAuditing in interface ServerTypeauditing - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends Boolean> readAuditingAsync()
ServerTypeServerType.readAuditing().readAuditingAsync in interface ServerTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeAuditingAsync(Boolean auditing)
ServerTypeServerType.writeAuditing(Boolean).writeAuditingAsync in interface ServerTypepublic PropertyTypeNode getAuditingNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getAuditingNode in interface ServerTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getAuditingNodeAsync()
ServerTypeServerType.getAuditingNode().getAuditingNodeAsync in interface ServerTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getEstimatedReturnTime()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypeThe returned value is the last seen; it is not read live from the server.
getEstimatedReturnTime in interface ServerTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EstimatedReturnTime Node.public void setEstimatedReturnTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime estimatedReturnTime)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypeThe value is only updated locally; it is not written to the server.
setEstimatedReturnTime in interface ServerTypeestimatedReturnTime - the local value to set for the EstimatedReturnTime Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EstimatedReturnTime Node.public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readEstimatedReturnTime()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypereadEstimatedReturnTime in interface ServerTypeDateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeEstimatedReturnTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime estimatedReturnTime)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypewriteEstimatedReturnTime in interface ServerTypeestimatedReturnTime - the DateTime value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readEstimatedReturnTimeAsync()
ServerTypeServerType.readEstimatedReturnTime().readEstimatedReturnTimeAsync in interface ServerTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEstimatedReturnTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime estimatedReturnTime)
ServerTypeServerType.writeEstimatedReturnTime(DateTime).writeEstimatedReturnTimeAsync in interface ServerTypepublic PropertyTypeNode getEstimatedReturnTimeNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getEstimatedReturnTimeNode in interface ServerTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getEstimatedReturnTimeNodeAsync()
ServerTypeServerType.getEstimatedReturnTimeNode().getEstimatedReturnTimeNodeAsync in interface ServerTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType getServerStatus()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypeThe returned value is the last seen; it is not read live from the server.
getServerStatus in interface ServerTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ServerStatus Node.public void setServerStatus(org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType serverStatus)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypeThe value is only updated locally; it is not written to the server.
setServerStatus in interface ServerTypeserverStatus - the local value to set for the ServerStatus Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ServerStatus Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType readServerStatus()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypereadServerStatus in interface ServerTypeServerStatusDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeServerStatus(org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType serverStatus)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypewriteServerStatus in interface ServerTypeserverStatus - the ServerStatusDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType> readServerStatusAsync()
ServerTypeServerType.readServerStatus().readServerStatusAsync in interface ServerTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServerStatusAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType serverStatus)
ServerTypeServerType.writeServerStatus(ServerStatusDataType).writeServerStatusAsync in interface ServerTypepublic ServerStatusTypeNode getServerStatusNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypeServerStatusType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getServerStatusNode in interface ServerTypeServerStatusType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends ServerStatusTypeNode> getServerStatusNodeAsync()
ServerTypeServerType.getServerStatusNode().getServerStatusNodeAsync in interface ServerTypepublic ServerCapabilitiesTypeNode getServerCapabilitiesNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypeServerCapabilitiesType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getServerCapabilitiesNode in interface ServerTypeServerCapabilitiesType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends ServerCapabilitiesTypeNode> getServerCapabilitiesNodeAsync()
ServerTypeServerType.getServerCapabilitiesNode().getServerCapabilitiesNodeAsync in interface ServerTypepublic ServerDiagnosticsTypeNode getServerDiagnosticsNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypeServerDiagnosticsType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getServerDiagnosticsNode in interface ServerTypeServerDiagnosticsType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends ServerDiagnosticsTypeNode> getServerDiagnosticsNodeAsync()
ServerTypeServerType.getServerDiagnosticsNode().getServerDiagnosticsNodeAsync in interface ServerTypepublic VendorServerInfoTypeNode getVendorServerInfoNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypeVendorServerInfoType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getVendorServerInfoNode in interface ServerTypeVendorServerInfoType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends VendorServerInfoTypeNode> getVendorServerInfoNodeAsync()
ServerTypeServerType.getVendorServerInfoNode().getVendorServerInfoNodeAsync in interface ServerTypepublic ServerRedundancyTypeNode getServerRedundancyNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypeServerRedundancyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getServerRedundancyNode in interface ServerTypeServerRedundancyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends ServerRedundancyTypeNode> getServerRedundancyNodeAsync()
ServerTypeServerType.getServerRedundancyNode().getServerRedundancyNodeAsync in interface ServerTypepublic NamespacesTypeNode getNamespacesNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerTypeNamespacesType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getNamespacesNode in interface ServerTypeNamespacesType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends NamespacesTypeNode> getNamespacesNodeAsync()
ServerTypeServerType.getNamespacesNode().getNamespacesNodeAsync in interface ServerTypeCopyright © 2021. All rights reserved.