Class OperationLimitsTypeNode
- All Implemented Interfaces:
BaseObjectType,FolderType,OperationLimitsType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
-
Field Summary
Fields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.OperationLimitsType
MAX_MONITORED_ITEMS_PER_CALL, MAX_NODES_PER_BROWSE, MAX_NODES_PER_HISTORY_READ_DATA, MAX_NODES_PER_HISTORY_READ_EVENTS, MAX_NODES_PER_HISTORY_UPDATE_DATA, MAX_NODES_PER_HISTORY_UPDATE_EVENTS, MAX_NODES_PER_METHOD_CALL, MAX_NODES_PER_NODE_MANAGEMENT, MAX_NODES_PER_READ, MAX_NODES_PER_REGISTER_NODES, MAX_NODES_PER_TRANSLATE_BROWSE_PATHS_TO_NODE_IDS, MAX_NODES_PER_WRITE -
Constructor Summary
ConstructorsConstructorDescriptionOperationLimitsTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the MaxMonitoredItemsPerCall Node.Get the MaxMonitoredItemsPerCallPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofOperationLimitsType.getMaxMonitoredItemsPerCallNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the MaxNodesPerBrowse Node.Get the MaxNodesPerBrowsePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofOperationLimitsType.getMaxNodesPerBrowseNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the MaxNodesPerHistoryReadData Node.Get the MaxNodesPerHistoryReadDataPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofOperationLimitsType.getMaxNodesPerHistoryReadDataNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the MaxNodesPerHistoryReadEvents Node.Get the MaxNodesPerHistoryReadEventsPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofOperationLimitsType.getMaxNodesPerHistoryReadEventsNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the MaxNodesPerHistoryUpdateData Node.Get the MaxNodesPerHistoryUpdateDataPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofOperationLimitsType.getMaxNodesPerHistoryUpdateDataNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the MaxNodesPerHistoryUpdateEvents Node.Get the MaxNodesPerHistoryUpdateEventsPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofOperationLimitsType.getMaxNodesPerHistoryUpdateEventsNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the MaxNodesPerMethodCall Node.Get the MaxNodesPerMethodCallPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofOperationLimitsType.getMaxNodesPerMethodCallNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the MaxNodesPerNodeManagement Node.Get the MaxNodesPerNodeManagementPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofOperationLimitsType.getMaxNodesPerNodeManagementNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the MaxNodesPerRead Node.Get the MaxNodesPerReadPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofOperationLimitsType.getMaxNodesPerReadNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the MaxNodesPerRegisterNodes Node.Get the MaxNodesPerRegisterNodesPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofOperationLimitsType.getMaxNodesPerRegisterNodesNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the MaxNodesPerTranslateBrowsePathsToNodeIds Node.Get the MaxNodesPerTranslateBrowsePathsToNodeIdsPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofOperationLimitsType.getMaxNodesPerTranslateBrowsePathsToNodeIdsNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the MaxNodesPerWrite Node.Get the MaxNodesPerWritePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofOperationLimitsType.getMaxNodesPerWriteNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the MaxMonitoredItemsPerCall 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 ofOperationLimitsType.readMaxMonitoredItemsPerCall().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the MaxNodesPerBrowse 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 ofOperationLimitsType.readMaxNodesPerBrowse().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the MaxNodesPerHistoryReadData 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 ofOperationLimitsType.readMaxNodesPerHistoryReadData().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the MaxNodesPerHistoryReadEvents 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 ofOperationLimitsType.readMaxNodesPerHistoryReadEvents().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the MaxNodesPerHistoryUpdateData 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 ofOperationLimitsType.readMaxNodesPerHistoryUpdateData().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the MaxNodesPerHistoryUpdateEvents 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 ofOperationLimitsType.readMaxNodesPerHistoryUpdateEvents().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the MaxNodesPerMethodCall 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 ofOperationLimitsType.readMaxNodesPerMethodCall().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the MaxNodesPerNodeManagement 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 ofOperationLimitsType.readMaxNodesPerNodeManagement().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the MaxNodesPerRead 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 ofOperationLimitsType.readMaxNodesPerRead().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the MaxNodesPerRegisterNodes 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 ofOperationLimitsType.readMaxNodesPerRegisterNodes().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the MaxNodesPerTranslateBrowsePathsToNodeIds 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 ofOperationLimitsType.readMaxNodesPerTranslateBrowsePathsToNodeIds().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the MaxNodesPerWrite 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 ofOperationLimitsType.readMaxNodesPerWrite().voidsetMaxMonitoredItemsPerCall(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the MaxMonitoredItemsPerCall Node.voidsetMaxNodesPerBrowse(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the MaxNodesPerBrowse Node.voidsetMaxNodesPerHistoryReadData(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the MaxNodesPerHistoryReadData Node.voidsetMaxNodesPerHistoryReadEvents(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the MaxNodesPerHistoryReadEvents Node.voidsetMaxNodesPerHistoryUpdateData(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the MaxNodesPerHistoryUpdateData Node.voidsetMaxNodesPerHistoryUpdateEvents(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the MaxNodesPerHistoryUpdateEvents Node.voidsetMaxNodesPerMethodCall(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the MaxNodesPerMethodCall Node.voidsetMaxNodesPerNodeManagement(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the MaxNodesPerNodeManagement Node.voidsetMaxNodesPerRead(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the MaxNodesPerRead Node.voidsetMaxNodesPerRegisterNodes(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the MaxNodesPerRegisterNodes Node.voidsetMaxNodesPerTranslateBrowsePathsToNodeIds(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the MaxNodesPerTranslateBrowsePathsToNodeIds Node.voidsetMaxNodesPerWrite(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the MaxNodesPerWrite Node.voidwriteMaxMonitoredItemsPerCall(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the MaxMonitoredItemsPerCall Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeMaxMonitoredItemsPerCallAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxMonitoredItemsPerCall) An asynchronous implementation ofOperationLimitsType.writeMaxMonitoredItemsPerCall(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteMaxNodesPerBrowse(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the MaxNodesPerBrowse Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeMaxNodesPerBrowseAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerBrowse) An asynchronous implementation ofOperationLimitsType.writeMaxNodesPerBrowse(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteMaxNodesPerHistoryReadData(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the MaxNodesPerHistoryReadData Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeMaxNodesPerHistoryReadDataAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryReadData) An asynchronous implementation ofOperationLimitsType.writeMaxNodesPerHistoryReadData(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteMaxNodesPerHistoryReadEvents(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the MaxNodesPerHistoryReadEvents Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeMaxNodesPerHistoryReadEventsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryReadEvents) An asynchronous implementation ofOperationLimitsType.writeMaxNodesPerHistoryReadEvents(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteMaxNodesPerHistoryUpdateData(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the MaxNodesPerHistoryUpdateData Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeMaxNodesPerHistoryUpdateDataAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryUpdateData) An asynchronous implementation ofOperationLimitsType.writeMaxNodesPerHistoryUpdateData(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteMaxNodesPerHistoryUpdateEvents(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the MaxNodesPerHistoryUpdateEvents Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeMaxNodesPerHistoryUpdateEventsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryUpdateEvents) An asynchronous implementation ofOperationLimitsType.writeMaxNodesPerHistoryUpdateEvents(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteMaxNodesPerMethodCall(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the MaxNodesPerMethodCall Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeMaxNodesPerMethodCallAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerMethodCall) An asynchronous implementation ofOperationLimitsType.writeMaxNodesPerMethodCall(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteMaxNodesPerNodeManagement(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the MaxNodesPerNodeManagement Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeMaxNodesPerNodeManagementAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerNodeManagement) An asynchronous implementation ofOperationLimitsType.writeMaxNodesPerNodeManagement(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteMaxNodesPerRead(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the MaxNodesPerRead Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeMaxNodesPerReadAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerRead) An asynchronous implementation ofOperationLimitsType.writeMaxNodesPerRead(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteMaxNodesPerRegisterNodes(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the MaxNodesPerRegisterNodes Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeMaxNodesPerRegisterNodesAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerRegisterNodes) An asynchronous implementation ofOperationLimitsType.writeMaxNodesPerRegisterNodes(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteMaxNodesPerTranslateBrowsePathsToNodeIds(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the MaxNodesPerTranslateBrowsePathsToNodeIds Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeMaxNodesPerTranslateBrowsePathsToNodeIdsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerTranslateBrowsePathsToNodeIds) An asynchronous implementation ofOperationLimitsType.writeMaxNodesPerTranslateBrowsePathsToNodeIds(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteMaxNodesPerWrite(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the MaxNodesPerWrite Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeMaxNodesPerWriteAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerWrite) An asynchronous implementation ofOperationLimitsType.writeMaxNodesPerWrite(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).Methods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaObjectNode
callMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIconAsync, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersionAsync, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIconAsync, setNamingRuleAsync, setNodeVersionAsync, writeEventNotifierMethods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaNode
browse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getAccessRestrictions, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, invalidate, readAccessRestrictions, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readRolePermissions, readUserRolePermissions, readUserWriteMask, readWriteMask, refresh, refreshAsync, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAccessRestrictions, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeRolePermissions, writeUserRolePermissions, writeUserWriteMask, writeWriteMaskMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.Node
getAccessRestrictions, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMaskMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
getEventNotifier, setEventNotifier
-
Constructor Details
-
OperationLimitsTypeNode
public OperationLimitsTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
-
-
Method Details
-
getMaxNodesPerRead
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNodesPerRead() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the local value of the MaxNodesPerRead Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getMaxNodesPerReadin interfaceOperationLimitsType- Returns:
- the local value of the MaxNodesPerRead Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxNodesPerRead Node.
-
setMaxNodesPerRead
public void setMaxNodesPerRead(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeSet the local value of the MaxNodesPerRead Node.The value is only updated locally; it is not written to the server.
- Specified by:
setMaxNodesPerReadin interfaceOperationLimitsType- Parameters:
value- the local value to set for the MaxNodesPerRead Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxNodesPerRead Node.
-
readMaxNodesPerRead
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNodesPerRead() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeRead the value of the MaxNodesPerRead Node from the server and update the local value if the operation succeeds.- Specified by:
readMaxNodesPerReadin interfaceOperationLimitsType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeMaxNodesPerRead
public void writeMaxNodesPerRead(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeWrite a new value for the MaxNodesPerRead Node to the server and update the local value if the operation succeeds.- Specified by:
writeMaxNodesPerReadin interfaceOperationLimitsType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readMaxNodesPerReadAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNodesPerReadAsync()Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.readMaxNodesPerRead().- Specified by:
readMaxNodesPerReadAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeMaxNodesPerReadAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNodesPerReadAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerRead) Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.writeMaxNodesPerRead(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeMaxNodesPerReadAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getMaxNodesPerReadNode
public PropertyTypeNode getMaxNodesPerReadNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the MaxNodesPerReadPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getMaxNodesPerReadNodein interfaceOperationLimitsType- Returns:
- the MaxNodesPerRead
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getMaxNodesPerReadNodeAsync
Description copied from interface:OperationLimitsTypeAsynchronous implementation ofOperationLimitsType.getMaxNodesPerReadNode().- Specified by:
getMaxNodesPerReadNodeAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getMaxNodesPerHistoryReadData
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNodesPerHistoryReadData() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the local value of the MaxNodesPerHistoryReadData Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getMaxNodesPerHistoryReadDatain interfaceOperationLimitsType- Returns:
- the local value of the MaxNodesPerHistoryReadData Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxNodesPerHistoryReadData Node.
-
setMaxNodesPerHistoryReadData
public void setMaxNodesPerHistoryReadData(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeSet the local value of the MaxNodesPerHistoryReadData Node.The value is only updated locally; it is not written to the server.
- Specified by:
setMaxNodesPerHistoryReadDatain interfaceOperationLimitsType- Parameters:
value- the local value to set for the MaxNodesPerHistoryReadData Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxNodesPerHistoryReadData Node.
-
readMaxNodesPerHistoryReadData
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNodesPerHistoryReadData() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeRead the value of the MaxNodesPerHistoryReadData Node from the server and update the local value if the operation succeeds.- Specified by:
readMaxNodesPerHistoryReadDatain interfaceOperationLimitsType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeMaxNodesPerHistoryReadData
public void writeMaxNodesPerHistoryReadData(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeWrite a new value for the MaxNodesPerHistoryReadData Node to the server and update the local value if the operation succeeds.- Specified by:
writeMaxNodesPerHistoryReadDatain interfaceOperationLimitsType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readMaxNodesPerHistoryReadDataAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNodesPerHistoryReadDataAsync()Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.readMaxNodesPerHistoryReadData().- Specified by:
readMaxNodesPerHistoryReadDataAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeMaxNodesPerHistoryReadDataAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNodesPerHistoryReadDataAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryReadData) Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.writeMaxNodesPerHistoryReadData(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeMaxNodesPerHistoryReadDataAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getMaxNodesPerHistoryReadDataNode
public PropertyTypeNode getMaxNodesPerHistoryReadDataNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the MaxNodesPerHistoryReadDataPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getMaxNodesPerHistoryReadDataNodein interfaceOperationLimitsType- Returns:
- the MaxNodesPerHistoryReadData
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getMaxNodesPerHistoryReadDataNodeAsync
Description copied from interface:OperationLimitsTypeAsynchronous implementation ofOperationLimitsType.getMaxNodesPerHistoryReadDataNode().- Specified by:
getMaxNodesPerHistoryReadDataNodeAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getMaxNodesPerHistoryReadEvents
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNodesPerHistoryReadEvents() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the local value of the MaxNodesPerHistoryReadEvents Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getMaxNodesPerHistoryReadEventsin interfaceOperationLimitsType- Returns:
- the local value of the MaxNodesPerHistoryReadEvents Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxNodesPerHistoryReadEvents Node.
-
setMaxNodesPerHistoryReadEvents
public void setMaxNodesPerHistoryReadEvents(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeSet the local value of the MaxNodesPerHistoryReadEvents Node.The value is only updated locally; it is not written to the server.
- Specified by:
setMaxNodesPerHistoryReadEventsin interfaceOperationLimitsType- Parameters:
value- the local value to set for the MaxNodesPerHistoryReadEvents Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxNodesPerHistoryReadEvents Node.
-
readMaxNodesPerHistoryReadEvents
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNodesPerHistoryReadEvents() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeRead the value of the MaxNodesPerHistoryReadEvents Node from the server and update the local value if the operation succeeds.- Specified by:
readMaxNodesPerHistoryReadEventsin interfaceOperationLimitsType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeMaxNodesPerHistoryReadEvents
public void writeMaxNodesPerHistoryReadEvents(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeWrite a new value for the MaxNodesPerHistoryReadEvents Node to the server and update the local value if the operation succeeds.- Specified by:
writeMaxNodesPerHistoryReadEventsin interfaceOperationLimitsType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readMaxNodesPerHistoryReadEventsAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNodesPerHistoryReadEventsAsync()Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.readMaxNodesPerHistoryReadEvents().- Specified by:
readMaxNodesPerHistoryReadEventsAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeMaxNodesPerHistoryReadEventsAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNodesPerHistoryReadEventsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryReadEvents) Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.writeMaxNodesPerHistoryReadEvents(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeMaxNodesPerHistoryReadEventsAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getMaxNodesPerHistoryReadEventsNode
public PropertyTypeNode getMaxNodesPerHistoryReadEventsNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the MaxNodesPerHistoryReadEventsPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getMaxNodesPerHistoryReadEventsNodein interfaceOperationLimitsType- Returns:
- the MaxNodesPerHistoryReadEvents
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getMaxNodesPerHistoryReadEventsNodeAsync
Description copied from interface:OperationLimitsTypeAsynchronous implementation ofOperationLimitsType.getMaxNodesPerHistoryReadEventsNode().- Specified by:
getMaxNodesPerHistoryReadEventsNodeAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getMaxNodesPerWrite
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNodesPerWrite() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the local value of the MaxNodesPerWrite Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getMaxNodesPerWritein interfaceOperationLimitsType- Returns:
- the local value of the MaxNodesPerWrite Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxNodesPerWrite Node.
-
setMaxNodesPerWrite
public void setMaxNodesPerWrite(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeSet the local value of the MaxNodesPerWrite Node.The value is only updated locally; it is not written to the server.
- Specified by:
setMaxNodesPerWritein interfaceOperationLimitsType- Parameters:
value- the local value to set for the MaxNodesPerWrite Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxNodesPerWrite Node.
-
readMaxNodesPerWrite
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNodesPerWrite() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeRead the value of the MaxNodesPerWrite Node from the server and update the local value if the operation succeeds.- Specified by:
readMaxNodesPerWritein interfaceOperationLimitsType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeMaxNodesPerWrite
public void writeMaxNodesPerWrite(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeWrite a new value for the MaxNodesPerWrite Node to the server and update the local value if the operation succeeds.- Specified by:
writeMaxNodesPerWritein interfaceOperationLimitsType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readMaxNodesPerWriteAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNodesPerWriteAsync()Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.readMaxNodesPerWrite().- Specified by:
readMaxNodesPerWriteAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeMaxNodesPerWriteAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNodesPerWriteAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerWrite) Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.writeMaxNodesPerWrite(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeMaxNodesPerWriteAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getMaxNodesPerWriteNode
public PropertyTypeNode getMaxNodesPerWriteNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the MaxNodesPerWritePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getMaxNodesPerWriteNodein interfaceOperationLimitsType- Returns:
- the MaxNodesPerWrite
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getMaxNodesPerWriteNodeAsync
Description copied from interface:OperationLimitsTypeAsynchronous implementation ofOperationLimitsType.getMaxNodesPerWriteNode().- Specified by:
getMaxNodesPerWriteNodeAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getMaxNodesPerHistoryUpdateData
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNodesPerHistoryUpdateData() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the local value of the MaxNodesPerHistoryUpdateData Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getMaxNodesPerHistoryUpdateDatain interfaceOperationLimitsType- Returns:
- the local value of the MaxNodesPerHistoryUpdateData Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxNodesPerHistoryUpdateData Node.
-
setMaxNodesPerHistoryUpdateData
public void setMaxNodesPerHistoryUpdateData(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeSet the local value of the MaxNodesPerHistoryUpdateData Node.The value is only updated locally; it is not written to the server.
- Specified by:
setMaxNodesPerHistoryUpdateDatain interfaceOperationLimitsType- Parameters:
value- the local value to set for the MaxNodesPerHistoryUpdateData Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxNodesPerHistoryUpdateData Node.
-
readMaxNodesPerHistoryUpdateData
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNodesPerHistoryUpdateData() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeRead the value of the MaxNodesPerHistoryUpdateData Node from the server and update the local value if the operation succeeds.- Specified by:
readMaxNodesPerHistoryUpdateDatain interfaceOperationLimitsType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeMaxNodesPerHistoryUpdateData
public void writeMaxNodesPerHistoryUpdateData(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeWrite a new value for the MaxNodesPerHistoryUpdateData Node to the server and update the local value if the operation succeeds.- Specified by:
writeMaxNodesPerHistoryUpdateDatain interfaceOperationLimitsType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readMaxNodesPerHistoryUpdateDataAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNodesPerHistoryUpdateDataAsync()Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.readMaxNodesPerHistoryUpdateData().- Specified by:
readMaxNodesPerHistoryUpdateDataAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeMaxNodesPerHistoryUpdateDataAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNodesPerHistoryUpdateDataAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryUpdateData) Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.writeMaxNodesPerHistoryUpdateData(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeMaxNodesPerHistoryUpdateDataAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getMaxNodesPerHistoryUpdateDataNode
public PropertyTypeNode getMaxNodesPerHistoryUpdateDataNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the MaxNodesPerHistoryUpdateDataPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getMaxNodesPerHistoryUpdateDataNodein interfaceOperationLimitsType- Returns:
- the MaxNodesPerHistoryUpdateData
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getMaxNodesPerHistoryUpdateDataNodeAsync
Description copied from interface:OperationLimitsTypeAsynchronous implementation ofOperationLimitsType.getMaxNodesPerHistoryUpdateDataNode().- Specified by:
getMaxNodesPerHistoryUpdateDataNodeAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getMaxNodesPerHistoryUpdateEvents
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNodesPerHistoryUpdateEvents() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the local value of the MaxNodesPerHistoryUpdateEvents Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getMaxNodesPerHistoryUpdateEventsin interfaceOperationLimitsType- Returns:
- the local value of the MaxNodesPerHistoryUpdateEvents Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxNodesPerHistoryUpdateEvents Node.
-
setMaxNodesPerHistoryUpdateEvents
public void setMaxNodesPerHistoryUpdateEvents(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeSet the local value of the MaxNodesPerHistoryUpdateEvents Node.The value is only updated locally; it is not written to the server.
- Specified by:
setMaxNodesPerHistoryUpdateEventsin interfaceOperationLimitsType- Parameters:
value- the local value to set for the MaxNodesPerHistoryUpdateEvents Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxNodesPerHistoryUpdateEvents Node.
-
readMaxNodesPerHistoryUpdateEvents
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNodesPerHistoryUpdateEvents() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeRead the value of the MaxNodesPerHistoryUpdateEvents Node from the server and update the local value if the operation succeeds.- Specified by:
readMaxNodesPerHistoryUpdateEventsin interfaceOperationLimitsType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeMaxNodesPerHistoryUpdateEvents
public void writeMaxNodesPerHistoryUpdateEvents(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeWrite a new value for the MaxNodesPerHistoryUpdateEvents Node to the server and update the local value if the operation succeeds.- Specified by:
writeMaxNodesPerHistoryUpdateEventsin interfaceOperationLimitsType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readMaxNodesPerHistoryUpdateEventsAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNodesPerHistoryUpdateEventsAsync()Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.readMaxNodesPerHistoryUpdateEvents().- Specified by:
readMaxNodesPerHistoryUpdateEventsAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeMaxNodesPerHistoryUpdateEventsAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNodesPerHistoryUpdateEventsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerHistoryUpdateEvents) Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.writeMaxNodesPerHistoryUpdateEvents(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeMaxNodesPerHistoryUpdateEventsAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getMaxNodesPerHistoryUpdateEventsNode
public PropertyTypeNode getMaxNodesPerHistoryUpdateEventsNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the MaxNodesPerHistoryUpdateEventsPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getMaxNodesPerHistoryUpdateEventsNodein interfaceOperationLimitsType- Returns:
- the MaxNodesPerHistoryUpdateEvents
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getMaxNodesPerHistoryUpdateEventsNodeAsync
Description copied from interface:OperationLimitsTypeAsynchronous implementation ofOperationLimitsType.getMaxNodesPerHistoryUpdateEventsNode().- Specified by:
getMaxNodesPerHistoryUpdateEventsNodeAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getMaxNodesPerMethodCall
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNodesPerMethodCall() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the local value of the MaxNodesPerMethodCall Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getMaxNodesPerMethodCallin interfaceOperationLimitsType- Returns:
- the local value of the MaxNodesPerMethodCall Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxNodesPerMethodCall Node.
-
setMaxNodesPerMethodCall
public void setMaxNodesPerMethodCall(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeSet the local value of the MaxNodesPerMethodCall Node.The value is only updated locally; it is not written to the server.
- Specified by:
setMaxNodesPerMethodCallin interfaceOperationLimitsType- Parameters:
value- the local value to set for the MaxNodesPerMethodCall Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxNodesPerMethodCall Node.
-
readMaxNodesPerMethodCall
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNodesPerMethodCall() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeRead the value of the MaxNodesPerMethodCall Node from the server and update the local value if the operation succeeds.- Specified by:
readMaxNodesPerMethodCallin interfaceOperationLimitsType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeMaxNodesPerMethodCall
public void writeMaxNodesPerMethodCall(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeWrite a new value for the MaxNodesPerMethodCall Node to the server and update the local value if the operation succeeds.- Specified by:
writeMaxNodesPerMethodCallin interfaceOperationLimitsType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readMaxNodesPerMethodCallAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNodesPerMethodCallAsync()Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.readMaxNodesPerMethodCall().- Specified by:
readMaxNodesPerMethodCallAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeMaxNodesPerMethodCallAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNodesPerMethodCallAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerMethodCall) Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.writeMaxNodesPerMethodCall(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeMaxNodesPerMethodCallAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getMaxNodesPerMethodCallNode
public PropertyTypeNode getMaxNodesPerMethodCallNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the MaxNodesPerMethodCallPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getMaxNodesPerMethodCallNodein interfaceOperationLimitsType- Returns:
- the MaxNodesPerMethodCall
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getMaxNodesPerMethodCallNodeAsync
Description copied from interface:OperationLimitsTypeAsynchronous implementation ofOperationLimitsType.getMaxNodesPerMethodCallNode().- Specified by:
getMaxNodesPerMethodCallNodeAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getMaxNodesPerBrowse
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNodesPerBrowse() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the local value of the MaxNodesPerBrowse Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getMaxNodesPerBrowsein interfaceOperationLimitsType- Returns:
- the local value of the MaxNodesPerBrowse Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxNodesPerBrowse Node.
-
setMaxNodesPerBrowse
public void setMaxNodesPerBrowse(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeSet the local value of the MaxNodesPerBrowse Node.The value is only updated locally; it is not written to the server.
- Specified by:
setMaxNodesPerBrowsein interfaceOperationLimitsType- Parameters:
value- the local value to set for the MaxNodesPerBrowse Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxNodesPerBrowse Node.
-
readMaxNodesPerBrowse
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNodesPerBrowse() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeRead the value of the MaxNodesPerBrowse Node from the server and update the local value if the operation succeeds.- Specified by:
readMaxNodesPerBrowsein interfaceOperationLimitsType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeMaxNodesPerBrowse
public void writeMaxNodesPerBrowse(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeWrite a new value for the MaxNodesPerBrowse Node to the server and update the local value if the operation succeeds.- Specified by:
writeMaxNodesPerBrowsein interfaceOperationLimitsType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readMaxNodesPerBrowseAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNodesPerBrowseAsync()Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.readMaxNodesPerBrowse().- Specified by:
readMaxNodesPerBrowseAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeMaxNodesPerBrowseAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNodesPerBrowseAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerBrowse) Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.writeMaxNodesPerBrowse(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeMaxNodesPerBrowseAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getMaxNodesPerBrowseNode
public PropertyTypeNode getMaxNodesPerBrowseNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the MaxNodesPerBrowsePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getMaxNodesPerBrowseNodein interfaceOperationLimitsType- Returns:
- the MaxNodesPerBrowse
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getMaxNodesPerBrowseNodeAsync
Description copied from interface:OperationLimitsTypeAsynchronous implementation ofOperationLimitsType.getMaxNodesPerBrowseNode().- Specified by:
getMaxNodesPerBrowseNodeAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getMaxNodesPerRegisterNodes
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNodesPerRegisterNodes() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the local value of the MaxNodesPerRegisterNodes Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getMaxNodesPerRegisterNodesin interfaceOperationLimitsType- Returns:
- the local value of the MaxNodesPerRegisterNodes Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxNodesPerRegisterNodes Node.
-
setMaxNodesPerRegisterNodes
public void setMaxNodesPerRegisterNodes(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeSet the local value of the MaxNodesPerRegisterNodes Node.The value is only updated locally; it is not written to the server.
- Specified by:
setMaxNodesPerRegisterNodesin interfaceOperationLimitsType- Parameters:
value- the local value to set for the MaxNodesPerRegisterNodes Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxNodesPerRegisterNodes Node.
-
readMaxNodesPerRegisterNodes
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNodesPerRegisterNodes() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeRead the value of the MaxNodesPerRegisterNodes Node from the server and update the local value if the operation succeeds.- Specified by:
readMaxNodesPerRegisterNodesin interfaceOperationLimitsType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeMaxNodesPerRegisterNodes
public void writeMaxNodesPerRegisterNodes(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeWrite a new value for the MaxNodesPerRegisterNodes Node to the server and update the local value if the operation succeeds.- Specified by:
writeMaxNodesPerRegisterNodesin interfaceOperationLimitsType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readMaxNodesPerRegisterNodesAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNodesPerRegisterNodesAsync()Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.readMaxNodesPerRegisterNodes().- Specified by:
readMaxNodesPerRegisterNodesAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeMaxNodesPerRegisterNodesAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNodesPerRegisterNodesAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerRegisterNodes) Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.writeMaxNodesPerRegisterNodes(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeMaxNodesPerRegisterNodesAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getMaxNodesPerRegisterNodesNode
public PropertyTypeNode getMaxNodesPerRegisterNodesNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the MaxNodesPerRegisterNodesPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getMaxNodesPerRegisterNodesNodein interfaceOperationLimitsType- Returns:
- the MaxNodesPerRegisterNodes
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getMaxNodesPerRegisterNodesNodeAsync
Description copied from interface:OperationLimitsTypeAsynchronous implementation ofOperationLimitsType.getMaxNodesPerRegisterNodesNode().- Specified by:
getMaxNodesPerRegisterNodesNodeAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getMaxNodesPerTranslateBrowsePathsToNodeIds
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNodesPerTranslateBrowsePathsToNodeIds() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the local value of the MaxNodesPerTranslateBrowsePathsToNodeIds Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getMaxNodesPerTranslateBrowsePathsToNodeIdsin interfaceOperationLimitsType- Returns:
- the local value of the MaxNodesPerTranslateBrowsePathsToNodeIds Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxNodesPerTranslateBrowsePathsToNodeIds Node.
-
setMaxNodesPerTranslateBrowsePathsToNodeIds
public void setMaxNodesPerTranslateBrowsePathsToNodeIds(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeSet the local value of the MaxNodesPerTranslateBrowsePathsToNodeIds Node.The value is only updated locally; it is not written to the server.
- Specified by:
setMaxNodesPerTranslateBrowsePathsToNodeIdsin interfaceOperationLimitsType- Parameters:
value- the local value to set for the MaxNodesPerTranslateBrowsePathsToNodeIds Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxNodesPerTranslateBrowsePathsToNodeIds Node.
-
readMaxNodesPerTranslateBrowsePathsToNodeIds
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNodesPerTranslateBrowsePathsToNodeIds() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeRead the value of the MaxNodesPerTranslateBrowsePathsToNodeIds Node from the server and update the local value if the operation succeeds.- Specified by:
readMaxNodesPerTranslateBrowsePathsToNodeIdsin interfaceOperationLimitsType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeMaxNodesPerTranslateBrowsePathsToNodeIds
public void writeMaxNodesPerTranslateBrowsePathsToNodeIds(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeWrite a new value for the MaxNodesPerTranslateBrowsePathsToNodeIds Node to the server and update the local value if the operation succeeds.- Specified by:
writeMaxNodesPerTranslateBrowsePathsToNodeIdsin interfaceOperationLimitsType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readMaxNodesPerTranslateBrowsePathsToNodeIdsAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNodesPerTranslateBrowsePathsToNodeIdsAsync()Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.readMaxNodesPerTranslateBrowsePathsToNodeIds().- Specified by:
readMaxNodesPerTranslateBrowsePathsToNodeIdsAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeMaxNodesPerTranslateBrowsePathsToNodeIdsAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNodesPerTranslateBrowsePathsToNodeIdsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerTranslateBrowsePathsToNodeIds) Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.writeMaxNodesPerTranslateBrowsePathsToNodeIds(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeMaxNodesPerTranslateBrowsePathsToNodeIdsAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getMaxNodesPerTranslateBrowsePathsToNodeIdsNode
public PropertyTypeNode getMaxNodesPerTranslateBrowsePathsToNodeIdsNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the MaxNodesPerTranslateBrowsePathsToNodeIdsPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getMaxNodesPerTranslateBrowsePathsToNodeIdsNodein interfaceOperationLimitsType- Returns:
- the MaxNodesPerTranslateBrowsePathsToNodeIds
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getMaxNodesPerTranslateBrowsePathsToNodeIdsNodeAsync
public CompletableFuture<? extends PropertyTypeNode> getMaxNodesPerTranslateBrowsePathsToNodeIdsNodeAsync()Description copied from interface:OperationLimitsTypeAsynchronous implementation ofOperationLimitsType.getMaxNodesPerTranslateBrowsePathsToNodeIdsNode().- Specified by:
getMaxNodesPerTranslateBrowsePathsToNodeIdsNodeAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getMaxNodesPerNodeManagement
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNodesPerNodeManagement() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the local value of the MaxNodesPerNodeManagement Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getMaxNodesPerNodeManagementin interfaceOperationLimitsType- Returns:
- the local value of the MaxNodesPerNodeManagement Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxNodesPerNodeManagement Node.
-
setMaxNodesPerNodeManagement
public void setMaxNodesPerNodeManagement(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeSet the local value of the MaxNodesPerNodeManagement Node.The value is only updated locally; it is not written to the server.
- Specified by:
setMaxNodesPerNodeManagementin interfaceOperationLimitsType- Parameters:
value- the local value to set for the MaxNodesPerNodeManagement Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxNodesPerNodeManagement Node.
-
readMaxNodesPerNodeManagement
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNodesPerNodeManagement() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeRead the value of the MaxNodesPerNodeManagement Node from the server and update the local value if the operation succeeds.- Specified by:
readMaxNodesPerNodeManagementin interfaceOperationLimitsType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeMaxNodesPerNodeManagement
public void writeMaxNodesPerNodeManagement(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeWrite a new value for the MaxNodesPerNodeManagement Node to the server and update the local value if the operation succeeds.- Specified by:
writeMaxNodesPerNodeManagementin interfaceOperationLimitsType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readMaxNodesPerNodeManagementAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNodesPerNodeManagementAsync()Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.readMaxNodesPerNodeManagement().- Specified by:
readMaxNodesPerNodeManagementAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeMaxNodesPerNodeManagementAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNodesPerNodeManagementAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxNodesPerNodeManagement) Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.writeMaxNodesPerNodeManagement(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeMaxNodesPerNodeManagementAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getMaxNodesPerNodeManagementNode
public PropertyTypeNode getMaxNodesPerNodeManagementNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the MaxNodesPerNodeManagementPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getMaxNodesPerNodeManagementNodein interfaceOperationLimitsType- Returns:
- the MaxNodesPerNodeManagement
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getMaxNodesPerNodeManagementNodeAsync
Description copied from interface:OperationLimitsTypeAsynchronous implementation ofOperationLimitsType.getMaxNodesPerNodeManagementNode().- Specified by:
getMaxNodesPerNodeManagementNodeAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getMaxMonitoredItemsPerCall
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxMonitoredItemsPerCall() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the local value of the MaxMonitoredItemsPerCall Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getMaxMonitoredItemsPerCallin interfaceOperationLimitsType- Returns:
- the local value of the MaxMonitoredItemsPerCall Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxMonitoredItemsPerCall Node.
-
setMaxMonitoredItemsPerCall
public void setMaxMonitoredItemsPerCall(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeSet the local value of the MaxMonitoredItemsPerCall Node.The value is only updated locally; it is not written to the server.
- Specified by:
setMaxMonitoredItemsPerCallin interfaceOperationLimitsType- Parameters:
value- the local value to set for the MaxMonitoredItemsPerCall Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MaxMonitoredItemsPerCall Node.
-
readMaxMonitoredItemsPerCall
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxMonitoredItemsPerCall() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeRead the value of the MaxMonitoredItemsPerCall Node from the server and update the local value if the operation succeeds.- Specified by:
readMaxMonitoredItemsPerCallin interfaceOperationLimitsType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeMaxMonitoredItemsPerCall
public void writeMaxMonitoredItemsPerCall(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:OperationLimitsTypeWrite a new value for the MaxMonitoredItemsPerCall Node to the server and update the local value if the operation succeeds.- Specified by:
writeMaxMonitoredItemsPerCallin interfaceOperationLimitsType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readMaxMonitoredItemsPerCallAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxMonitoredItemsPerCallAsync()Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.readMaxMonitoredItemsPerCall().- Specified by:
readMaxMonitoredItemsPerCallAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeMaxMonitoredItemsPerCallAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxMonitoredItemsPerCallAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxMonitoredItemsPerCall) Description copied from interface:OperationLimitsTypeAn asynchronous implementation ofOperationLimitsType.writeMaxMonitoredItemsPerCall(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeMaxMonitoredItemsPerCallAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getMaxMonitoredItemsPerCallNode
public PropertyTypeNode getMaxMonitoredItemsPerCallNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:OperationLimitsTypeGet the MaxMonitoredItemsPerCallPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getMaxMonitoredItemsPerCallNodein interfaceOperationLimitsType- Returns:
- the MaxMonitoredItemsPerCall
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getMaxMonitoredItemsPerCallNodeAsync
Description copied from interface:OperationLimitsTypeAsynchronous implementation ofOperationLimitsType.getMaxMonitoredItemsPerCallNode().- Specified by:
getMaxMonitoredItemsPerCallNodeAsyncin interfaceOperationLimitsType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-