Interface IWMQMonitorDefinition

    • Method Detail

      • getChangeAgent

        IWMQMonitorDefinition.ChangeAgentValue getChangeAgent()
        Getter for field CHANGEAGENT

        Last modification agent

        The change agent identifier that made the last modification.

        • CSDAPI - The resource was last changed by a CEDA transaction, by the programmable interface to DFHEDAP or by an EXEC CICS CSD command.
        • CSDBATCH - The resource was last changed by a DFHCSDUP job.
        • DREPAPI - Resource was last changed by a CICSPlex SM API command.
      • getMqQueueName

        java.lang.String getMqQueueName()
        Getter for field QNAME

        MQ queue name

        The 1-48 character name of the IBM MQ queue for this IBM MQ Monitor.

      • getAutostart

        IWMQMonitorDefinition.AutostartValue getAutostart()
        Getter for field AUTOSTART

        Autostart status

        Specifies if the queue monitoring transaction is to be automatically started when the connection to the MQ Queue manager is established.

      • getMonitorTransaction

        java.lang.String getMonitorTransaction()
        Getter for field TRANSACTION

        Monitor transaction

        Transaction used by the task monitoring the MQ queue.

      • getMonitorUserId

        java.lang.String getMonitorUserId()
        Getter for field MONUSERID

        Monitor userid

        Userid to be used by the task monitoring the MQ queue.

      • getTargetUserId

        java.lang.String getTargetUserId()
        Getter for field USERID

        Target userid

        Userid to be used by the task started by the MQ monitoring task when no userid has been supplied by the application.

      • getMonitorData

        java.lang.String getMonitorData()
        Getter for field MONDATA

        Monitor data

        Data to be passed to the transaction monitoring the MQ queue.

      • getUserDataArea1

        java.lang.String getUserDataArea1()
        Getter for field USERDATA1

        User data area 1

        Optional string of up to 8 characters that provides additional site specific data related to the resource definition.

      • getUserDataArea2

        java.lang.String getUserDataArea2()
        Getter for field USERDATA2

        User data area 2

        Optional string of up to 8 characters that provides additional site specific data related to the resource definition.

      • getUserDataArea3

        java.lang.String getUserDataArea3()
        Getter for field USERDATA3

        User data area 3

        Optional string of up to 8 characters that provides additional site specific data related to the resource definition.