Interface RemoteExecutionHandler

    • Method Detail

      • setStorageNames

        void setStorageNames​(StorageName[] value)
        Sets the names of the storage items to transfer.
        Parameters:
        value - the storage names
      • getStorageNames

        StorageName[] getStorageNames()
        Returns the names of the storage items to transfer.
        Returns:
        the storage names
      • storageNamesTipText

        String storageNamesTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setVariableNames

        void setVariableNames​(VariableName[] value)
        Sets the names of the variables to transfer.
        Parameters:
        value - the variable names
      • getVariableNames

        VariableName[] getVariableNames()
        Returns the names of the variables to transfer.
        Returns:
        the variable names
      • variableNamesTipText

        String variableNamesTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setConnection

        void setConnection​(Connection value)
        Sets the connection used for sending the flow.
        Parameters:
        value - the connection
      • getConnection

        Connection getConnection()
        Returns the connection used for sending the flow.
        Returns:
        the connection
      • connectionTipText

        String connectionTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui