Package dev.galasa.cicsts
Annotation 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
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionThe tag of the CICS region terminal is to be associated withboolean
The CICS TS Manager will automatically connect the terminal to the CICS TS region when ever is startsThe 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 cicsTagThe tag of the CICS region terminal is to be associated with- Default:
- "PRIMARY"
-
connectAtStartup
boolean connectAtStartupThe CICS TS Manager will automatically connect the terminal to the CICS TS region when ever is starts- Default:
- true
-
loginCredentialsTag
String loginCredentialsTagThe 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:
- ""
-