Annotation Interface ImsTerminal


@Retention(RUNTIME) @Target(FIELD) public @interface ImsTerminal
A zOS 3270 Terminal for use with an IMS TM System that has access to the default IMS screens Used to populate a IImsTerminal field
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The IMS TM Manager will automatically log into the IMS TM region using the terminal with the specified secure credentials when it connects.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    The IMS TM Manager will automatically connect the terminal to the IMS TM System whenever it starts.
    The tag of the IMS system terminal is to be associated with.
  • Element Details

    • loginCredentialsTag

      String loginCredentialsTag
      The IMS TM Manager will automatically log into the IMS TM region using the terminal with the specified secure credentials when it connects. This field is mandatory.
    • imsTag

      String imsTag
      The tag of the IMS system terminal is to be associated with. Default value is PRIMARY.
      Default:
      "PRIMARY"
    • connectAtStartup

      boolean connectAtStartup
      The IMS TM Manager will automatically connect the terminal to the IMS TM System whenever it starts. Default value is true.
      Default:
      true