public class ServerDiagnosticsSummaryTypeNode extends BaseDataVariableTypeNode implements ServerDiagnosticsSummaryType
| Constructor and Description |
|---|
ServerDiagnosticsSummaryTypeNode(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.DataValue value,
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId dataType,
Integer valueRank,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger[] arrayDimensions,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte accessLevel,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel,
Double minimumSamplingInterval,
Boolean historizing) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getCumulatedSessionCount()
Get the local value of the CumulatedSessionCount Node.
|
BaseDataVariableTypeNode |
getCumulatedSessionCountNode()
Get the CumulatedSessionCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getCumulatedSessionCountNodeAsync()
Asynchronous implementation of
ServerDiagnosticsSummaryType.getCumulatedSessionCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getCumulatedSubscriptionCount()
Get the local value of the CumulatedSubscriptionCount Node.
|
BaseDataVariableTypeNode |
getCumulatedSubscriptionCountNode()
Get the CumulatedSubscriptionCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getCumulatedSubscriptionCountNodeAsync()
Asynchronous implementation of
ServerDiagnosticsSummaryType.getCumulatedSubscriptionCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getCurrentSessionCount()
Get the local value of the CurrentSessionCount Node.
|
BaseDataVariableTypeNode |
getCurrentSessionCountNode()
Get the CurrentSessionCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getCurrentSessionCountNodeAsync()
Asynchronous implementation of
ServerDiagnosticsSummaryType.getCurrentSessionCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getCurrentSubscriptionCount()
Get the local value of the CurrentSubscriptionCount Node.
|
BaseDataVariableTypeNode |
getCurrentSubscriptionCountNode()
Get the CurrentSubscriptionCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getCurrentSubscriptionCountNodeAsync()
Asynchronous implementation of
ServerDiagnosticsSummaryType.getCurrentSubscriptionCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getPublishingIntervalCount()
Get the local value of the PublishingIntervalCount Node.
|
BaseDataVariableTypeNode |
getPublishingIntervalCountNode()
Get the PublishingIntervalCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getPublishingIntervalCountNodeAsync()
Asynchronous implementation of
ServerDiagnosticsSummaryType.getPublishingIntervalCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getRejectedRequestsCount()
Get the local value of the RejectedRequestsCount Node.
|
BaseDataVariableTypeNode |
getRejectedRequestsCountNode()
Get the RejectedRequestsCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getRejectedRequestsCountNodeAsync()
Asynchronous implementation of
ServerDiagnosticsSummaryType.getRejectedRequestsCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getRejectedSessionCount()
Get the local value of the RejectedSessionCount Node.
|
BaseDataVariableTypeNode |
getRejectedSessionCountNode()
Get the RejectedSessionCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getRejectedSessionCountNodeAsync()
Asynchronous implementation of
ServerDiagnosticsSummaryType.getRejectedSessionCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getSecurityRejectedRequestsCount()
Get the local value of the SecurityRejectedRequestsCount Node.
|
BaseDataVariableTypeNode |
getSecurityRejectedRequestsCountNode()
Get the SecurityRejectedRequestsCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getSecurityRejectedRequestsCountNodeAsync()
Asynchronous implementation of
ServerDiagnosticsSummaryType.getSecurityRejectedRequestsCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getSecurityRejectedSessionCount()
Get the local value of the SecurityRejectedSessionCount Node.
|
BaseDataVariableTypeNode |
getSecurityRejectedSessionCountNode()
Get the SecurityRejectedSessionCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getSecurityRejectedSessionCountNodeAsync()
Asynchronous implementation of
ServerDiagnosticsSummaryType.getSecurityRejectedSessionCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getServerViewCount()
Get the local value of the ServerViewCount Node.
|
BaseDataVariableTypeNode |
getServerViewCountNode()
Get the ServerViewCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getServerViewCountNodeAsync()
Asynchronous implementation of
ServerDiagnosticsSummaryType.getServerViewCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getSessionAbortCount()
Get the local value of the SessionAbortCount Node.
|
BaseDataVariableTypeNode |
getSessionAbortCountNode()
Get the SessionAbortCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getSessionAbortCountNodeAsync()
Asynchronous implementation of
ServerDiagnosticsSummaryType.getSessionAbortCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getSessionTimeoutCount()
Get the local value of the SessionTimeoutCount Node.
|
BaseDataVariableTypeNode |
getSessionTimeoutCountNode()
Get the SessionTimeoutCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getSessionTimeoutCountNodeAsync()
Asynchronous implementation of
ServerDiagnosticsSummaryType.getSessionTimeoutCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readCumulatedSessionCount()
Read the value of the CumulatedSessionCount 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> |
readCumulatedSessionCountAsync()
An asynchronous implementation of
ServerDiagnosticsSummaryType.readCumulatedSessionCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readCumulatedSubscriptionCount()
Read the value of the CumulatedSubscriptionCount 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> |
readCumulatedSubscriptionCountAsync()
An asynchronous implementation of
ServerDiagnosticsSummaryType.readCumulatedSubscriptionCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readCurrentSessionCount()
Read the value of the CurrentSessionCount 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> |
readCurrentSessionCountAsync()
An asynchronous implementation of
ServerDiagnosticsSummaryType.readCurrentSessionCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readCurrentSubscriptionCount()
Read the value of the CurrentSubscriptionCount 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> |
readCurrentSubscriptionCountAsync()
An asynchronous implementation of
ServerDiagnosticsSummaryType.readCurrentSubscriptionCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readPublishingIntervalCount()
Read the value of the PublishingIntervalCount 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> |
readPublishingIntervalCountAsync()
An asynchronous implementation of
ServerDiagnosticsSummaryType.readPublishingIntervalCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readRejectedRequestsCount()
Read the value of the RejectedRequestsCount 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> |
readRejectedRequestsCountAsync()
An asynchronous implementation of
ServerDiagnosticsSummaryType.readRejectedRequestsCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readRejectedSessionCount()
Read the value of the RejectedSessionCount 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> |
readRejectedSessionCountAsync()
An asynchronous implementation of
ServerDiagnosticsSummaryType.readRejectedSessionCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readSecurityRejectedRequestsCount()
Read the value of the SecurityRejectedRequestsCount 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> |
readSecurityRejectedRequestsCountAsync()
An asynchronous implementation of
ServerDiagnosticsSummaryType.readSecurityRejectedRequestsCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readSecurityRejectedSessionCount()
Read the value of the SecurityRejectedSessionCount 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> |
readSecurityRejectedSessionCountAsync()
An asynchronous implementation of
ServerDiagnosticsSummaryType.readSecurityRejectedSessionCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readServerViewCount()
Read the value of the ServerViewCount 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> |
readServerViewCountAsync()
An asynchronous implementation of
ServerDiagnosticsSummaryType.readServerViewCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readSessionAbortCount()
Read the value of the SessionAbortCount 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> |
readSessionAbortCountAsync()
An asynchronous implementation of
ServerDiagnosticsSummaryType.readSessionAbortCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readSessionTimeoutCount()
Read the value of the SessionTimeoutCount 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> |
readSessionTimeoutCountAsync()
An asynchronous implementation of
ServerDiagnosticsSummaryType.readSessionTimeoutCount(). |
void |
setCumulatedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSessionCount)
Set the local value of the CumulatedSessionCount Node.
|
void |
setCumulatedSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSubscriptionCount)
Set the local value of the CumulatedSubscriptionCount Node.
|
void |
setCurrentSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSessionCount)
Set the local value of the CurrentSessionCount Node.
|
void |
setCurrentSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSubscriptionCount)
Set the local value of the CurrentSubscriptionCount Node.
|
void |
setPublishingIntervalCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger publishingIntervalCount)
Set the local value of the PublishingIntervalCount Node.
|
void |
setRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedRequestsCount)
Set the local value of the RejectedRequestsCount Node.
|
void |
setRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedSessionCount)
Set the local value of the RejectedSessionCount Node.
|
void |
setSecurityRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedRequestsCount)
Set the local value of the SecurityRejectedRequestsCount Node.
|
void |
setSecurityRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedSessionCount)
Set the local value of the SecurityRejectedSessionCount Node.
|
void |
setServerViewCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger serverViewCount)
Set the local value of the ServerViewCount Node.
|
void |
setSessionAbortCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionAbortCount)
Set the local value of the SessionAbortCount Node.
|
void |
setSessionTimeoutCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionTimeoutCount)
Set the local value of the SessionTimeoutCount Node.
|
void |
writeCumulatedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSessionCount)
Write a new value for the CumulatedSessionCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCumulatedSessionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSessionCount)
An asynchronous implementation of
ServerDiagnosticsSummaryType.writeCumulatedSessionCount(UInteger). |
void |
writeCumulatedSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSubscriptionCount)
Write a new value for the CumulatedSubscriptionCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCumulatedSubscriptionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSubscriptionCount)
An asynchronous implementation of
ServerDiagnosticsSummaryType.writeCumulatedSubscriptionCount(UInteger). |
void |
writeCurrentSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSessionCount)
Write a new value for the CurrentSessionCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCurrentSessionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSessionCount)
An asynchronous implementation of
ServerDiagnosticsSummaryType.writeCurrentSessionCount(UInteger). |
void |
writeCurrentSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSubscriptionCount)
Write a new value for the CurrentSubscriptionCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCurrentSubscriptionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSubscriptionCount)
An asynchronous implementation of
ServerDiagnosticsSummaryType.writeCurrentSubscriptionCount(UInteger). |
void |
writePublishingIntervalCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger publishingIntervalCount)
Write a new value for the PublishingIntervalCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writePublishingIntervalCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger publishingIntervalCount)
An asynchronous implementation of
ServerDiagnosticsSummaryType.writePublishingIntervalCount(UInteger). |
void |
writeRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedRequestsCount)
Write a new value for the RejectedRequestsCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeRejectedRequestsCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedRequestsCount)
An asynchronous implementation of
ServerDiagnosticsSummaryType.writeRejectedRequestsCount(UInteger). |
void |
writeRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedSessionCount)
Write a new value for the RejectedSessionCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeRejectedSessionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedSessionCount)
An asynchronous implementation of
ServerDiagnosticsSummaryType.writeRejectedSessionCount(UInteger). |
void |
writeSecurityRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedRequestsCount)
Write a new value for the SecurityRejectedRequestsCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSecurityRejectedRequestsCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedRequestsCount)
An asynchronous implementation of
ServerDiagnosticsSummaryType.writeSecurityRejectedRequestsCount(UInteger). |
void |
writeSecurityRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedSessionCount)
Write a new value for the SecurityRejectedSessionCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSecurityRejectedSessionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedSessionCount)
An asynchronous implementation of
ServerDiagnosticsSummaryType.writeSecurityRejectedSessionCount(UInteger). |
void |
writeServerViewCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger serverViewCount)
Write a new value for the ServerViewCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeServerViewCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger serverViewCount)
An asynchronous implementation of
ServerDiagnosticsSummaryType.writeServerViewCount(UInteger). |
void |
writeSessionAbortCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionAbortCount)
Write a new value for the SessionAbortCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSessionAbortCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionAbortCount)
An asynchronous implementation of
ServerDiagnosticsSummaryType.writeSessionAbortCount(UInteger). |
void |
writeSessionTimeoutCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionTimeoutCount)
Write a new value for the SessionTimeoutCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSessionTimeoutCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionTimeoutCount)
An asynchronous implementation of
ServerDiagnosticsSummaryType.writeSessionTimeoutCount(UInteger). |
getAccessLevel, getArrayDimensions, getAttributeValue, getDataType, getHistorizing, getMinimumSamplingInterval, getTypeDefinition, getTypeDefinitionAsync, getUserAccessLevel, getValue, getValueRank, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readAccessLevel, readAllowNullsAsync, readArrayDimensions, readDataType, readDataTypeVersionAsync, readDictionaryFragmentAsync, readEngineeringUnitsAsync, readHistorizing, readLocalTimeAsync, readMaxArrayLengthAsync, readMaxStringLengthAsync, readMinimumSamplingInterval, readNodeVersionAsync, readUserAccessLevel, readValue, readValueAsTextAsync, readValueRank, setAccessLevel, setArrayDimensions, setAttributeValue, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValue, setValueRank, writeAccessLevel, writeAllowNullsAsync, writeArrayDimensions, writeDataType, writeDataTypeVersionAsync, writeDictionaryFragmentAsync, writeEngineeringUnitsAsync, writeHistorizing, writeLocalTimeAsync, writeMaxArrayLengthAsync, writeMaxStringLengthAsync, writeMinimumSamplingInterval, writeNodeVersionAsync, writeUserAccessLevel, writeValue, writeValue, writeValueAsTextAsync, writeValueRankbrowse, 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, waitgetAccessLevel, getArrayDimensions, getDataType, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, getValue, getValueRank, setAccessLevel, setArrayDimensions, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValueRankgetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskpublic ServerDiagnosticsSummaryTypeNode(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.DataValue value, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId dataType, Integer valueRank, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger[] arrayDimensions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte accessLevel, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel, Double minimumSamplingInterval, Boolean historizing)
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getServerViewCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe returned value is the last seen; it is not read live from the server.
getServerViewCount in interface ServerDiagnosticsSummaryTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ServerViewCount Node.public void setServerViewCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger serverViewCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe value is only updated locally; it is not written to the server.
setServerViewCount in interface ServerDiagnosticsSummaryTypeserverViewCount - the local value to set for the ServerViewCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ServerViewCount Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readServerViewCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypereadServerViewCount in interface ServerDiagnosticsSummaryTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeServerViewCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger serverViewCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypewriteServerViewCount in interface ServerDiagnosticsSummaryTypeserverViewCount - the UInteger 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.UInteger> readServerViewCountAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.readServerViewCount().readServerViewCountAsync in interface ServerDiagnosticsSummaryTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServerViewCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger serverViewCount)
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.writeServerViewCount(UInteger).writeServerViewCountAsync in interface ServerDiagnosticsSummaryTypepublic BaseDataVariableTypeNode getServerViewCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getServerViewCountNode in interface ServerDiagnosticsSummaryTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getServerViewCountNodeAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.getServerViewCountNode().getServerViewCountNodeAsync in interface ServerDiagnosticsSummaryTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getCurrentSessionCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe returned value is the last seen; it is not read live from the server.
getCurrentSessionCount in interface ServerDiagnosticsSummaryTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CurrentSessionCount Node.public void setCurrentSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSessionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe value is only updated locally; it is not written to the server.
setCurrentSessionCount in interface ServerDiagnosticsSummaryTypecurrentSessionCount - the local value to set for the CurrentSessionCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CurrentSessionCount Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readCurrentSessionCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypereadCurrentSessionCount in interface ServerDiagnosticsSummaryTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeCurrentSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSessionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypewriteCurrentSessionCount in interface ServerDiagnosticsSummaryTypecurrentSessionCount - the UInteger 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.UInteger> readCurrentSessionCountAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.readCurrentSessionCount().readCurrentSessionCountAsync in interface ServerDiagnosticsSummaryTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCurrentSessionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSessionCount)
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.writeCurrentSessionCount(UInteger).writeCurrentSessionCountAsync in interface ServerDiagnosticsSummaryTypepublic BaseDataVariableTypeNode getCurrentSessionCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getCurrentSessionCountNode in interface ServerDiagnosticsSummaryTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getCurrentSessionCountNodeAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.getCurrentSessionCountNode().getCurrentSessionCountNodeAsync in interface ServerDiagnosticsSummaryTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getCumulatedSessionCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe returned value is the last seen; it is not read live from the server.
getCumulatedSessionCount in interface ServerDiagnosticsSummaryTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CumulatedSessionCount Node.public void setCumulatedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSessionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe value is only updated locally; it is not written to the server.
setCumulatedSessionCount in interface ServerDiagnosticsSummaryTypecumulatedSessionCount - the local value to set for the CumulatedSessionCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CumulatedSessionCount Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readCumulatedSessionCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypereadCumulatedSessionCount in interface ServerDiagnosticsSummaryTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeCumulatedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSessionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypewriteCumulatedSessionCount in interface ServerDiagnosticsSummaryTypecumulatedSessionCount - the UInteger 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.UInteger> readCumulatedSessionCountAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.readCumulatedSessionCount().readCumulatedSessionCountAsync in interface ServerDiagnosticsSummaryTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCumulatedSessionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSessionCount)
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.writeCumulatedSessionCount(UInteger).writeCumulatedSessionCountAsync in interface ServerDiagnosticsSummaryTypepublic BaseDataVariableTypeNode getCumulatedSessionCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getCumulatedSessionCountNode in interface ServerDiagnosticsSummaryTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getCumulatedSessionCountNodeAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.getCumulatedSessionCountNode().getCumulatedSessionCountNodeAsync in interface ServerDiagnosticsSummaryTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getSecurityRejectedSessionCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe returned value is the last seen; it is not read live from the server.
getSecurityRejectedSessionCount in interface ServerDiagnosticsSummaryTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SecurityRejectedSessionCount Node.public void setSecurityRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedSessionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe value is only updated locally; it is not written to the server.
setSecurityRejectedSessionCount in interface ServerDiagnosticsSummaryTypesecurityRejectedSessionCount - the local value to set for the SecurityRejectedSessionCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SecurityRejectedSessionCount Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readSecurityRejectedSessionCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypereadSecurityRejectedSessionCount in interface ServerDiagnosticsSummaryTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSecurityRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedSessionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypewriteSecurityRejectedSessionCount in interface ServerDiagnosticsSummaryTypesecurityRejectedSessionCount - the UInteger 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.UInteger> readSecurityRejectedSessionCountAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.readSecurityRejectedSessionCount().readSecurityRejectedSessionCountAsync in interface ServerDiagnosticsSummaryTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecurityRejectedSessionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedSessionCount)
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.writeSecurityRejectedSessionCount(UInteger).writeSecurityRejectedSessionCountAsync in interface ServerDiagnosticsSummaryTypepublic BaseDataVariableTypeNode getSecurityRejectedSessionCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSecurityRejectedSessionCountNode in interface ServerDiagnosticsSummaryTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getSecurityRejectedSessionCountNodeAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.getSecurityRejectedSessionCountNode().getSecurityRejectedSessionCountNodeAsync in interface ServerDiagnosticsSummaryTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getRejectedSessionCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe returned value is the last seen; it is not read live from the server.
getRejectedSessionCount in interface ServerDiagnosticsSummaryTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the RejectedSessionCount Node.public void setRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedSessionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe value is only updated locally; it is not written to the server.
setRejectedSessionCount in interface ServerDiagnosticsSummaryTyperejectedSessionCount - the local value to set for the RejectedSessionCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the RejectedSessionCount Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readRejectedSessionCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypereadRejectedSessionCount in interface ServerDiagnosticsSummaryTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedSessionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypewriteRejectedSessionCount in interface ServerDiagnosticsSummaryTyperejectedSessionCount - the UInteger 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.UInteger> readRejectedSessionCountAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.readRejectedSessionCount().readRejectedSessionCountAsync in interface ServerDiagnosticsSummaryTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRejectedSessionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedSessionCount)
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.writeRejectedSessionCount(UInteger).writeRejectedSessionCountAsync in interface ServerDiagnosticsSummaryTypepublic BaseDataVariableTypeNode getRejectedSessionCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getRejectedSessionCountNode in interface ServerDiagnosticsSummaryTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getRejectedSessionCountNodeAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.getRejectedSessionCountNode().getRejectedSessionCountNodeAsync in interface ServerDiagnosticsSummaryTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getSessionTimeoutCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe returned value is the last seen; it is not read live from the server.
getSessionTimeoutCount in interface ServerDiagnosticsSummaryTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SessionTimeoutCount Node.public void setSessionTimeoutCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionTimeoutCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe value is only updated locally; it is not written to the server.
setSessionTimeoutCount in interface ServerDiagnosticsSummaryTypesessionTimeoutCount - the local value to set for the SessionTimeoutCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SessionTimeoutCount Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readSessionTimeoutCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypereadSessionTimeoutCount in interface ServerDiagnosticsSummaryTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSessionTimeoutCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionTimeoutCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypewriteSessionTimeoutCount in interface ServerDiagnosticsSummaryTypesessionTimeoutCount - the UInteger 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.UInteger> readSessionTimeoutCountAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.readSessionTimeoutCount().readSessionTimeoutCountAsync in interface ServerDiagnosticsSummaryTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSessionTimeoutCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionTimeoutCount)
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.writeSessionTimeoutCount(UInteger).writeSessionTimeoutCountAsync in interface ServerDiagnosticsSummaryTypepublic BaseDataVariableTypeNode getSessionTimeoutCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSessionTimeoutCountNode in interface ServerDiagnosticsSummaryTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getSessionTimeoutCountNodeAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.getSessionTimeoutCountNode().getSessionTimeoutCountNodeAsync in interface ServerDiagnosticsSummaryTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getSessionAbortCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe returned value is the last seen; it is not read live from the server.
getSessionAbortCount in interface ServerDiagnosticsSummaryTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SessionAbortCount Node.public void setSessionAbortCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionAbortCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe value is only updated locally; it is not written to the server.
setSessionAbortCount in interface ServerDiagnosticsSummaryTypesessionAbortCount - the local value to set for the SessionAbortCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SessionAbortCount Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readSessionAbortCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypereadSessionAbortCount in interface ServerDiagnosticsSummaryTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSessionAbortCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionAbortCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypewriteSessionAbortCount in interface ServerDiagnosticsSummaryTypesessionAbortCount - the UInteger 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.UInteger> readSessionAbortCountAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.readSessionAbortCount().readSessionAbortCountAsync in interface ServerDiagnosticsSummaryTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSessionAbortCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionAbortCount)
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.writeSessionAbortCount(UInteger).writeSessionAbortCountAsync in interface ServerDiagnosticsSummaryTypepublic BaseDataVariableTypeNode getSessionAbortCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSessionAbortCountNode in interface ServerDiagnosticsSummaryTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getSessionAbortCountNodeAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.getSessionAbortCountNode().getSessionAbortCountNodeAsync in interface ServerDiagnosticsSummaryTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getPublishingIntervalCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe returned value is the last seen; it is not read live from the server.
getPublishingIntervalCount in interface ServerDiagnosticsSummaryTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the PublishingIntervalCount Node.public void setPublishingIntervalCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger publishingIntervalCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe value is only updated locally; it is not written to the server.
setPublishingIntervalCount in interface ServerDiagnosticsSummaryTypepublishingIntervalCount - the local value to set for the PublishingIntervalCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the PublishingIntervalCount Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readPublishingIntervalCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypereadPublishingIntervalCount in interface ServerDiagnosticsSummaryTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writePublishingIntervalCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger publishingIntervalCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypewritePublishingIntervalCount in interface ServerDiagnosticsSummaryTypepublishingIntervalCount - the UInteger 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.UInteger> readPublishingIntervalCountAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.readPublishingIntervalCount().readPublishingIntervalCountAsync in interface ServerDiagnosticsSummaryTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePublishingIntervalCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger publishingIntervalCount)
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.writePublishingIntervalCount(UInteger).writePublishingIntervalCountAsync in interface ServerDiagnosticsSummaryTypepublic BaseDataVariableTypeNode getPublishingIntervalCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getPublishingIntervalCountNode in interface ServerDiagnosticsSummaryTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getPublishingIntervalCountNodeAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.getPublishingIntervalCountNode().getPublishingIntervalCountNodeAsync in interface ServerDiagnosticsSummaryTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getCurrentSubscriptionCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe returned value is the last seen; it is not read live from the server.
getCurrentSubscriptionCount in interface ServerDiagnosticsSummaryTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CurrentSubscriptionCount Node.public void setCurrentSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSubscriptionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe value is only updated locally; it is not written to the server.
setCurrentSubscriptionCount in interface ServerDiagnosticsSummaryTypecurrentSubscriptionCount - the local value to set for the CurrentSubscriptionCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CurrentSubscriptionCount Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readCurrentSubscriptionCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypereadCurrentSubscriptionCount in interface ServerDiagnosticsSummaryTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeCurrentSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSubscriptionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypewriteCurrentSubscriptionCount in interface ServerDiagnosticsSummaryTypecurrentSubscriptionCount - the UInteger 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.UInteger> readCurrentSubscriptionCountAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.readCurrentSubscriptionCount().readCurrentSubscriptionCountAsync in interface ServerDiagnosticsSummaryTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCurrentSubscriptionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSubscriptionCount)
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.writeCurrentSubscriptionCount(UInteger).writeCurrentSubscriptionCountAsync in interface ServerDiagnosticsSummaryTypepublic BaseDataVariableTypeNode getCurrentSubscriptionCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getCurrentSubscriptionCountNode in interface ServerDiagnosticsSummaryTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getCurrentSubscriptionCountNodeAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.getCurrentSubscriptionCountNode().getCurrentSubscriptionCountNodeAsync in interface ServerDiagnosticsSummaryTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getCumulatedSubscriptionCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe returned value is the last seen; it is not read live from the server.
getCumulatedSubscriptionCount in interface ServerDiagnosticsSummaryTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CumulatedSubscriptionCount Node.public void setCumulatedSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSubscriptionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe value is only updated locally; it is not written to the server.
setCumulatedSubscriptionCount in interface ServerDiagnosticsSummaryTypecumulatedSubscriptionCount - the local value to set for the CumulatedSubscriptionCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CumulatedSubscriptionCount Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readCumulatedSubscriptionCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypereadCumulatedSubscriptionCount in interface ServerDiagnosticsSummaryTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeCumulatedSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSubscriptionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypewriteCumulatedSubscriptionCount in interface ServerDiagnosticsSummaryTypecumulatedSubscriptionCount - the UInteger 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.UInteger> readCumulatedSubscriptionCountAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.readCumulatedSubscriptionCount().readCumulatedSubscriptionCountAsync in interface ServerDiagnosticsSummaryTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCumulatedSubscriptionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSubscriptionCount)
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.writeCumulatedSubscriptionCount(UInteger).writeCumulatedSubscriptionCountAsync in interface ServerDiagnosticsSummaryTypepublic BaseDataVariableTypeNode getCumulatedSubscriptionCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getCumulatedSubscriptionCountNode in interface ServerDiagnosticsSummaryTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getCumulatedSubscriptionCountNodeAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.getCumulatedSubscriptionCountNode().getCumulatedSubscriptionCountNodeAsync in interface ServerDiagnosticsSummaryTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getSecurityRejectedRequestsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe returned value is the last seen; it is not read live from the server.
getSecurityRejectedRequestsCount in interface ServerDiagnosticsSummaryTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SecurityRejectedRequestsCount Node.public void setSecurityRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedRequestsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe value is only updated locally; it is not written to the server.
setSecurityRejectedRequestsCount in interface ServerDiagnosticsSummaryTypesecurityRejectedRequestsCount - the local value to set for the SecurityRejectedRequestsCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SecurityRejectedRequestsCount Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readSecurityRejectedRequestsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypereadSecurityRejectedRequestsCount in interface ServerDiagnosticsSummaryTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSecurityRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedRequestsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypewriteSecurityRejectedRequestsCount in interface ServerDiagnosticsSummaryTypesecurityRejectedRequestsCount - the UInteger 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.UInteger> readSecurityRejectedRequestsCountAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.readSecurityRejectedRequestsCount().readSecurityRejectedRequestsCountAsync in interface ServerDiagnosticsSummaryTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecurityRejectedRequestsCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedRequestsCount)
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.writeSecurityRejectedRequestsCount(UInteger).writeSecurityRejectedRequestsCountAsync in interface ServerDiagnosticsSummaryTypepublic BaseDataVariableTypeNode getSecurityRejectedRequestsCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSecurityRejectedRequestsCountNode in interface ServerDiagnosticsSummaryTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getSecurityRejectedRequestsCountNodeAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.getSecurityRejectedRequestsCountNode().getSecurityRejectedRequestsCountNodeAsync in interface ServerDiagnosticsSummaryTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getRejectedRequestsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe returned value is the last seen; it is not read live from the server.
getRejectedRequestsCount in interface ServerDiagnosticsSummaryTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the RejectedRequestsCount Node.public void setRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedRequestsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeThe value is only updated locally; it is not written to the server.
setRejectedRequestsCount in interface ServerDiagnosticsSummaryTyperejectedRequestsCount - the local value to set for the RejectedRequestsCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the RejectedRequestsCount Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readRejectedRequestsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypereadRejectedRequestsCount in interface ServerDiagnosticsSummaryTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedRequestsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypewriteRejectedRequestsCount in interface ServerDiagnosticsSummaryTyperejectedRequestsCount - the UInteger 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.UInteger> readRejectedRequestsCountAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.readRejectedRequestsCount().readRejectedRequestsCountAsync in interface ServerDiagnosticsSummaryTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRejectedRequestsCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedRequestsCount)
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.writeRejectedRequestsCount(UInteger).writeRejectedRequestsCountAsync in interface ServerDiagnosticsSummaryTypepublic BaseDataVariableTypeNode getRejectedRequestsCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getRejectedRequestsCountNode in interface ServerDiagnosticsSummaryTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getRejectedRequestsCountNodeAsync()
ServerDiagnosticsSummaryTypeServerDiagnosticsSummaryType.getRejectedRequestsCountNode().getRejectedRequestsCountNodeAsync in interface ServerDiagnosticsSummaryTypeCopyright © 2021. All rights reserved.