Interface IWMQConnectionStatistics
-
- All Superinterfaces:
ICICSObject
,ICICSResource
,com.ibm.cics.model.meta.ITypedObject
public interface IWMQConnectionStatistics extends ICICSResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IWMQConnectionStatistics.MqgconnstatValue
Enumeration type for field MQGCONNSTAT
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IWMQConnectionStatisticsReference
getCICSObjectReference()
java.lang.String
getMqconnect()
Getter for field MQCONNECTIWMQConnectionStatistics.MqgconnstatValue
getMqgconnstat()
Getter for field MQGCONNSTATjava.lang.Long
getMqgindbtuow()
Getter for field MQGINDBTUOWjava.lang.String
getMqginitq()
Getter for field MQGINITQjava.lang.String
getMqgmqrelease()
Getter for field MQGMQRELEASEjava.lang.Long
getMqgresbacuw()
Getter for field MQGRESBACUWjava.lang.Long
getMqgrescomuw()
Getter for field MQGRESCOMUWjava.lang.Long
getMqgt2pcomm()
Getter for field MQGT2PCOMMjava.lang.Long
getMqgtapi()
Getter for field MQGTAPIjava.lang.Long
getMqgtapiok()
Getter for field MQGTAPIOKjava.lang.Long
getMqgtbackuow()
Getter for field MQGTBACKUOWjava.lang.Long
getMqgtbufmh()
Getter for field MQGTBUFMHjava.lang.Long
getMqgtcall()
Getter for field MQGTCALLjava.lang.Long
getMqgtcallio()
Getter for field MQGTCALLIOjava.lang.Long
getMqgtcallsync()
Getter for field MQGTCALLSYNCjava.lang.Long
getMqgtcb()
Getter for field MQGTCBjava.lang.Long
getMqgtclose()
Getter for field MQGTCLOSEjava.lang.Long
getMqgtcommuow()
Getter for field MQGTCOMMUOWjava.lang.Long
getMqgtconsume()
Getter for field MQGTCONSUMEjava.lang.Long
getMqgtcrtmh()
Getter for field MQGTCRTMHjava.lang.Long
getMqgtctl()
Getter for field MQGTCTLjava.lang.Long
getMqgtdltmh()
Getter for field MQGTDLTMHjava.lang.Long
getMqgtdltmp()
Getter for field MQGTDLTMPjava.lang.Long
getMqgtfutatt()
Getter for field MQGTFUTATTjava.lang.Long
getMqgtget()
Getter for field MQGTGETjava.lang.Long
getMqgtgetwait()
Getter for field MQGTGETWAITjava.lang.Long
getMqgtinq()
Getter for field MQGTINQjava.lang.Long
getMqgtinqmp()
Getter for field MQGTINQMPjava.lang.Long
getMqgtmhbuf()
Getter for field MQGTMHBUFjava.lang.Long
getMqgtopen()
Getter for field MQGTOPENjava.lang.Long
getMqgtput()
Getter for field MQGTPUTjava.lang.Long
getMqgtput1()
Getter for field MQGTPUT1java.lang.Long
getMqgtset()
Getter for field MQGTSETjava.lang.Long
getMqgtsetmp()
Getter for field MQGTSETMPjava.lang.Long
getMqgtspcomm()
Getter for field MQGTSPCOMMjava.lang.Long
getMqgtstat()
Getter for field MQGTSTATjava.lang.Long
getMqgtsub()
Getter for field MQGTSUBjava.lang.Long
getMqgtsubrq()
Getter for field MQGTSUBRQjava.lang.Long
getMqgtsubtask()
Getter for field MQGTSUBTASKjava.lang.Long
getMqgttaskend()
Getter for field MQGTTASKENDjava.lang.Long
getMqgttasks()
Getter for field MQGTTASKSjava.lang.Long
getMqgtwaitmsg()
Getter for field MQGTWAITMSGjava.lang.Long
getMqgunresuow()
Getter for field MQGUNRESUOWjava.lang.String
getName()
Getter for field MQGQMGRNAMEICICSType<IWMQConnectionStatistics>
getObjectType()
-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
-
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSContainer, getCICSRelease, getRegionName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IWMQConnectionStatistics> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getName
java.lang.String getName()
Getter for field MQGQMGRNAMEMQ queue manager name
The name of the IBM MQ queue manager.
- Specified by:
getName
in interfaceICICSObject
-
getMqgmqrelease
java.lang.String getMqgmqrelease()
Getter for field MQGMQRELEASEMQ Release
The release of the IBM MQ queue manager.
-
getMqgconnstat
IWMQConnectionStatistics.MqgconnstatValue getMqgconnstat()
Getter for field MQGCONNSTATMQ 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 MQGINITQInitiation queue name
The name of the default IBM MQ initiation queue.
-
getMqgttasks
java.lang.Long getMqgttasks()
Getter for field MQGTTASKSNumber of current tasks
The number of current tasks that have issued an IBM MQ call.
-
getMqgtfutatt
java.lang.Long getMqgtfutatt()
Getter for field MQGTFUTATTNumber 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 MQGTAPINumber 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 MQGTAPIOKNumber 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 MQGTCALLNumber of internal MQ calls
The total number of internal calls to IBM MQ on the connection.
-
getMqgtcallsync
java.lang.Long getMqgtcallsync()
Getter for field MQGTCALLSYNCNumber 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 MQGTCALLIONumber 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 MQGTWAITMSGNumber 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 MQGTSUBTASKNumber 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 MQGTOPENNumber of MQOPEN requests
The total number of times the MQOPEN command was issued.
-
getMqgtclose
java.lang.Long getMqgtclose()
Getter for field MQGTCLOSENumber of MQCLOSE requests
The total number of times the MQCLOSE command was issued.
-
getMqgtget
java.lang.Long getMqgtget()
Getter for field MQGTGETNumber of MQGET requests
The total number of times the MQGET command was issued.
-
getMqgtgetwait
java.lang.Long getMqgtgetwait()
Getter for field MQGTGETWAITNumber 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 MQGTPUTNumber of MQPUT requests
The total number of times the MQPUT command was issued.
-
getMqgtput1
java.lang.Long getMqgtput1()
Getter for field MQGTPUT1Number of MQPUT1 requests
The total number of times the MQPUT1 command was issued.
-
getMqgtinq
java.lang.Long getMqgtinq()
Getter for field MQGTINQNumber of MQINQ requests
The total number of times the MQINQ command was issued.
-
getMqgtset
java.lang.Long getMqgtset()
Getter for field MQGTSETNumber of MQSET requests
The total number of times the MQSET command was issued.
-
getMqgindbtuow
java.lang.Long getMqgindbtuow()
Getter for field MQGINDBTUOWNumber 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 MQGUNRESUOWNumber 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 MQGRESCOMUWNumber 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 MQGRESBACUWNumber 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 MQGTBACKUOWNumber 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 MQGTCOMMUOWNumber 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 MQGTTASKENDNumber of tasks
The total number of tasks on the connection.
-
getMqgtspcomm
java.lang.Long getMqgtspcomm()
Getter for field MQGTSPCOMMNumber 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 MQGT2PCOMMNumber 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 MQCONNECTMQ connection name
The name of the CICS-MQ connection definition.
-
getMqgtcb
java.lang.Long getMqgtcb()
Getter for field MQGTCBNumber of MQCB requests
The total number of times the MQCB command was issued.
-
getMqgtconsume
java.lang.Long getMqgtconsume()
Getter for field MQGTCONSUMENumber of messages consumed
The total number of messages passed to callback routines.
-
getMqgtctl
java.lang.Long getMqgtctl()
Getter for field MQGTCTLNumber of MQCTL requests
The total number of times the MQCTL command was issued.
-
getMqgtsub
java.lang.Long getMqgtsub()
Getter for field MQGTSUBNumber of MQSUB requests
The total number of times the MQSUB command was issued.
-
getMqgtsubrq
java.lang.Long getMqgtsubrq()
Getter for field MQGTSUBRQNumber of MQSUBRQ requests
The total number of times the MQSUBRQ command was issued.
-
getMqgtstat
java.lang.Long getMqgtstat()
Getter for field MQGTSTATNumber of MQSTAT requests
The total number of times the MQSTAT command was issued.
-
getMqgtcrtmh
java.lang.Long getMqgtcrtmh()
Getter for field MQGTCRTMHNumber of MQCRTMH requests
The total number of times the MQCRTMH command was issued.
-
getMqgtdltmh
java.lang.Long getMqgtdltmh()
Getter for field MQGTDLTMHNumber of MQDLTMH requests
The total number of times the MQDLTMH command was issued.
-
getMqgtsetmp
java.lang.Long getMqgtsetmp()
Getter for field MQGTSETMPNumber of MQSETMP requests
The total number of times the MQSETMP command was issued.
-
getMqgtinqmp
java.lang.Long getMqgtinqmp()
Getter for field MQGTINQMPNumber of MQINQMP requests
The total number of times the MQINQMP command was issued.
-
getMqgtdltmp
java.lang.Long getMqgtdltmp()
Getter for field MQGTDLTMPNumber of MQDLTMP requests
The total number of times the MQDLTMP command was issued.
-
getMqgtmhbuf
java.lang.Long getMqgtmhbuf()
Getter for field MQGTMHBUFNumber of MQMHBUF requests
The total number of times the MQMHBUF command was issued.
-
getMqgtbufmh
java.lang.Long getMqgtbufmh()
Getter for field MQGTBUFMHNumber of MQBUFMH requests
The total number of times the MQBUFMH command was issued.
-
getCICSObjectReference
IWMQConnectionStatisticsReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICICSResource
-
-