All Superinterfaces:
BaseObjectType, org.eclipse.milo.opcua.sdk.core.nodes.Node, org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
All Known Implementing Classes:
PubSubCapabilitiesTypeNode

public interface PubSubCapabilitiesType extends BaseObjectType
See Also:
  • Field Details

    • MAX_PUB_SUB_CONNECTIONS

      static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_PUB_SUB_CONNECTIONS
    • MAX_WRITER_GROUPS

      static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_WRITER_GROUPS
    • MAX_READER_GROUPS

      static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_READER_GROUPS
    • MAX_DATA_SET_WRITERS

      static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_DATA_SET_WRITERS
    • MAX_DATA_SET_READERS

      static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_DATA_SET_READERS
    • MAX_FIELDS_PER_DATA_SET

      static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_FIELDS_PER_DATA_SET
    • MAX_DATA_SET_WRITERS_PER_GROUP

      static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_DATA_SET_WRITERS_PER_GROUP
    • MAX_SECURITY_GROUPS

      static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_SECURITY_GROUPS
    • MAX_PUSH_TARGETS

      static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_PUSH_TARGETS
    • MAX_PUBLISHED_DATA_SETS

      static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_PUBLISHED_DATA_SETS
    • MAX_STANDALONE_SUBSCRIBED_DATA_SETS

      static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_STANDALONE_SUBSCRIBED_DATA_SETS
    • MAX_NETWORK_MESSAGE_SIZE_DATAGRAM

      static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_NETWORK_MESSAGE_SIZE_DATAGRAM
    • MAX_NETWORK_MESSAGE_SIZE_BROKER

      static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_NETWORK_MESSAGE_SIZE_BROKER
    • SUPPORT_SECURITY_KEY_PULL

      static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<Boolean> SUPPORT_SECURITY_KEY_PULL
    • SUPPORT_SECURITY_KEY_PUSH

      static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<Boolean> SUPPORT_SECURITY_KEY_PUSH
    • SUPPORT_SECURITY_KEY_SERVER

      static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<Boolean> SUPPORT_SECURITY_KEY_SERVER
  • Method Details

    • getMaxPubSubConnections

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxPubSubConnections() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the MaxPubSubConnections Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the MaxPubSubConnections Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxPubSubConnections Node.
    • setMaxPubSubConnections

      void setMaxPubSubConnections(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the MaxPubSubConnections Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the MaxPubSubConnections Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxPubSubConnections Node.
    • readMaxPubSubConnections

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxPubSubConnections() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the MaxPubSubConnections Node from the server and update the local value if the operation succeeds.
      Returns:
      the UInteger value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeMaxPubSubConnections

      void writeMaxPubSubConnections(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the MaxPubSubConnections Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the UInteger value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readMaxPubSubConnectionsAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxPubSubConnectionsAsync()
      An asynchronous implementation of readMaxPubSubConnections().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeMaxPubSubConnectionsAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxPubSubConnectionsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getMaxPubSubConnectionsNode

      PropertyType getMaxPubSubConnectionsNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the MaxPubSubConnections PropertyType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the MaxPubSubConnections PropertyType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getMaxPubSubConnectionsNodeAsync

      CompletableFuture<? extends PropertyType> getMaxPubSubConnectionsNodeAsync()
      Asynchronous implementation of getMaxPubSubConnectionsNode().
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getMaxWriterGroups

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxWriterGroups() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the MaxWriterGroups Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the MaxWriterGroups Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxWriterGroups Node.
    • setMaxWriterGroups

      void setMaxWriterGroups(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the MaxWriterGroups Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the MaxWriterGroups Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxWriterGroups Node.
    • readMaxWriterGroups

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxWriterGroups() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the MaxWriterGroups Node from the server and update the local value if the operation succeeds.
      Returns:
      the UInteger value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeMaxWriterGroups

      void writeMaxWriterGroups(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the MaxWriterGroups Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the UInteger value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readMaxWriterGroupsAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxWriterGroupsAsync()
      An asynchronous implementation of readMaxWriterGroups().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeMaxWriterGroupsAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxWriterGroupsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getMaxWriterGroupsNode

      PropertyType getMaxWriterGroupsNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the MaxWriterGroups PropertyType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the MaxWriterGroups PropertyType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getMaxWriterGroupsNodeAsync

      CompletableFuture<? extends PropertyType> getMaxWriterGroupsNodeAsync()
      Asynchronous implementation of getMaxWriterGroupsNode().
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getMaxReaderGroups

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxReaderGroups() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the MaxReaderGroups Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the MaxReaderGroups Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxReaderGroups Node.
    • setMaxReaderGroups

      void setMaxReaderGroups(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the MaxReaderGroups Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the MaxReaderGroups Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxReaderGroups Node.
    • readMaxReaderGroups

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxReaderGroups() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the MaxReaderGroups Node from the server and update the local value if the operation succeeds.
      Returns:
      the UInteger value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeMaxReaderGroups

      void writeMaxReaderGroups(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the MaxReaderGroups Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the UInteger value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readMaxReaderGroupsAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxReaderGroupsAsync()
      An asynchronous implementation of readMaxReaderGroups().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeMaxReaderGroupsAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxReaderGroupsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getMaxReaderGroupsNode

      PropertyType getMaxReaderGroupsNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the MaxReaderGroups PropertyType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the MaxReaderGroups PropertyType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getMaxReaderGroupsNodeAsync

      CompletableFuture<? extends PropertyType> getMaxReaderGroupsNodeAsync()
      Asynchronous implementation of getMaxReaderGroupsNode().
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getMaxDataSetWriters

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxDataSetWriters() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the MaxDataSetWriters Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the MaxDataSetWriters Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxDataSetWriters Node.
    • setMaxDataSetWriters

      void setMaxDataSetWriters(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the MaxDataSetWriters Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the MaxDataSetWriters Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxDataSetWriters Node.
    • readMaxDataSetWriters

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxDataSetWriters() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the MaxDataSetWriters Node from the server and update the local value if the operation succeeds.
      Returns:
      the UInteger value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeMaxDataSetWriters

      void writeMaxDataSetWriters(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the MaxDataSetWriters Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the UInteger value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readMaxDataSetWritersAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxDataSetWritersAsync()
      An asynchronous implementation of readMaxDataSetWriters().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeMaxDataSetWritersAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxDataSetWritersAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getMaxDataSetWritersNode

      PropertyType getMaxDataSetWritersNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the MaxDataSetWriters PropertyType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the MaxDataSetWriters PropertyType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getMaxDataSetWritersNodeAsync

      CompletableFuture<? extends PropertyType> getMaxDataSetWritersNodeAsync()
      Asynchronous implementation of getMaxDataSetWritersNode().
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getMaxDataSetReaders

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxDataSetReaders() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the MaxDataSetReaders Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the MaxDataSetReaders Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxDataSetReaders Node.
    • setMaxDataSetReaders

      void setMaxDataSetReaders(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the MaxDataSetReaders Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the MaxDataSetReaders Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxDataSetReaders Node.
    • readMaxDataSetReaders

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxDataSetReaders() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the MaxDataSetReaders Node from the server and update the local value if the operation succeeds.
      Returns:
      the UInteger value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeMaxDataSetReaders

      void writeMaxDataSetReaders(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the MaxDataSetReaders Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the UInteger value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readMaxDataSetReadersAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxDataSetReadersAsync()
      An asynchronous implementation of readMaxDataSetReaders().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeMaxDataSetReadersAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxDataSetReadersAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getMaxDataSetReadersNode

      PropertyType getMaxDataSetReadersNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the MaxDataSetReaders PropertyType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the MaxDataSetReaders PropertyType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getMaxDataSetReadersNodeAsync

      CompletableFuture<? extends PropertyType> getMaxDataSetReadersNodeAsync()
      Asynchronous implementation of getMaxDataSetReadersNode().
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getMaxFieldsPerDataSet

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxFieldsPerDataSet() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the MaxFieldsPerDataSet Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the MaxFieldsPerDataSet Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxFieldsPerDataSet Node.
    • setMaxFieldsPerDataSet

      void setMaxFieldsPerDataSet(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the MaxFieldsPerDataSet Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the MaxFieldsPerDataSet Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxFieldsPerDataSet Node.
    • readMaxFieldsPerDataSet

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxFieldsPerDataSet() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the MaxFieldsPerDataSet Node from the server and update the local value if the operation succeeds.
      Returns:
      the UInteger value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeMaxFieldsPerDataSet

      void writeMaxFieldsPerDataSet(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the MaxFieldsPerDataSet Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the UInteger value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readMaxFieldsPerDataSetAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxFieldsPerDataSetAsync()
      An asynchronous implementation of readMaxFieldsPerDataSet().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeMaxFieldsPerDataSetAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxFieldsPerDataSetAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getMaxFieldsPerDataSetNode

      PropertyType getMaxFieldsPerDataSetNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the MaxFieldsPerDataSet PropertyType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the MaxFieldsPerDataSet PropertyType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getMaxFieldsPerDataSetNodeAsync

      CompletableFuture<? extends PropertyType> getMaxFieldsPerDataSetNodeAsync()
      Asynchronous implementation of getMaxFieldsPerDataSetNode().
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getMaxDataSetWritersPerGroup

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxDataSetWritersPerGroup() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the MaxDataSetWritersPerGroup Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the MaxDataSetWritersPerGroup Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxDataSetWritersPerGroup Node.
    • setMaxDataSetWritersPerGroup

      void setMaxDataSetWritersPerGroup(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the MaxDataSetWritersPerGroup Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the MaxDataSetWritersPerGroup Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxDataSetWritersPerGroup Node.
    • readMaxDataSetWritersPerGroup

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxDataSetWritersPerGroup() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the MaxDataSetWritersPerGroup Node from the server and update the local value if the operation succeeds.
      Returns:
      the UInteger value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeMaxDataSetWritersPerGroup

      void writeMaxDataSetWritersPerGroup(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the MaxDataSetWritersPerGroup Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the UInteger value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readMaxDataSetWritersPerGroupAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxDataSetWritersPerGroupAsync()
      An asynchronous implementation of readMaxDataSetWritersPerGroup().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeMaxDataSetWritersPerGroupAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxDataSetWritersPerGroupAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getMaxDataSetWritersPerGroupNode

      PropertyType getMaxDataSetWritersPerGroupNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the MaxDataSetWritersPerGroup PropertyType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the MaxDataSetWritersPerGroup PropertyType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getMaxDataSetWritersPerGroupNodeAsync

      CompletableFuture<? extends PropertyType> getMaxDataSetWritersPerGroupNodeAsync()
      Asynchronous implementation of getMaxDataSetWritersPerGroupNode().
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getMaxSecurityGroups

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxSecurityGroups() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the MaxSecurityGroups Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the MaxSecurityGroups Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxSecurityGroups Node.
    • setMaxSecurityGroups

      void setMaxSecurityGroups(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the MaxSecurityGroups Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the MaxSecurityGroups Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxSecurityGroups Node.
    • readMaxSecurityGroups

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxSecurityGroups() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the MaxSecurityGroups Node from the server and update the local value if the operation succeeds.
      Returns:
      the UInteger value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeMaxSecurityGroups

      void writeMaxSecurityGroups(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the MaxSecurityGroups Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the UInteger value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readMaxSecurityGroupsAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxSecurityGroupsAsync()
      An asynchronous implementation of readMaxSecurityGroups().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeMaxSecurityGroupsAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxSecurityGroupsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getMaxSecurityGroupsNode

      PropertyType getMaxSecurityGroupsNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the MaxSecurityGroups PropertyType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the MaxSecurityGroups PropertyType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getMaxSecurityGroupsNodeAsync

      CompletableFuture<? extends PropertyType> getMaxSecurityGroupsNodeAsync()
      Asynchronous implementation of getMaxSecurityGroupsNode().
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getMaxPushTargets

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxPushTargets() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the MaxPushTargets Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the MaxPushTargets Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxPushTargets Node.
    • setMaxPushTargets

      void setMaxPushTargets(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the MaxPushTargets Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the MaxPushTargets Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxPushTargets Node.
    • readMaxPushTargets

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxPushTargets() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the MaxPushTargets Node from the server and update the local value if the operation succeeds.
      Returns:
      the UInteger value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeMaxPushTargets

      void writeMaxPushTargets(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the MaxPushTargets Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the UInteger value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readMaxPushTargetsAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxPushTargetsAsync()
      An asynchronous implementation of readMaxPushTargets().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeMaxPushTargetsAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxPushTargetsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getMaxPushTargetsNode

      PropertyType getMaxPushTargetsNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the MaxPushTargets PropertyType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the MaxPushTargets PropertyType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getMaxPushTargetsNodeAsync

      CompletableFuture<? extends PropertyType> getMaxPushTargetsNodeAsync()
      Asynchronous implementation of getMaxPushTargetsNode().
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getMaxPublishedDataSets

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxPublishedDataSets() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the MaxPublishedDataSets Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the MaxPublishedDataSets Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxPublishedDataSets Node.
    • setMaxPublishedDataSets

      void setMaxPublishedDataSets(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the MaxPublishedDataSets Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the MaxPublishedDataSets Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxPublishedDataSets Node.
    • readMaxPublishedDataSets

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxPublishedDataSets() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the MaxPublishedDataSets Node from the server and update the local value if the operation succeeds.
      Returns:
      the UInteger value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeMaxPublishedDataSets

      void writeMaxPublishedDataSets(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the MaxPublishedDataSets Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the UInteger value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readMaxPublishedDataSetsAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxPublishedDataSetsAsync()
      An asynchronous implementation of readMaxPublishedDataSets().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeMaxPublishedDataSetsAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxPublishedDataSetsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getMaxPublishedDataSetsNode

      PropertyType getMaxPublishedDataSetsNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the MaxPublishedDataSets PropertyType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the MaxPublishedDataSets PropertyType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getMaxPublishedDataSetsNodeAsync

      CompletableFuture<? extends PropertyType> getMaxPublishedDataSetsNodeAsync()
      Asynchronous implementation of getMaxPublishedDataSetsNode().
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getMaxStandaloneSubscribedDataSets

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxStandaloneSubscribedDataSets() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the MaxStandaloneSubscribedDataSets Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the MaxStandaloneSubscribedDataSets Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxStandaloneSubscribedDataSets Node.
    • setMaxStandaloneSubscribedDataSets

      void setMaxStandaloneSubscribedDataSets(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the MaxStandaloneSubscribedDataSets Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the MaxStandaloneSubscribedDataSets Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxStandaloneSubscribedDataSets Node.
    • readMaxStandaloneSubscribedDataSets

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxStandaloneSubscribedDataSets() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the MaxStandaloneSubscribedDataSets Node from the server and update the local value if the operation succeeds.
      Returns:
      the UInteger value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeMaxStandaloneSubscribedDataSets

      void writeMaxStandaloneSubscribedDataSets(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the MaxStandaloneSubscribedDataSets Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the UInteger value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readMaxStandaloneSubscribedDataSetsAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxStandaloneSubscribedDataSetsAsync()
      An asynchronous implementation of readMaxStandaloneSubscribedDataSets().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeMaxStandaloneSubscribedDataSetsAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxStandaloneSubscribedDataSetsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getMaxStandaloneSubscribedDataSetsNode

      PropertyType getMaxStandaloneSubscribedDataSetsNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the MaxStandaloneSubscribedDataSets PropertyType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the MaxStandaloneSubscribedDataSets PropertyType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getMaxStandaloneSubscribedDataSetsNodeAsync

      CompletableFuture<? extends PropertyType> getMaxStandaloneSubscribedDataSetsNodeAsync()
      Asynchronous implementation of getMaxStandaloneSubscribedDataSetsNode().
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getMaxNetworkMessageSizeDatagram

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNetworkMessageSizeDatagram() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the MaxNetworkMessageSizeDatagram Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the MaxNetworkMessageSizeDatagram Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNetworkMessageSizeDatagram Node.
    • setMaxNetworkMessageSizeDatagram

      void setMaxNetworkMessageSizeDatagram(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the MaxNetworkMessageSizeDatagram Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the MaxNetworkMessageSizeDatagram Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNetworkMessageSizeDatagram Node.
    • readMaxNetworkMessageSizeDatagram

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNetworkMessageSizeDatagram() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the MaxNetworkMessageSizeDatagram Node from the server and update the local value if the operation succeeds.
      Returns:
      the UInteger value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeMaxNetworkMessageSizeDatagram

      void writeMaxNetworkMessageSizeDatagram(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the MaxNetworkMessageSizeDatagram Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the UInteger value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readMaxNetworkMessageSizeDatagramAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNetworkMessageSizeDatagramAsync()
      An asynchronous implementation of readMaxNetworkMessageSizeDatagram().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeMaxNetworkMessageSizeDatagramAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNetworkMessageSizeDatagramAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getMaxNetworkMessageSizeDatagramNode

      PropertyType getMaxNetworkMessageSizeDatagramNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the MaxNetworkMessageSizeDatagram PropertyType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the MaxNetworkMessageSizeDatagram PropertyType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getMaxNetworkMessageSizeDatagramNodeAsync

      CompletableFuture<? extends PropertyType> getMaxNetworkMessageSizeDatagramNodeAsync()
      Asynchronous implementation of getMaxNetworkMessageSizeDatagramNode().
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getMaxNetworkMessageSizeBroker

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxNetworkMessageSizeBroker() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the MaxNetworkMessageSizeBroker Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the MaxNetworkMessageSizeBroker Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNetworkMessageSizeBroker Node.
    • setMaxNetworkMessageSizeBroker

      void setMaxNetworkMessageSizeBroker(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the MaxNetworkMessageSizeBroker Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the MaxNetworkMessageSizeBroker Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxNetworkMessageSizeBroker Node.
    • readMaxNetworkMessageSizeBroker

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxNetworkMessageSizeBroker() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the MaxNetworkMessageSizeBroker Node from the server and update the local value if the operation succeeds.
      Returns:
      the UInteger value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeMaxNetworkMessageSizeBroker

      void writeMaxNetworkMessageSizeBroker(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the MaxNetworkMessageSizeBroker Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the UInteger value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readMaxNetworkMessageSizeBrokerAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxNetworkMessageSizeBrokerAsync()
      An asynchronous implementation of readMaxNetworkMessageSizeBroker().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeMaxNetworkMessageSizeBrokerAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxNetworkMessageSizeBrokerAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getMaxNetworkMessageSizeBrokerNode

      PropertyType getMaxNetworkMessageSizeBrokerNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the MaxNetworkMessageSizeBroker PropertyType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the MaxNetworkMessageSizeBroker PropertyType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getMaxNetworkMessageSizeBrokerNodeAsync

      CompletableFuture<? extends PropertyType> getMaxNetworkMessageSizeBrokerNodeAsync()
      Asynchronous implementation of getMaxNetworkMessageSizeBrokerNode().
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getSupportSecurityKeyPull

      Boolean getSupportSecurityKeyPull() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the SupportSecurityKeyPull Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the SupportSecurityKeyPull Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SupportSecurityKeyPull Node.
    • setSupportSecurityKeyPull

      void setSupportSecurityKeyPull(Boolean value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the SupportSecurityKeyPull Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the SupportSecurityKeyPull Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SupportSecurityKeyPull Node.
    • readSupportSecurityKeyPull

      Boolean readSupportSecurityKeyPull() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the SupportSecurityKeyPull Node from the server and update the local value if the operation succeeds.
      Returns:
      the Boolean value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeSupportSecurityKeyPull

      void writeSupportSecurityKeyPull(Boolean value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the SupportSecurityKeyPull Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the Boolean value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readSupportSecurityKeyPullAsync

      CompletableFuture<? extends Boolean> readSupportSecurityKeyPullAsync()
      An asynchronous implementation of readSupportSecurityKeyPull().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeSupportSecurityKeyPullAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSupportSecurityKeyPullAsync(Boolean value)
      An asynchronous implementation of writeSupportSecurityKeyPull(java.lang.Boolean).
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getSupportSecurityKeyPullNode

      PropertyType getSupportSecurityKeyPullNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the SupportSecurityKeyPull PropertyType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the SupportSecurityKeyPull PropertyType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getSupportSecurityKeyPullNodeAsync

      CompletableFuture<? extends PropertyType> getSupportSecurityKeyPullNodeAsync()
      Asynchronous implementation of getSupportSecurityKeyPullNode().
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getSupportSecurityKeyPush

      Boolean getSupportSecurityKeyPush() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the SupportSecurityKeyPush Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the SupportSecurityKeyPush Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SupportSecurityKeyPush Node.
    • setSupportSecurityKeyPush

      void setSupportSecurityKeyPush(Boolean value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the SupportSecurityKeyPush Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the SupportSecurityKeyPush Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SupportSecurityKeyPush Node.
    • readSupportSecurityKeyPush

      Boolean readSupportSecurityKeyPush() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the SupportSecurityKeyPush Node from the server and update the local value if the operation succeeds.
      Returns:
      the Boolean value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeSupportSecurityKeyPush

      void writeSupportSecurityKeyPush(Boolean value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the SupportSecurityKeyPush Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the Boolean value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readSupportSecurityKeyPushAsync

      CompletableFuture<? extends Boolean> readSupportSecurityKeyPushAsync()
      An asynchronous implementation of readSupportSecurityKeyPush().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeSupportSecurityKeyPushAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSupportSecurityKeyPushAsync(Boolean value)
      An asynchronous implementation of writeSupportSecurityKeyPush(java.lang.Boolean).
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getSupportSecurityKeyPushNode

      PropertyType getSupportSecurityKeyPushNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the SupportSecurityKeyPush PropertyType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the SupportSecurityKeyPush PropertyType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getSupportSecurityKeyPushNodeAsync

      CompletableFuture<? extends PropertyType> getSupportSecurityKeyPushNodeAsync()
      Asynchronous implementation of getSupportSecurityKeyPushNode().
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getSupportSecurityKeyServer

      Boolean getSupportSecurityKeyServer() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the SupportSecurityKeyServer Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the SupportSecurityKeyServer Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SupportSecurityKeyServer Node.
    • setSupportSecurityKeyServer

      void setSupportSecurityKeyServer(Boolean value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the SupportSecurityKeyServer Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the SupportSecurityKeyServer Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SupportSecurityKeyServer Node.
    • readSupportSecurityKeyServer

      Boolean readSupportSecurityKeyServer() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the SupportSecurityKeyServer Node from the server and update the local value if the operation succeeds.
      Returns:
      the Boolean value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeSupportSecurityKeyServer

      void writeSupportSecurityKeyServer(Boolean value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the SupportSecurityKeyServer Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the Boolean value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readSupportSecurityKeyServerAsync

      CompletableFuture<? extends Boolean> readSupportSecurityKeyServerAsync()
      An asynchronous implementation of readSupportSecurityKeyServer().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeSupportSecurityKeyServerAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSupportSecurityKeyServerAsync(Boolean value)
      An asynchronous implementation of writeSupportSecurityKeyServer(java.lang.Boolean).
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getSupportSecurityKeyServerNode

      PropertyType getSupportSecurityKeyServerNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the SupportSecurityKeyServer PropertyType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the SupportSecurityKeyServer PropertyType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getSupportSecurityKeyServerNodeAsync

      CompletableFuture<? extends PropertyType> getSupportSecurityKeyServerNodeAsync()
      Asynchronous implementation of getSupportSecurityKeyServerNode().
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.