Interface IWorkloadTransaction

    • Method Detail

      • getTransactionID

        java.lang.String getTransactionID()
        Getter for field TRANID

        Transaction

        The identifier of an active transaction.

      • getPseudoMode

        IWorkloadTransaction.PseudoModeValue getPseudoMode()
        Getter for field PSEUDOMODE

        Start or end of pseudo-conversation

        Indicates whether the transaction is the first (START) or last (END) transaction in a pseudo-conversation. If this field is blank, it means the transaction is neither the first nor the last in a pseudo-conversation.

      • getTransactionGroup

        java.lang.String getTransactionGroup()
        Getter for field TRANGRP

        Transaction group

        The name of the transaction group.

      • getWorkload

        java.lang.String getWorkload()
        Getter for field WORKLOAD

        Workload name

        The name of the workload in which the transaction group is active.

      • getWorkloadOwner

        java.lang.String getWorkloadOwner()
        Getter for field WRKLOWNER

        System ID of workload owner

        The 4-character CICS system ID of the CMAS that created the workload.