Annotation Interface SdvUser


@Retention(RUNTIME) @Target(FIELD) public @interface SdvUser
A zOS User that will have SDV recording switched on, on a specified CICS TS Region.

Used to populate a ISdvUser field

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The SDV manager will select a user from the zOS image pool user matching this roleTag.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The tag of the CICS region the User is to be associated with.
  • Element Details

    • cicsTag

      String cicsTag
      The tag of the CICS region the User is to be associated with. SDV Recording will take place for this user on this CICS Region.
      Default:
      "PRIMARY"
    • roleTag

      String roleTag
      The SDV manager will select a user from the zOS image pool user matching this roleTag.