com.ibm.cics.model

Interface IWMQMonitor

    • Method Detail

      • getMQMonName

        java.lang.String getMQMonName()
        Getter for field NAME

        MQ monitor resource name

        The name of the WebSphere MQ monitor resource.

      • getMqQueueName

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

        MQ queue name

        The name of the WebSphere MQ queue that is being monitored.

      • getAutostartStatus

        IWMQMonitor.AutostartStatusValue getAutostartStatus()
        Getter for field AUTOSTATUS

        Autostart status

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

      • getEnabledStatus

        IWMQMonitor.EnabledStatusValue getEnabledStatus()
        Getter for field ENABLESTATUS

        Enabled status

        The enabled / disabled status of the MQMonitor.

      • getMonitorStatus

        IWMQMonitor.MonitorStatusValue getMonitorStatus()
        Getter for field MONSTATUS

        Monitor status

        The current activity status of the MQMonitor.

      • 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. For user written MQMONITORs this data is prefixed as follows :

        • Left chevron
        • MQ monitor resource name
        • Target userid
        • Right chevron
      • getTaskId

        java.lang.String getTaskId()
        Getter for field TASKID

        Task number

        Task number of the task monitoring the MQ queue.

      • getMqrqname

        java.lang.String getMqrqname()
        Getter for field MQRQNAME

        MQ queue name

        The name of the WebSphere MQ queue.

      • getNumberOfMQOPENRequests

        java.lang.Long getNumberOfMQOPENRequests()
        Getter for field MQRTOPEN

        Number of MQOPEN requests

        The total number of times the MQOPEN command was issued.

      • getNumberOfMQCLOSERequests

        java.lang.Long getNumberOfMQCLOSERequests()
        Getter for field MQRTCLOSE

        Number of MQCLOSE requests

        The total number of times the MQCLOSE command was issued.

      • getNumberOfMQGETRequests

        java.lang.Long getNumberOfMQGETRequests()
        Getter for field MQRTGET

        Number of MQGET requests

        The total number of times the MQGET command was issued.

      • getNumberOfMQGETWithWaitRequests

        java.lang.Long getNumberOfMQGETWithWaitRequests()
        Getter for field MQRTGETWAIT

        Number of MQGET with wait requests

        The total number of times the MQGET command was issued with the MQGMO_WAIT option.

      • getNumberOfMQPUTRequests

        java.lang.Long getNumberOfMQPUTRequests()
        Getter for field MQRTPUT

        Number of MQPUT requests

        The total number of times the MQPUT command was issued.

      • getNumberOfMQPUT1Requests

        java.lang.Long getNumberOfMQPUT1Requests()
        Getter for field MQRTPUT1

        Number of MQPUT1 requests

        The total number of times the MQPUT1 command was issued.

      • getNumberOfMQINQRequests

        java.lang.Long getNumberOfMQINQRequests()
        Getter for field MQRTINQ

        Number of MQINQ requests

        The total number of times the MQINQ command was issued.

      • getNumberOfMQINQLRequests

        java.lang.Long getNumberOfMQINQLRequests()
        Getter for field MQRTINQL

        Number of MQINQL requests

        The total number of times the MQINQL command was issued.

      • getNumberOfMQSETRequests

        java.lang.Long getNumberOfMQSETRequests()
        Getter for field MQRTSET

        Number of MQSET requests

        The total number of times the MQSET command was issued.

      • getNumberOfCommittedUnitsOfWork

        java.lang.Long getNumberOfCommittedUnitsOfWork()
        Getter for field MQRTCOMMUOW

        Number of committed units of work

        The total number of UOWs on the connection which were resolved by a commit.

      • getNumberOfBackoutUnitsOfWork

        java.lang.Long getNumberOfBackoutUnitsOfWork()
        Getter for field MQRTBACKUOW

        Number of backout units of work

        The total number of UOWs on the connection which were resolved by a backout.

      • getMqrtother

        java.lang.Long getMqrtother()
        Getter for field MQRTOTHER

        Number of other MQ calls

        The total number of other MQ calls.

      • getGMTStartTime

        java.util.Date getGMTStartTime()
        Getter for field MQRGMTSTART

        GMT start time

        The GMT date and time when the CICS MQ monitor started.

      • getLocalStartTime

        java.util.Date getLocalStartTime()
        Getter for field MQRLCLSTART

        Local start time

        The local date and time when the CICS MQ monitor started.

      • getGMTStopTime

        java.util.Date getGMTStopTime()
        Getter for field MQRGMTSTOP

        GMT stop time

        The GMT date and time when the CICS MQ monitor stopped.

      • getLocalStopTime

        java.util.Date getLocalStopTime()
        Getter for field MQRLCLSTOP

        Local stop time

        The local date and time when the CICS MQ monitor stopped.

      • getLastModificationUserId

        java.lang.String getLastModificationUserId()
        Getter for field CHANGEUSRID

        Last modification user ID

        The user ID that made the last modification to the resource definition.

      • getLastModificationAgent

        IWMQMonitor.LastModificationAgentValue getLastModificationAgent()
        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 - The resource was last changed by a CICSPlex SM BAS API command.
        • DREPBATCH - The resource was last changed by a CICSPlex SM utility.
        • CREATESPI - The resource was last changed by an EXEC CICS CREATE command.
        • NOTAPPLIC - This is not applicable for this resource.
        • AUTOINSTALL - The resource was last autoinstalled.
        • DYNAMIC - The resource was last changed as a result of the installation of a MQCONN with INITQNAME specified.
      • getLastModificationAgentRelease

        java.lang.String getLastModificationAgentRelease()
        Getter for field CHANGEAGREL

        Last modification agent release

        The CICS release level of the agent that made the last modification to the resource definition.

      • getLastModificationTime

        java.util.Date getLastModificationTime()
        Getter for field CHANGETIME

        Last modification time

        The local date and time when the definition was last changed.

      • getSourceOfTheResourceDefinition

        java.lang.String getSourceOfTheResourceDefinition()
        Getter for field DEFINESOURCE

        Source of the resource definition

        The source of the definition, depending on which agent made the last change.

      • getCreationTime

        java.util.Date getCreationTime()
        Getter for field DEFINETIME

        Creation time

        The local date and time when the resource definition record was created on DFHCSD or EYUDREP.

      • getInstallationUserId

        java.lang.String getInstallationUserId()
        Getter for field INSTALLUSRID

        Installation user ID

        The user ID that installed the resource definition.

      • getInstallationTime

        java.util.Date getInstallationTime()
        Getter for field INSTALLTIME

        Installation time

        The local date and time when the definition was installed.

      • getInstallationAgent

        IWMQMonitor.InstallationAgentValue getInstallationAgent()
        Getter for field INSTALLAGENT

        Installation agent

        The install agent identifier that made the installation.

        • CSDAPI - The resource was installed by a CEDA transaction, by the programmable interface to DFHEDAP or by an EXEC CICS CSD command.
        • CREATESPI - The resource was installed by an EXEC CICS CREATE command.
        • GRPLIST - The resource was installed by GRPLIST INSTALL.
        • DYNAMIC - The resource was installed as a result of the installation of a MQCONN with INITQNAME specified.
      • getBasResourceDefinitionVersion

        java.lang.Long getBasResourceDefinitionVersion()
        Getter for field BASDEFINEVER

        BAS resource definition version

        The BAS version number of this definition.

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