Class ServerDiagnosticsSummaryTypeNode
- All Implemented Interfaces:
BaseDataVariableType,BaseVariableType,ServerDiagnosticsSummaryType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.VariableNode
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionServerDiagnosticsSummaryTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.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, org.eclipse.milo.opcua.stack.core.types.structured.AccessLevelExType accessLevelEx) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the CumulatedSessionCount Node.Get the CumulatedSessionCountBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableTypeNode>Asynchronous implementation ofServerDiagnosticsSummaryType.getCumulatedSessionCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the CumulatedSubscriptionCount Node.Get the CumulatedSubscriptionCountBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableTypeNode>Asynchronous implementation ofServerDiagnosticsSummaryType.getCumulatedSubscriptionCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the CurrentSessionCount Node.Get the CurrentSessionCountBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableTypeNode>Asynchronous implementation ofServerDiagnosticsSummaryType.getCurrentSessionCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the CurrentSubscriptionCount Node.Get the CurrentSubscriptionCountBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableTypeNode>Asynchronous implementation ofServerDiagnosticsSummaryType.getCurrentSubscriptionCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the PublishingIntervalCount Node.Get the PublishingIntervalCountBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableTypeNode>Asynchronous implementation ofServerDiagnosticsSummaryType.getPublishingIntervalCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the RejectedRequestsCount Node.Get the RejectedRequestsCountBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableTypeNode>Asynchronous implementation ofServerDiagnosticsSummaryType.getRejectedRequestsCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the RejectedSessionCount Node.Get the RejectedSessionCountBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableTypeNode>Asynchronous implementation ofServerDiagnosticsSummaryType.getRejectedSessionCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the SecurityRejectedRequestsCount Node.Get the SecurityRejectedRequestsCountBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableTypeNode>Asynchronous implementation ofServerDiagnosticsSummaryType.getSecurityRejectedRequestsCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the SecurityRejectedSessionCount Node.Get the SecurityRejectedSessionCountBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableTypeNode>Asynchronous implementation ofServerDiagnosticsSummaryType.getSecurityRejectedSessionCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the ServerViewCount Node.Get the ServerViewCountBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableTypeNode>Asynchronous implementation ofServerDiagnosticsSummaryType.getServerViewCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the SessionAbortCount Node.Get the SessionAbortCountBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableTypeNode>Asynchronous implementation ofServerDiagnosticsSummaryType.getSessionAbortCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the SessionTimeoutCount Node.Get the SessionTimeoutCountBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableTypeNode>Asynchronous implementation ofServerDiagnosticsSummaryType.getSessionTimeoutCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead 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>An asynchronous implementation ofServerDiagnosticsSummaryType.readCumulatedSessionCount().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead 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>An asynchronous implementation ofServerDiagnosticsSummaryType.readCumulatedSubscriptionCount().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead 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>An asynchronous implementation ofServerDiagnosticsSummaryType.readCurrentSessionCount().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead 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>An asynchronous implementation ofServerDiagnosticsSummaryType.readCurrentSubscriptionCount().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead 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>An asynchronous implementation ofServerDiagnosticsSummaryType.readPublishingIntervalCount().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead 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>An asynchronous implementation ofServerDiagnosticsSummaryType.readRejectedRequestsCount().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead 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>An asynchronous implementation ofServerDiagnosticsSummaryType.readRejectedSessionCount().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead 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>An asynchronous implementation ofServerDiagnosticsSummaryType.readSecurityRejectedRequestsCount().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead 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>An asynchronous implementation ofServerDiagnosticsSummaryType.readSecurityRejectedSessionCount().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead 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>An asynchronous implementation ofServerDiagnosticsSummaryType.readServerViewCount().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead 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>An asynchronous implementation ofServerDiagnosticsSummaryType.readSessionAbortCount().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead 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>An asynchronous implementation ofServerDiagnosticsSummaryType.readSessionTimeoutCount().voidsetCumulatedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the CumulatedSessionCount Node.voidsetCumulatedSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the CumulatedSubscriptionCount Node.voidsetCurrentSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the CurrentSessionCount Node.voidsetCurrentSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the CurrentSubscriptionCount Node.voidsetPublishingIntervalCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the PublishingIntervalCount Node.voidsetRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the RejectedRequestsCount Node.voidsetRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the RejectedSessionCount Node.voidsetSecurityRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the SecurityRejectedRequestsCount Node.voidsetSecurityRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the SecurityRejectedSessionCount Node.voidsetServerViewCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the ServerViewCount Node.voidsetSessionAbortCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the SessionAbortCount Node.voidsetSessionTimeoutCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the SessionTimeoutCount Node.voidwriteCumulatedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) 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 ofServerDiagnosticsSummaryType.writeCumulatedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteCumulatedSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) 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 ofServerDiagnosticsSummaryType.writeCumulatedSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteCurrentSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) 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 ofServerDiagnosticsSummaryType.writeCurrentSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteCurrentSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) 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 ofServerDiagnosticsSummaryType.writeCurrentSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwritePublishingIntervalCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) 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 ofServerDiagnosticsSummaryType.writePublishingIntervalCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) 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 ofServerDiagnosticsSummaryType.writeRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) 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 ofServerDiagnosticsSummaryType.writeRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteSecurityRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) 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 ofServerDiagnosticsSummaryType.writeSecurityRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteSecurityRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) 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 ofServerDiagnosticsSummaryType.writeSecurityRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteServerViewCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) 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 ofServerDiagnosticsSummaryType.writeServerViewCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteSessionAbortCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) 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 ofServerDiagnosticsSummaryType.writeSessionAbortCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteSessionTimeoutCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) 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 ofServerDiagnosticsSummaryType.writeSessionTimeoutCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).Methods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaVariableNode
getAccessLevel, getAccessLevelEx, getArrayDimensions, getAttributeValue, getDataType, getHistorizing, getMinimumSamplingInterval, getTypeDefinition, getTypeDefinitionAsync, getUserAccessLevel, getValue, getValueRank, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readAccessLevel, readAccessLevelEx, readAllowNullsAsync, readArrayDimensions, readDataType, readDataTypeVersionAsync, readDictionaryFragmentAsync, readEngineeringUnitsAsync, readHistorizing, readLocalTimeAsync, readMaxArrayLengthAsync, readMaxStringLengthAsync, readMinimumSamplingInterval, readNodeVersionAsync, readUserAccessLevel, readValue, readValueAsTextAsync, readValueRank, setAccessLevel, setAccessLevelEx, setArrayDimensions, setAttributeValue, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValue, setValueRank, writeAccessLevel, writeAccessLevelEx, writeAllowNullsAsync, writeArrayDimensions, writeDataType, writeDataTypeVersionAsync, writeDictionaryFragmentAsync, writeEngineeringUnitsAsync, writeHistorizing, writeLocalTimeAsync, writeMaxArrayLengthAsync, writeMaxStringLengthAsync, writeMinimumSamplingInterval, writeNodeVersionAsync, writeUserAccessLevel, writeValue, writeValue, writeValueAsTextAsync, writeValueRankMethods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaNode
browse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getAccessRestrictions, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, invalidate, readAccessRestrictions, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readRolePermissions, readUserRolePermissions, readUserWriteMask, readWriteMask, refresh, refreshAsync, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAccessRestrictions, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeRolePermissions, writeUserRolePermissions, writeUserWriteMask, writeWriteMaskMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.Node
getAccessRestrictions, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMaskMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.VariableNode
getAccessLevel, getAccessLevelEx, getArrayDimensions, getDataType, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, getValue, getValueRank, setAccessLevel, setAccessLevelEx, setArrayDimensions, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValueRank
-
Constructor Details
-
ServerDiagnosticsSummaryTypeNode
public 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.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.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, org.eclipse.milo.opcua.stack.core.types.structured.AccessLevelExType accessLevelEx)
-
-
Method Details
-
getServerViewCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getServerViewCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the local value of the ServerViewCount Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getServerViewCountin interfaceServerDiagnosticsSummaryType- Returns:
- the local value of the ServerViewCount Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ServerViewCount Node.
-
setServerViewCount
public void setServerViewCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeSet the local value of the ServerViewCount Node.The value is only updated locally; it is not written to the server.
- Specified by:
setServerViewCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- the local value to set for the ServerViewCount Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ServerViewCount Node.
-
readServerViewCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readServerViewCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeRead the value of the ServerViewCount Node from the server and update the local value if the operation succeeds.- Specified by:
readServerViewCountin interfaceServerDiagnosticsSummaryType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeServerViewCount
public void writeServerViewCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeWrite a new value for the ServerViewCount Node to the server and update the local value if the operation succeeds.- Specified by:
writeServerViewCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readServerViewCountAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readServerViewCountAsync()Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.readServerViewCount().- Specified by:
readServerViewCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeServerViewCountAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServerViewCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger serverViewCount) Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.writeServerViewCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeServerViewCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getServerViewCountNode
public BaseDataVariableTypeNode getServerViewCountNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the ServerViewCountBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getServerViewCountNodein interfaceServerDiagnosticsSummaryType- Returns:
- the ServerViewCount
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getServerViewCountNodeAsync
Description copied from interface:ServerDiagnosticsSummaryTypeAsynchronous implementation ofServerDiagnosticsSummaryType.getServerViewCountNode().- Specified by:
getServerViewCountNodeAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getCurrentSessionCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getCurrentSessionCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the local value of the CurrentSessionCount Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getCurrentSessionCountin interfaceServerDiagnosticsSummaryType- Returns:
- the local value of the CurrentSessionCount Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the CurrentSessionCount Node.
-
setCurrentSessionCount
public void setCurrentSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeSet the local value of the CurrentSessionCount Node.The value is only updated locally; it is not written to the server.
- Specified by:
setCurrentSessionCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- the local value to set for the CurrentSessionCount Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the CurrentSessionCount Node.
-
readCurrentSessionCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readCurrentSessionCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeRead the value of the CurrentSessionCount Node from the server and update the local value if the operation succeeds.- Specified by:
readCurrentSessionCountin interfaceServerDiagnosticsSummaryType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeCurrentSessionCount
public void writeCurrentSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeWrite a new value for the CurrentSessionCount Node to the server and update the local value if the operation succeeds.- Specified by:
writeCurrentSessionCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readCurrentSessionCountAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readCurrentSessionCountAsync()Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.readCurrentSessionCount().- Specified by:
readCurrentSessionCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeCurrentSessionCountAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCurrentSessionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSessionCount) Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.writeCurrentSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeCurrentSessionCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getCurrentSessionCountNode
public BaseDataVariableTypeNode getCurrentSessionCountNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the CurrentSessionCountBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getCurrentSessionCountNodein interfaceServerDiagnosticsSummaryType- Returns:
- the CurrentSessionCount
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getCurrentSessionCountNodeAsync
Description copied from interface:ServerDiagnosticsSummaryTypeAsynchronous implementation ofServerDiagnosticsSummaryType.getCurrentSessionCountNode().- Specified by:
getCurrentSessionCountNodeAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getCumulatedSessionCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getCumulatedSessionCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the local value of the CumulatedSessionCount Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getCumulatedSessionCountin interfaceServerDiagnosticsSummaryType- Returns:
- the local value of the CumulatedSessionCount Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the CumulatedSessionCount Node.
-
setCumulatedSessionCount
public void setCumulatedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeSet the local value of the CumulatedSessionCount Node.The value is only updated locally; it is not written to the server.
- Specified by:
setCumulatedSessionCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- the local value to set for the CumulatedSessionCount Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the CumulatedSessionCount Node.
-
readCumulatedSessionCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readCumulatedSessionCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeRead the value of the CumulatedSessionCount Node from the server and update the local value if the operation succeeds.- Specified by:
readCumulatedSessionCountin interfaceServerDiagnosticsSummaryType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeCumulatedSessionCount
public void writeCumulatedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeWrite a new value for the CumulatedSessionCount Node to the server and update the local value if the operation succeeds.- Specified by:
writeCumulatedSessionCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readCumulatedSessionCountAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readCumulatedSessionCountAsync()Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.readCumulatedSessionCount().- Specified by:
readCumulatedSessionCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeCumulatedSessionCountAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCumulatedSessionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSessionCount) Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.writeCumulatedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeCumulatedSessionCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getCumulatedSessionCountNode
public BaseDataVariableTypeNode getCumulatedSessionCountNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the CumulatedSessionCountBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getCumulatedSessionCountNodein interfaceServerDiagnosticsSummaryType- Returns:
- the CumulatedSessionCount
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getCumulatedSessionCountNodeAsync
Description copied from interface:ServerDiagnosticsSummaryTypeAsynchronous implementation ofServerDiagnosticsSummaryType.getCumulatedSessionCountNode().- Specified by:
getCumulatedSessionCountNodeAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSecurityRejectedSessionCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getSecurityRejectedSessionCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the local value of the SecurityRejectedSessionCount Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSecurityRejectedSessionCountin interfaceServerDiagnosticsSummaryType- Returns:
- the local value of the SecurityRejectedSessionCount Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SecurityRejectedSessionCount Node.
-
setSecurityRejectedSessionCount
public void setSecurityRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeSet the local value of the SecurityRejectedSessionCount Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSecurityRejectedSessionCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- the local value to set for the SecurityRejectedSessionCount Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SecurityRejectedSessionCount Node.
-
readSecurityRejectedSessionCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readSecurityRejectedSessionCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeRead the value of the SecurityRejectedSessionCount Node from the server and update the local value if the operation succeeds.- Specified by:
readSecurityRejectedSessionCountin interfaceServerDiagnosticsSummaryType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSecurityRejectedSessionCount
public void writeSecurityRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeWrite a new value for the SecurityRejectedSessionCount Node to the server and update the local value if the operation succeeds.- Specified by:
writeSecurityRejectedSessionCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSecurityRejectedSessionCountAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readSecurityRejectedSessionCountAsync()Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.readSecurityRejectedSessionCount().- Specified by:
readSecurityRejectedSessionCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSecurityRejectedSessionCountAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecurityRejectedSessionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedSessionCount) Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.writeSecurityRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeSecurityRejectedSessionCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSecurityRejectedSessionCountNode
public BaseDataVariableTypeNode getSecurityRejectedSessionCountNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the SecurityRejectedSessionCountBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSecurityRejectedSessionCountNodein interfaceServerDiagnosticsSummaryType- Returns:
- the SecurityRejectedSessionCount
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSecurityRejectedSessionCountNodeAsync
public CompletableFuture<? extends BaseDataVariableTypeNode> getSecurityRejectedSessionCountNodeAsync()Description copied from interface:ServerDiagnosticsSummaryTypeAsynchronous implementation ofServerDiagnosticsSummaryType.getSecurityRejectedSessionCountNode().- Specified by:
getSecurityRejectedSessionCountNodeAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getRejectedSessionCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getRejectedSessionCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the local value of the RejectedSessionCount Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getRejectedSessionCountin interfaceServerDiagnosticsSummaryType- Returns:
- the local value of the RejectedSessionCount Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RejectedSessionCount Node.
-
setRejectedSessionCount
public void setRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeSet the local value of the RejectedSessionCount Node.The value is only updated locally; it is not written to the server.
- Specified by:
setRejectedSessionCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- the local value to set for the RejectedSessionCount Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RejectedSessionCount Node.
-
readRejectedSessionCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readRejectedSessionCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeRead the value of the RejectedSessionCount Node from the server and update the local value if the operation succeeds.- Specified by:
readRejectedSessionCountin interfaceServerDiagnosticsSummaryType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeRejectedSessionCount
public void writeRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeWrite a new value for the RejectedSessionCount Node to the server and update the local value if the operation succeeds.- Specified by:
writeRejectedSessionCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readRejectedSessionCountAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readRejectedSessionCountAsync()Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.readRejectedSessionCount().- Specified by:
readRejectedSessionCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeRejectedSessionCountAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRejectedSessionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedSessionCount) Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.writeRejectedSessionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeRejectedSessionCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getRejectedSessionCountNode
public BaseDataVariableTypeNode getRejectedSessionCountNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the RejectedSessionCountBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getRejectedSessionCountNodein interfaceServerDiagnosticsSummaryType- Returns:
- the RejectedSessionCount
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getRejectedSessionCountNodeAsync
Description copied from interface:ServerDiagnosticsSummaryTypeAsynchronous implementation ofServerDiagnosticsSummaryType.getRejectedSessionCountNode().- Specified by:
getRejectedSessionCountNodeAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSessionTimeoutCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getSessionTimeoutCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the local value of the SessionTimeoutCount Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSessionTimeoutCountin interfaceServerDiagnosticsSummaryType- Returns:
- the local value of the SessionTimeoutCount Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SessionTimeoutCount Node.
-
setSessionTimeoutCount
public void setSessionTimeoutCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeSet the local value of the SessionTimeoutCount Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSessionTimeoutCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- the local value to set for the SessionTimeoutCount Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SessionTimeoutCount Node.
-
readSessionTimeoutCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readSessionTimeoutCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeRead the value of the SessionTimeoutCount Node from the server and update the local value if the operation succeeds.- Specified by:
readSessionTimeoutCountin interfaceServerDiagnosticsSummaryType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSessionTimeoutCount
public void writeSessionTimeoutCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeWrite a new value for the SessionTimeoutCount Node to the server and update the local value if the operation succeeds.- Specified by:
writeSessionTimeoutCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSessionTimeoutCountAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readSessionTimeoutCountAsync()Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.readSessionTimeoutCount().- Specified by:
readSessionTimeoutCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSessionTimeoutCountAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSessionTimeoutCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionTimeoutCount) Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.writeSessionTimeoutCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeSessionTimeoutCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSessionTimeoutCountNode
public BaseDataVariableTypeNode getSessionTimeoutCountNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the SessionTimeoutCountBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSessionTimeoutCountNodein interfaceServerDiagnosticsSummaryType- Returns:
- the SessionTimeoutCount
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSessionTimeoutCountNodeAsync
Description copied from interface:ServerDiagnosticsSummaryTypeAsynchronous implementation ofServerDiagnosticsSummaryType.getSessionTimeoutCountNode().- Specified by:
getSessionTimeoutCountNodeAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSessionAbortCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getSessionAbortCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the local value of the SessionAbortCount Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSessionAbortCountin interfaceServerDiagnosticsSummaryType- Returns:
- the local value of the SessionAbortCount Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SessionAbortCount Node.
-
setSessionAbortCount
public void setSessionAbortCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeSet the local value of the SessionAbortCount Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSessionAbortCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- the local value to set for the SessionAbortCount Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SessionAbortCount Node.
-
readSessionAbortCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readSessionAbortCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeRead the value of the SessionAbortCount Node from the server and update the local value if the operation succeeds.- Specified by:
readSessionAbortCountin interfaceServerDiagnosticsSummaryType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSessionAbortCount
public void writeSessionAbortCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeWrite a new value for the SessionAbortCount Node to the server and update the local value if the operation succeeds.- Specified by:
writeSessionAbortCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSessionAbortCountAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readSessionAbortCountAsync()Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.readSessionAbortCount().- Specified by:
readSessionAbortCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSessionAbortCountAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSessionAbortCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger sessionAbortCount) Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.writeSessionAbortCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeSessionAbortCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSessionAbortCountNode
public BaseDataVariableTypeNode getSessionAbortCountNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the SessionAbortCountBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSessionAbortCountNodein interfaceServerDiagnosticsSummaryType- Returns:
- the SessionAbortCount
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSessionAbortCountNodeAsync
Description copied from interface:ServerDiagnosticsSummaryTypeAsynchronous implementation ofServerDiagnosticsSummaryType.getSessionAbortCountNode().- Specified by:
getSessionAbortCountNodeAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getPublishingIntervalCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getPublishingIntervalCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the local value of the PublishingIntervalCount Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getPublishingIntervalCountin interfaceServerDiagnosticsSummaryType- Returns:
- the local value of the PublishingIntervalCount Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PublishingIntervalCount Node.
-
setPublishingIntervalCount
public void setPublishingIntervalCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeSet the local value of the PublishingIntervalCount Node.The value is only updated locally; it is not written to the server.
- Specified by:
setPublishingIntervalCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- the local value to set for the PublishingIntervalCount Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PublishingIntervalCount Node.
-
readPublishingIntervalCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readPublishingIntervalCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeRead the value of the PublishingIntervalCount Node from the server and update the local value if the operation succeeds.- Specified by:
readPublishingIntervalCountin interfaceServerDiagnosticsSummaryType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writePublishingIntervalCount
public void writePublishingIntervalCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeWrite a new value for the PublishingIntervalCount Node to the server and update the local value if the operation succeeds.- Specified by:
writePublishingIntervalCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readPublishingIntervalCountAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readPublishingIntervalCountAsync()Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.readPublishingIntervalCount().- Specified by:
readPublishingIntervalCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writePublishingIntervalCountAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePublishingIntervalCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger publishingIntervalCount) Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.writePublishingIntervalCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writePublishingIntervalCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getPublishingIntervalCountNode
public BaseDataVariableTypeNode getPublishingIntervalCountNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the PublishingIntervalCountBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getPublishingIntervalCountNodein interfaceServerDiagnosticsSummaryType- Returns:
- the PublishingIntervalCount
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getPublishingIntervalCountNodeAsync
Description copied from interface:ServerDiagnosticsSummaryTypeAsynchronous implementation ofServerDiagnosticsSummaryType.getPublishingIntervalCountNode().- Specified by:
getPublishingIntervalCountNodeAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getCurrentSubscriptionCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getCurrentSubscriptionCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the local value of the CurrentSubscriptionCount Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getCurrentSubscriptionCountin interfaceServerDiagnosticsSummaryType- Returns:
- the local value of the CurrentSubscriptionCount Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the CurrentSubscriptionCount Node.
-
setCurrentSubscriptionCount
public void setCurrentSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeSet the local value of the CurrentSubscriptionCount Node.The value is only updated locally; it is not written to the server.
- Specified by:
setCurrentSubscriptionCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- the local value to set for the CurrentSubscriptionCount Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the CurrentSubscriptionCount Node.
-
readCurrentSubscriptionCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readCurrentSubscriptionCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeRead the value of the CurrentSubscriptionCount Node from the server and update the local value if the operation succeeds.- Specified by:
readCurrentSubscriptionCountin interfaceServerDiagnosticsSummaryType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeCurrentSubscriptionCount
public void writeCurrentSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeWrite a new value for the CurrentSubscriptionCount Node to the server and update the local value if the operation succeeds.- Specified by:
writeCurrentSubscriptionCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readCurrentSubscriptionCountAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readCurrentSubscriptionCountAsync()Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.readCurrentSubscriptionCount().- Specified by:
readCurrentSubscriptionCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeCurrentSubscriptionCountAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCurrentSubscriptionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSubscriptionCount) Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.writeCurrentSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeCurrentSubscriptionCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getCurrentSubscriptionCountNode
public BaseDataVariableTypeNode getCurrentSubscriptionCountNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the CurrentSubscriptionCountBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getCurrentSubscriptionCountNodein interfaceServerDiagnosticsSummaryType- Returns:
- the CurrentSubscriptionCount
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getCurrentSubscriptionCountNodeAsync
Description copied from interface:ServerDiagnosticsSummaryTypeAsynchronous implementation ofServerDiagnosticsSummaryType.getCurrentSubscriptionCountNode().- Specified by:
getCurrentSubscriptionCountNodeAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getCumulatedSubscriptionCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getCumulatedSubscriptionCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the local value of the CumulatedSubscriptionCount Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getCumulatedSubscriptionCountin interfaceServerDiagnosticsSummaryType- Returns:
- the local value of the CumulatedSubscriptionCount Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the CumulatedSubscriptionCount Node.
-
setCumulatedSubscriptionCount
public void setCumulatedSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeSet the local value of the CumulatedSubscriptionCount Node.The value is only updated locally; it is not written to the server.
- Specified by:
setCumulatedSubscriptionCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- the local value to set for the CumulatedSubscriptionCount Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the CumulatedSubscriptionCount Node.
-
readCumulatedSubscriptionCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readCumulatedSubscriptionCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeRead the value of the CumulatedSubscriptionCount Node from the server and update the local value if the operation succeeds.- Specified by:
readCumulatedSubscriptionCountin interfaceServerDiagnosticsSummaryType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeCumulatedSubscriptionCount
public void writeCumulatedSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeWrite a new value for the CumulatedSubscriptionCount Node to the server and update the local value if the operation succeeds.- Specified by:
writeCumulatedSubscriptionCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readCumulatedSubscriptionCountAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readCumulatedSubscriptionCountAsync()Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.readCumulatedSubscriptionCount().- Specified by:
readCumulatedSubscriptionCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeCumulatedSubscriptionCountAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCumulatedSubscriptionCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger cumulatedSubscriptionCount) Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.writeCumulatedSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeCumulatedSubscriptionCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getCumulatedSubscriptionCountNode
public BaseDataVariableTypeNode getCumulatedSubscriptionCountNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the CumulatedSubscriptionCountBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getCumulatedSubscriptionCountNodein interfaceServerDiagnosticsSummaryType- Returns:
- the CumulatedSubscriptionCount
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getCumulatedSubscriptionCountNodeAsync
public CompletableFuture<? extends BaseDataVariableTypeNode> getCumulatedSubscriptionCountNodeAsync()Description copied from interface:ServerDiagnosticsSummaryTypeAsynchronous implementation ofServerDiagnosticsSummaryType.getCumulatedSubscriptionCountNode().- Specified by:
getCumulatedSubscriptionCountNodeAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSecurityRejectedRequestsCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getSecurityRejectedRequestsCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the local value of the SecurityRejectedRequestsCount Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSecurityRejectedRequestsCountin interfaceServerDiagnosticsSummaryType- Returns:
- the local value of the SecurityRejectedRequestsCount Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SecurityRejectedRequestsCount Node.
-
setSecurityRejectedRequestsCount
public void setSecurityRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeSet the local value of the SecurityRejectedRequestsCount Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSecurityRejectedRequestsCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- the local value to set for the SecurityRejectedRequestsCount Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SecurityRejectedRequestsCount Node.
-
readSecurityRejectedRequestsCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readSecurityRejectedRequestsCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeRead the value of the SecurityRejectedRequestsCount Node from the server and update the local value if the operation succeeds.- Specified by:
readSecurityRejectedRequestsCountin interfaceServerDiagnosticsSummaryType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSecurityRejectedRequestsCount
public void writeSecurityRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeWrite a new value for the SecurityRejectedRequestsCount Node to the server and update the local value if the operation succeeds.- Specified by:
writeSecurityRejectedRequestsCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSecurityRejectedRequestsCountAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readSecurityRejectedRequestsCountAsync()Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.readSecurityRejectedRequestsCount().- Specified by:
readSecurityRejectedRequestsCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSecurityRejectedRequestsCountAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecurityRejectedRequestsCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger securityRejectedRequestsCount) Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.writeSecurityRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeSecurityRejectedRequestsCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSecurityRejectedRequestsCountNode
public BaseDataVariableTypeNode getSecurityRejectedRequestsCountNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the SecurityRejectedRequestsCountBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSecurityRejectedRequestsCountNodein interfaceServerDiagnosticsSummaryType- Returns:
- the SecurityRejectedRequestsCount
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSecurityRejectedRequestsCountNodeAsync
public CompletableFuture<? extends BaseDataVariableTypeNode> getSecurityRejectedRequestsCountNodeAsync()Description copied from interface:ServerDiagnosticsSummaryTypeAsynchronous implementation ofServerDiagnosticsSummaryType.getSecurityRejectedRequestsCountNode().- Specified by:
getSecurityRejectedRequestsCountNodeAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getRejectedRequestsCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getRejectedRequestsCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the local value of the RejectedRequestsCount Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getRejectedRequestsCountin interfaceServerDiagnosticsSummaryType- Returns:
- the local value of the RejectedRequestsCount Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RejectedRequestsCount Node.
-
setRejectedRequestsCount
public void setRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeSet the local value of the RejectedRequestsCount Node.The value is only updated locally; it is not written to the server.
- Specified by:
setRejectedRequestsCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- the local value to set for the RejectedRequestsCount Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RejectedRequestsCount Node.
-
readRejectedRequestsCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readRejectedRequestsCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeRead the value of the RejectedRequestsCount Node from the server and update the local value if the operation succeeds.- Specified by:
readRejectedRequestsCountin interfaceServerDiagnosticsSummaryType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeRejectedRequestsCount
public void writeRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:ServerDiagnosticsSummaryTypeWrite a new value for the RejectedRequestsCount Node to the server and update the local value if the operation succeeds.- Specified by:
writeRejectedRequestsCountin interfaceServerDiagnosticsSummaryType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readRejectedRequestsCountAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readRejectedRequestsCountAsync()Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.readRejectedRequestsCount().- Specified by:
readRejectedRequestsCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeRejectedRequestsCountAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRejectedRequestsCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger rejectedRequestsCount) Description copied from interface:ServerDiagnosticsSummaryTypeAn asynchronous implementation ofServerDiagnosticsSummaryType.writeRejectedRequestsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeRejectedRequestsCountAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getRejectedRequestsCountNode
public BaseDataVariableTypeNode getRejectedRequestsCountNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ServerDiagnosticsSummaryTypeGet the RejectedRequestsCountBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getRejectedRequestsCountNodein interfaceServerDiagnosticsSummaryType- Returns:
- the RejectedRequestsCount
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getRejectedRequestsCountNodeAsync
Description copied from interface:ServerDiagnosticsSummaryTypeAsynchronous implementation ofServerDiagnosticsSummaryType.getRejectedRequestsCountNode().- Specified by:
getRejectedRequestsCountNodeAsyncin interfaceServerDiagnosticsSummaryType- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-