com.ibm.cics.model

Interface IWMQMonitorDefinition

    • Method Detail

      • getMqQueueName

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

        MQ queue name

        The 1-48 character name of the Websphere MQ queue for this WebSphere 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.

Copyright ? 2008-2015 IBM Corp. All Rights Reserved.