Interface IMONSpecificationsToSystem

    • Method Detail

      • getChangeAgent

        IMONSpecificationsToSystem.ChangeAgentValue getChangeAgent()
        Getter for field CHANGEAGENT

        Last modification agent

        The change agent identifier that made the last modification.

        • DREPAPI - Resource was last changed by a CICSPlex SM API command.
        • N_A - Resource was created or last updated prior to CICS TS Version 4 Release 1 and support for resource signatures.
      • getSpec

        java.lang.String getSpec()
        Getter for field SPEC

        Monitor specification

        The name of the monitor specification

      • getSystem

        java.lang.String getSystem()
        Getter for field SYSTEM

        CICS system

        The name of a linked CICS system.

      • getLink

        IMONSpecificationsToSystem.LinkValue getLink()
        Getter for field LINK

        Creation mode

        Indicates how the CICS system is associated with the monitor specification:

        EXPLICIT
        The CICS system is directly associated with the specification.
        INHERIT
        The CICS system inherited the specification from a CICS system group of which it is a member.
      • getGroup

        java.lang.String getGroup()
        Getter for field GROUP

        System group that MONSPEC was inherited from

        The name of the CICS system group from which the monitor specification was inherited.