public class ServerDiagnosticsTypeNode extends BaseObjectTypeNode implements ServerDiagnosticsType
ENABLED_FLAG| Constructor and Description |
|---|
ServerDiagnosticsTypeNode(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 |
getEnabledFlag()
Get the local value of the EnabledFlag Node.
|
PropertyTypeNode |
getEnabledFlagNode()
Get the EnabledFlag
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getEnabledFlagNodeAsync()
Asynchronous implementation of
ServerDiagnosticsType.getEnabledFlagNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.SamplingIntervalDiagnosticsDataType[] |
getSamplingIntervalDiagnosticsArray()
Get the local value of the SamplingIntervalDiagnosticsArray Node.
|
SamplingIntervalDiagnosticsArrayTypeNode |
getSamplingIntervalDiagnosticsArrayNode()
Get the SamplingIntervalDiagnosticsArray
SamplingIntervalDiagnosticsArrayType Node, or null if it does not exist. |
CompletableFuture<? extends SamplingIntervalDiagnosticsArrayTypeNode> |
getSamplingIntervalDiagnosticsArrayNodeAsync()
Asynchronous implementation of
ServerDiagnosticsType.getSamplingIntervalDiagnosticsArrayNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServerDiagnosticsSummaryDataType |
getServerDiagnosticsSummary()
Get the local value of the ServerDiagnosticsSummary Node.
|
ServerDiagnosticsSummaryTypeNode |
getServerDiagnosticsSummaryNode()
Get the ServerDiagnosticsSummary
ServerDiagnosticsSummaryType Node, or null if it does not exist. |
CompletableFuture<? extends ServerDiagnosticsSummaryTypeNode> |
getServerDiagnosticsSummaryNodeAsync()
Asynchronous implementation of
ServerDiagnosticsType.getServerDiagnosticsSummaryNode(). |
SessionsDiagnosticsSummaryTypeNode |
getSessionsDiagnosticsSummaryNode()
Get the SessionsDiagnosticsSummary
SessionsDiagnosticsSummaryType Node, or null if it does not exist. |
CompletableFuture<? extends SessionsDiagnosticsSummaryTypeNode> |
getSessionsDiagnosticsSummaryNodeAsync()
Asynchronous implementation of
ServerDiagnosticsType.getSessionsDiagnosticsSummaryNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] |
getSubscriptionDiagnosticsArray()
Get the local value of the SubscriptionDiagnosticsArray Node.
|
SubscriptionDiagnosticsArrayTypeNode |
getSubscriptionDiagnosticsArrayNode()
Get the SubscriptionDiagnosticsArray
SubscriptionDiagnosticsArrayType Node, or null if it does not exist. |
CompletableFuture<? extends SubscriptionDiagnosticsArrayTypeNode> |
getSubscriptionDiagnosticsArrayNodeAsync()
Asynchronous implementation of
ServerDiagnosticsType.getSubscriptionDiagnosticsArrayNode(). |
Boolean |
readEnabledFlag()
Read the value of the EnabledFlag Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readEnabledFlagAsync()
An asynchronous implementation of
ServerDiagnosticsType.readEnabledFlag(). |
org.eclipse.milo.opcua.stack.core.types.structured.SamplingIntervalDiagnosticsDataType[] |
readSamplingIntervalDiagnosticsArray()
Read the value of the SamplingIntervalDiagnosticsArray Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SamplingIntervalDiagnosticsDataType[]> |
readSamplingIntervalDiagnosticsArrayAsync()
An asynchronous implementation of
ServerDiagnosticsType.readSamplingIntervalDiagnosticsArray(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServerDiagnosticsSummaryDataType |
readServerDiagnosticsSummary()
Read the value of the ServerDiagnosticsSummary Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServerDiagnosticsSummaryDataType> |
readServerDiagnosticsSummaryAsync()
An asynchronous implementation of
ServerDiagnosticsType.readServerDiagnosticsSummary(). |
org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] |
readSubscriptionDiagnosticsArray()
Read the value of the SubscriptionDiagnosticsArray Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[]> |
readSubscriptionDiagnosticsArrayAsync()
An asynchronous implementation of
ServerDiagnosticsType.readSubscriptionDiagnosticsArray(). |
void |
setEnabledFlag(Boolean enabledFlag)
Set the local value of the EnabledFlag Node.
|
void |
setSamplingIntervalDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SamplingIntervalDiagnosticsDataType[] samplingIntervalDiagnosticsArray)
Set the local value of the SamplingIntervalDiagnosticsArray Node.
|
void |
setServerDiagnosticsSummary(org.eclipse.milo.opcua.stack.core.types.structured.ServerDiagnosticsSummaryDataType serverDiagnosticsSummary)
Set the local value of the ServerDiagnosticsSummary Node.
|
void |
setSubscriptionDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] subscriptionDiagnosticsArray)
Set the local value of the SubscriptionDiagnosticsArray Node.
|
void |
writeEnabledFlag(Boolean enabledFlag)
Write a new value for the EnabledFlag Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeEnabledFlagAsync(Boolean enabledFlag)
An asynchronous implementation of
ServerDiagnosticsType.writeEnabledFlag(Boolean). |
void |
writeSamplingIntervalDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SamplingIntervalDiagnosticsDataType[] samplingIntervalDiagnosticsArray)
Write a new value for the SamplingIntervalDiagnosticsArray Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSamplingIntervalDiagnosticsArrayAsync(org.eclipse.milo.opcua.stack.core.types.structured.SamplingIntervalDiagnosticsDataType[] samplingIntervalDiagnosticsArray)
An asynchronous implementation of
ServerDiagnosticsType.writeSamplingIntervalDiagnosticsArray(SamplingIntervalDiagnosticsDataType[]). |
void |
writeServerDiagnosticsSummary(org.eclipse.milo.opcua.stack.core.types.structured.ServerDiagnosticsSummaryDataType serverDiagnosticsSummary)
Write a new value for the ServerDiagnosticsSummary Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeServerDiagnosticsSummaryAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServerDiagnosticsSummaryDataType serverDiagnosticsSummary)
An asynchronous implementation of
ServerDiagnosticsType.writeServerDiagnosticsSummary(ServerDiagnosticsSummaryDataType). |
void |
writeSubscriptionDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] subscriptionDiagnosticsArray)
Write a new value for the SubscriptionDiagnosticsArray Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSubscriptionDiagnosticsArrayAsync(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] subscriptionDiagnosticsArray)
An asynchronous implementation of
ServerDiagnosticsType.writeSubscriptionDiagnosticsArray(SubscriptionDiagnosticsDataType[]). |
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 ServerDiagnosticsTypeNode(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 Boolean getEnabledFlag() throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsTypeThe returned value is the last seen; it is not read live from the server.
getEnabledFlag in interface ServerDiagnosticsTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EnabledFlag Node.public void setEnabledFlag(Boolean enabledFlag) throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsTypeThe value is only updated locally; it is not written to the server.
setEnabledFlag in interface ServerDiagnosticsTypeenabledFlag - the local value to set for the EnabledFlag Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EnabledFlag Node.public Boolean readEnabledFlag() throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsTypereadEnabledFlag in interface ServerDiagnosticsTypeBoolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeEnabledFlag(Boolean enabledFlag) throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsTypewriteEnabledFlag in interface ServerDiagnosticsTypeenabledFlag - 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> readEnabledFlagAsync()
ServerDiagnosticsTypeServerDiagnosticsType.readEnabledFlag().readEnabledFlagAsync in interface ServerDiagnosticsTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEnabledFlagAsync(Boolean enabledFlag)
ServerDiagnosticsTypeServerDiagnosticsType.writeEnabledFlag(Boolean).writeEnabledFlagAsync in interface ServerDiagnosticsTypepublic PropertyTypeNode getEnabledFlagNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getEnabledFlagNode in interface ServerDiagnosticsTypePropertyType 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> getEnabledFlagNodeAsync()
ServerDiagnosticsTypeServerDiagnosticsType.getEnabledFlagNode().getEnabledFlagNodeAsync in interface ServerDiagnosticsTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServerDiagnosticsSummaryDataType getServerDiagnosticsSummary()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsTypeThe returned value is the last seen; it is not read live from the server.
getServerDiagnosticsSummary in interface ServerDiagnosticsTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ServerDiagnosticsSummary Node.public void setServerDiagnosticsSummary(org.eclipse.milo.opcua.stack.core.types.structured.ServerDiagnosticsSummaryDataType serverDiagnosticsSummary)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsTypeThe value is only updated locally; it is not written to the server.
setServerDiagnosticsSummary in interface ServerDiagnosticsTypeserverDiagnosticsSummary - the local value to set for the ServerDiagnosticsSummary Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ServerDiagnosticsSummary Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServerDiagnosticsSummaryDataType readServerDiagnosticsSummary()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsTypereadServerDiagnosticsSummary in interface ServerDiagnosticsTypeServerDiagnosticsSummaryDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeServerDiagnosticsSummary(org.eclipse.milo.opcua.stack.core.types.structured.ServerDiagnosticsSummaryDataType serverDiagnosticsSummary)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsTypewriteServerDiagnosticsSummary in interface ServerDiagnosticsTypeserverDiagnosticsSummary - the ServerDiagnosticsSummaryDataType 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.ServerDiagnosticsSummaryDataType> readServerDiagnosticsSummaryAsync()
ServerDiagnosticsTypeServerDiagnosticsType.readServerDiagnosticsSummary().readServerDiagnosticsSummaryAsync in interface ServerDiagnosticsTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServerDiagnosticsSummaryAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServerDiagnosticsSummaryDataType serverDiagnosticsSummary)
ServerDiagnosticsTypeServerDiagnosticsType.writeServerDiagnosticsSummary(ServerDiagnosticsSummaryDataType).writeServerDiagnosticsSummaryAsync in interface ServerDiagnosticsTypepublic ServerDiagnosticsSummaryTypeNode getServerDiagnosticsSummaryNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsTypeServerDiagnosticsSummaryType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getServerDiagnosticsSummaryNode in interface ServerDiagnosticsTypeServerDiagnosticsSummaryType 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 ServerDiagnosticsSummaryTypeNode> getServerDiagnosticsSummaryNodeAsync()
ServerDiagnosticsTypeServerDiagnosticsType.getServerDiagnosticsSummaryNode().getServerDiagnosticsSummaryNodeAsync in interface ServerDiagnosticsTypepublic org.eclipse.milo.opcua.stack.core.types.structured.SamplingIntervalDiagnosticsDataType[] getSamplingIntervalDiagnosticsArray()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsTypeThe returned value is the last seen; it is not read live from the server.
getSamplingIntervalDiagnosticsArray in interface ServerDiagnosticsTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SamplingIntervalDiagnosticsArray Node.public void setSamplingIntervalDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SamplingIntervalDiagnosticsDataType[] samplingIntervalDiagnosticsArray)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsTypeThe value is only updated locally; it is not written to the server.
setSamplingIntervalDiagnosticsArray in interface ServerDiagnosticsTypesamplingIntervalDiagnosticsArray - the local value to set for the SamplingIntervalDiagnosticsArray Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SamplingIntervalDiagnosticsArray Node.public org.eclipse.milo.opcua.stack.core.types.structured.SamplingIntervalDiagnosticsDataType[] readSamplingIntervalDiagnosticsArray()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsTypereadSamplingIntervalDiagnosticsArray in interface ServerDiagnosticsTypeSamplingIntervalDiagnosticsDataType[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSamplingIntervalDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SamplingIntervalDiagnosticsDataType[] samplingIntervalDiagnosticsArray)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsTypewriteSamplingIntervalDiagnosticsArray in interface ServerDiagnosticsTypesamplingIntervalDiagnosticsArray - the SamplingIntervalDiagnosticsDataType[] 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.SamplingIntervalDiagnosticsDataType[]> readSamplingIntervalDiagnosticsArrayAsync()
ServerDiagnosticsTypeServerDiagnosticsType.readSamplingIntervalDiagnosticsArray().readSamplingIntervalDiagnosticsArrayAsync in interface ServerDiagnosticsTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSamplingIntervalDiagnosticsArrayAsync(org.eclipse.milo.opcua.stack.core.types.structured.SamplingIntervalDiagnosticsDataType[] samplingIntervalDiagnosticsArray)
ServerDiagnosticsTypeServerDiagnosticsType.writeSamplingIntervalDiagnosticsArray(SamplingIntervalDiagnosticsDataType[]).writeSamplingIntervalDiagnosticsArrayAsync in interface ServerDiagnosticsTypepublic SamplingIntervalDiagnosticsArrayTypeNode getSamplingIntervalDiagnosticsArrayNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsTypeSamplingIntervalDiagnosticsArrayType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSamplingIntervalDiagnosticsArrayNode in interface ServerDiagnosticsTypeSamplingIntervalDiagnosticsArrayType 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 SamplingIntervalDiagnosticsArrayTypeNode> getSamplingIntervalDiagnosticsArrayNodeAsync()
ServerDiagnosticsTypeServerDiagnosticsType.getSamplingIntervalDiagnosticsArrayNode().getSamplingIntervalDiagnosticsArrayNodeAsync in interface ServerDiagnosticsTypepublic org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] getSubscriptionDiagnosticsArray()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsTypeThe returned value is the last seen; it is not read live from the server.
getSubscriptionDiagnosticsArray in interface ServerDiagnosticsTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SubscriptionDiagnosticsArray Node.public void setSubscriptionDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] subscriptionDiagnosticsArray)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsTypeThe value is only updated locally; it is not written to the server.
setSubscriptionDiagnosticsArray in interface ServerDiagnosticsTypesubscriptionDiagnosticsArray - the local value to set for the SubscriptionDiagnosticsArray Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SubscriptionDiagnosticsArray Node.public org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] readSubscriptionDiagnosticsArray()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsTypereadSubscriptionDiagnosticsArray in interface ServerDiagnosticsTypeSubscriptionDiagnosticsDataType[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSubscriptionDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] subscriptionDiagnosticsArray)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsTypewriteSubscriptionDiagnosticsArray in interface ServerDiagnosticsTypesubscriptionDiagnosticsArray - the SubscriptionDiagnosticsDataType[] 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.SubscriptionDiagnosticsDataType[]> readSubscriptionDiagnosticsArrayAsync()
ServerDiagnosticsTypeServerDiagnosticsType.readSubscriptionDiagnosticsArray().readSubscriptionDiagnosticsArrayAsync in interface ServerDiagnosticsTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSubscriptionDiagnosticsArrayAsync(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] subscriptionDiagnosticsArray)
ServerDiagnosticsTypeServerDiagnosticsType.writeSubscriptionDiagnosticsArray(SubscriptionDiagnosticsDataType[]).writeSubscriptionDiagnosticsArrayAsync in interface ServerDiagnosticsTypepublic SubscriptionDiagnosticsArrayTypeNode getSubscriptionDiagnosticsArrayNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsTypeSubscriptionDiagnosticsArrayType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSubscriptionDiagnosticsArrayNode in interface ServerDiagnosticsTypeSubscriptionDiagnosticsArrayType 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 SubscriptionDiagnosticsArrayTypeNode> getSubscriptionDiagnosticsArrayNodeAsync()
ServerDiagnosticsTypeServerDiagnosticsType.getSubscriptionDiagnosticsArrayNode().getSubscriptionDiagnosticsArrayNodeAsync in interface ServerDiagnosticsTypepublic SessionsDiagnosticsSummaryTypeNode getSessionsDiagnosticsSummaryNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsTypeSessionsDiagnosticsSummaryType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSessionsDiagnosticsSummaryNode in interface ServerDiagnosticsTypeSessionsDiagnosticsSummaryType 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 SessionsDiagnosticsSummaryTypeNode> getSessionsDiagnosticsSummaryNodeAsync()
ServerDiagnosticsTypeServerDiagnosticsType.getSessionsDiagnosticsSummaryNode().getSessionsDiagnosticsSummaryNodeAsync in interface ServerDiagnosticsTypeCopyright © 2021. All rights reserved.