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 classIWMQConnectionStatistics.MqgconnstatValueEnumeration 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 IWMQConnectionStatisticsReferencegetCICSObjectReference()java.lang.StringgetMqconnect()Getter for field MQCONNECTIWMQConnectionStatistics.MqgconnstatValuegetMqgconnstat()Getter for field MQGCONNSTATjava.lang.LonggetMqgindbtuow()Getter for field MQGINDBTUOWjava.lang.StringgetMqginitq()Getter for field MQGINITQjava.lang.StringgetMqgmqrelease()Getter for field MQGMQRELEASEjava.lang.LonggetMqgresbacuw()Getter for field MQGRESBACUWjava.lang.LonggetMqgrescomuw()Getter for field MQGRESCOMUWjava.lang.LonggetMqgt2pcomm()Getter for field MQGT2PCOMMjava.lang.LonggetMqgtapi()Getter for field MQGTAPIjava.lang.LonggetMqgtapiok()Getter for field MQGTAPIOKjava.lang.LonggetMqgtbackuow()Getter for field MQGTBACKUOWjava.lang.LonggetMqgtbufmh()Getter for field MQGTBUFMHjava.lang.LonggetMqgtcall()Getter for field MQGTCALLjava.lang.LonggetMqgtcallio()Getter for field MQGTCALLIOjava.lang.LonggetMqgtcallsync()Getter for field MQGTCALLSYNCjava.lang.LonggetMqgtcb()Getter for field MQGTCBjava.lang.LonggetMqgtclose()Getter for field MQGTCLOSEjava.lang.LonggetMqgtcommuow()Getter for field MQGTCOMMUOWjava.lang.LonggetMqgtconsume()Getter for field MQGTCONSUMEjava.lang.LonggetMqgtcrtmh()Getter for field MQGTCRTMHjava.lang.LonggetMqgtctl()Getter for field MQGTCTLjava.lang.LonggetMqgtdltmh()Getter for field MQGTDLTMHjava.lang.LonggetMqgtdltmp()Getter for field MQGTDLTMPjava.lang.LonggetMqgtfutatt()Getter for field MQGTFUTATTjava.lang.LonggetMqgtget()Getter for field MQGTGETjava.lang.LonggetMqgtgetwait()Getter for field MQGTGETWAITjava.lang.LonggetMqgtinq()Getter for field MQGTINQjava.lang.LonggetMqgtinqmp()Getter for field MQGTINQMPjava.lang.LonggetMqgtmhbuf()Getter for field MQGTMHBUFjava.lang.LonggetMqgtopen()Getter for field MQGTOPENjava.lang.LonggetMqgtput()Getter for field MQGTPUTjava.lang.LonggetMqgtput1()Getter for field MQGTPUT1java.lang.LonggetMqgtset()Getter for field MQGTSETjava.lang.LonggetMqgtsetmp()Getter for field MQGTSETMPjava.lang.LonggetMqgtspcomm()Getter for field MQGTSPCOMMjava.lang.LonggetMqgtstat()Getter for field MQGTSTATjava.lang.LonggetMqgtsub()Getter for field MQGTSUBjava.lang.LonggetMqgtsubrq()Getter for field MQGTSUBRQjava.lang.LonggetMqgtsubtask()Getter for field MQGTSUBTASKjava.lang.LonggetMqgttaskend()Getter for field MQGTTASKENDjava.lang.LonggetMqgttasks()Getter for field MQGTTASKSjava.lang.LonggetMqgtwaitmsg()Getter for field MQGTWAITMSGjava.lang.LonggetMqgunresuow()Getter for field MQGUNRESUOWjava.lang.StringgetName()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:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein 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:
getNamein 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:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICICSResource
-
-