Interface IWMQConnectionStatistics

    • Method Detail

      • getName

        java.lang.String getName()
        Getter for field MQGQMGRNAME

        MQ queue manager name

        The name of the IBM MQ queue manager.

        Specified by:
        getName in interface ICICSObject
      • getMqgmqrelease

        java.lang.String getMqgmqrelease()
        Getter for field MQGMQRELEASE

        MQ Release

        The release of the IBM MQ queue manager.

      • getMqgconnstat

        IWMQConnectionStatistics.MqgconnstatValue getMqgconnstat()
        Getter for field MQGCONNSTAT

        MQ connection status

        Indicates the status of the connection between this CICS system and IBM MQ:

        • CONNECTED - CICS is connected to WebSphere MQ.
        • NOTCONNECTED - CICS is not connected to IBM MQ.
      • getMqginitq

        java.lang.String getMqginitq()
        Getter for field MQGINITQ

        Initiation queue name

        The name of the default IBM MQ initiation queue.

      • getMqgttasks

        java.lang.Long getMqgttasks()
        Getter for field MQGTTASKS

        Number of current tasks

        The number of current tasks that have issued an IBM MQ call.

      • getMqgtfutatt

        java.lang.Long getMqgtfutatt()
        Getter for field MQGTFUTATT

        Number of MQ API calls when MQ was not connected

        The total number of IBM MQ API calls that were made when the connection status was 'NOTCONNECTED' (that is, futile attempts). When CICS connects to IBM MQ, this number is reset to zero.

      • getMqgtapi

        java.lang.Long getMqgtapi()
        Getter for field MQGTAPI

        Number of MQ API calls since MQ connected

        The total number of IBM MQ API calls that have been made since CICS connected to IBM MQ.

      • getMqgtapiok

        java.lang.Long getMqgtapiok()
        Getter for field MQGTAPIOK

        Number of MQ API calls completed successfully

        The total number of IBM MQ API calls that completed successfully.

      • getMqgtcall

        java.lang.Long getMqgtcall()
        Getter for field MQGTCALL

        Number of internal MQ calls

        The total number of internal calls to IBM MQ on the connection.

      • getMqgtcallsync

        java.lang.Long getMqgtcallsync()
        Getter for field MQGTCALLSYNC

        Number of MQ calls that completed synchronously

        The total number of IBM MQ API calls that completed synchronously.

      • getMqgtcallio

        java.lang.Long getMqgtcallio()
        Getter for field MQGTCALLIO

        Number of MQ calls that needed I/O

        The total number of IBM MQ API calls that required I/O to complete.

      • getMqgtwaitmsg

        java.lang.Long getMqgtwaitmsg()
        Getter for field MQGTWAITMSG

        Number of MQGET with wait requests that waited

        The total number of times the MQGET command was issued with the MQGMO_WAIT option, and the request waited.

      • getMqgtsubtask

        java.lang.Long getMqgtsubtask()
        Getter for field MQGTSUBTASK

        Number of MQ calls that had a TCB switch

        The total number of IBM MQ API calls that involved a TCB switch.

      • getMqgtopen

        java.lang.Long getMqgtopen()
        Getter for field MQGTOPEN

        Number of MQOPEN requests

        The total number of times the MQOPEN command was issued.

      • getMqgtclose

        java.lang.Long getMqgtclose()
        Getter for field MQGTCLOSE

        Number of MQCLOSE requests

        The total number of times the MQCLOSE command was issued.

      • getMqgtget

        java.lang.Long getMqgtget()
        Getter for field MQGTGET

        Number of MQGET requests

        The total number of times the MQGET command was issued.

      • getMqgtgetwait

        java.lang.Long getMqgtgetwait()
        Getter for field MQGTGETWAIT

        Number of MQGET with wait requests

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

      • getMqgtput

        java.lang.Long getMqgtput()
        Getter for field MQGTPUT

        Number of MQPUT requests

        The total number of times the MQPUT command was issued.

      • getMqgtput1

        java.lang.Long getMqgtput1()
        Getter for field MQGTPUT1

        Number of MQPUT1 requests

        The total number of times the MQPUT1 command was issued.

      • getMqgtinq

        java.lang.Long getMqgtinq()
        Getter for field MQGTINQ

        Number of MQINQ requests

        The total number of times the MQINQ command was issued.

      • getMqgtset

        java.lang.Long getMqgtset()
        Getter for field MQGTSET

        Number of MQSET requests

        The total number of times the MQSET command was issued.

      • getMqgindbtuow

        java.lang.Long getMqgindbtuow()
        Getter for field MQGINDBTUOW

        Number of indoubt units of work

        The total number of UOWs that were indoubt at startup of the CICS-MQ adapter.

      • getMqgunresuow

        java.lang.Long getMqgunresuow()
        Getter for field MQGUNRESUOW

        Number of unresolved units of work

        The number of UOWs that were indoubt at startup of the CICS-MQ adapter, and could not be resolved because the CICS system was cold started.

      • getMqgrescomuw

        java.lang.Long getMqgrescomuw()
        Getter for field MQGRESCOMUW

        Number of resolved committed units of work

        The number of UOWs that were indoubt at startup of the CICS-MQ adapter, and were resolved by a commit.

      • getMqgresbacuw

        java.lang.Long getMqgresbacuw()
        Getter for field MQGRESBACUW

        Number of resolved backout units of work

        The number of UOWs that were indoubt at startup of the CICS-MQ adapter, and were resolved by a backout.

      • getMqgtbackuow

        java.lang.Long getMqgtbackuow()
        Getter for field MQGTBACKUOW

        Number of backout units of work

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

      • getMqgtcommuow

        java.lang.Long getMqgtcommuow()
        Getter for field MQGTCOMMUOW

        Number of committed units of work

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

      • getMqgttaskend

        java.lang.Long getMqgttaskend()
        Getter for field MQGTTASKEND

        Number of tasks

        The total number of tasks on the connection.

      • getMqgtspcomm

        java.lang.Long getMqgtspcomm()
        Getter for field MQGTSPCOMM

        Number of single phase commit operations

        The total number of single phase commits for UOWs on the connection.

      • getMqgt2pcomm

        java.lang.Long getMqgt2pcomm()
        Getter for field MQGT2PCOMM

        Number of two phase commit operations

        The total number of two phase commits for UOWs on the connection.

      • getMqconnect

        java.lang.String getMqconnect()
        Getter for field MQCONNECT

        MQ connection name

        The name of the CICS-MQ connection definition.

      • getMqgtcb

        java.lang.Long getMqgtcb()
        Getter for field MQGTCB

        Number of MQCB requests

        The total number of times the MQCB command was issued.

      • getMqgtconsume

        java.lang.Long getMqgtconsume()
        Getter for field MQGTCONSUME

        Number of messages consumed

        The total number of messages passed to callback routines.

      • getMqgtctl

        java.lang.Long getMqgtctl()
        Getter for field MQGTCTL

        Number of MQCTL requests

        The total number of times the MQCTL command was issued.

      • getMqgtsub

        java.lang.Long getMqgtsub()
        Getter for field MQGTSUB

        Number of MQSUB requests

        The total number of times the MQSUB command was issued.

      • getMqgtsubrq

        java.lang.Long getMqgtsubrq()
        Getter for field MQGTSUBRQ

        Number of MQSUBRQ requests

        The total number of times the MQSUBRQ command was issued.

      • getMqgtstat

        java.lang.Long getMqgtstat()
        Getter for field MQGTSTAT

        Number of MQSTAT requests

        The total number of times the MQSTAT command was issued.

      • getMqgtcrtmh

        java.lang.Long getMqgtcrtmh()
        Getter for field MQGTCRTMH

        Number of MQCRTMH requests

        The total number of times the MQCRTMH command was issued.

      • getMqgtdltmh

        java.lang.Long getMqgtdltmh()
        Getter for field MQGTDLTMH

        Number of MQDLTMH requests

        The total number of times the MQDLTMH command was issued.

      • getMqgtsetmp

        java.lang.Long getMqgtsetmp()
        Getter for field MQGTSETMP

        Number of MQSETMP requests

        The total number of times the MQSETMP command was issued.

      • getMqgtinqmp

        java.lang.Long getMqgtinqmp()
        Getter for field MQGTINQMP

        Number of MQINQMP requests

        The total number of times the MQINQMP command was issued.

      • getMqgtdltmp

        java.lang.Long getMqgtdltmp()
        Getter for field MQGTDLTMP

        Number of MQDLTMP requests

        The total number of times the MQDLTMP command was issued.

      • getMqgtmhbuf

        java.lang.Long getMqgtmhbuf()
        Getter for field MQGTMHBUF

        Number of MQMHBUF requests

        The total number of times the MQMHBUF command was issued.

      • getMqgtbufmh

        java.lang.Long getMqgtbufmh()
        Getter for field MQGTBUFMH

        Number of MQBUFMH requests

        The total number of times the MQBUFMH command was issued.