Interface TN3270.Builder

    • Method Detail

      • script

        TN3270.Builder script​(Script script)

        The script of the TN3270 protocol.

        Parameters:
        script - The script of the TN3270 protocol.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exportDataSetNames

        TN3270.Builder exportDataSetNames​(Collection<String> exportDataSetNames)

        The data set names of the TN3270 protocol.

        Parameters:
        exportDataSetNames - The data set names of the TN3270 protocol.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exportDataSetNames

        TN3270.Builder exportDataSetNames​(String... exportDataSetNames)

        The data set names of the TN3270 protocol.

        Parameters:
        exportDataSetNames - The data set names of the TN3270 protocol.
        Returns:
        Returns a reference to this object so that method calls can be chained together.