Annotation Interface CicsTerminal


@Retention(RUNTIME) @Target(FIELD) public @interface CicsTerminal
A zOS 3270 Terminal for use with a CICS TS Region that has access to the default CICS screens

Used to populate a ICicsTerminal field

Author:
Michael Baylis
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The tag of the CICS region terminal is to be associated with
    boolean
    The CICS TS Manager will automatically connect the terminal to the CICS TS region when ever is starts
    The CICS TS Manager will automatically log into the CICS TS region via CESL using the terminal with the specified secure credentials when it connects
  • Element Details

    • cicsTag

      String cicsTag
      The tag of the CICS region terminal is to be associated with
      Default:
      "PRIMARY"
    • connectAtStartup

      boolean connectAtStartup
      The CICS TS Manager will automatically connect the terminal to the CICS TS region when ever is starts
      Default:
      true
    • loginCredentialsTag

      String loginCredentialsTag
      The CICS TS Manager will automatically log into the CICS TS region via CESL using the terminal with the specified secure credentials when it connects
      Default:
      ""