|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWMQConnectionStatistics
generated from CICS resourcetable MQCONN
Nested Class Summary | |
---|---|
static class |
IWMQConnectionStatistics.MqgconnstatValue
Enumeration type for field MQGCONNSTAT |
Method Summary | |
---|---|
java.lang.String |
getMqconnect()
Getter for field MQCONNECT |
IWMQConnectionStatistics.MqgconnstatValue |
getMqgconnstat()
Getter for field MQGCONNSTAT |
java.lang.Long |
getMqgindbtuow()
Getter for field MQGINDBTUOW |
java.lang.String |
getMqginitq()
Getter for field MQGINITQ |
java.lang.String |
getMqgmqrelease()
Getter for field MQGMQRELEASE |
java.lang.Long |
getMqgresbacuw()
Getter for field MQGRESBACUW |
java.lang.Long |
getMqgrescomuw()
Getter for field MQGRESCOMUW |
java.lang.Long |
getMqgt2pcomm()
Getter for field MQGT2PCOMM |
java.lang.Long |
getMqgtapi()
Getter for field MQGTAPI |
java.lang.Long |
getMqgtapiok()
Getter for field MQGTAPIOK |
java.lang.Long |
getMqgtbackuow()
Getter for field MQGTBACKUOW |
java.lang.Long |
getMqgtbufmh()
Getter for field MQGTBUFMH |
java.lang.Long |
getMqgtcall()
Getter for field MQGTCALL |
java.lang.Long |
getMqgtcallio()
Getter for field MQGTCALLIO |
java.lang.Long |
getMqgtcallsync()
Getter for field MQGTCALLSYNC |
java.lang.Long |
getMqgtcb()
Getter for field MQGTCB |
java.lang.Long |
getMqgtclose()
Getter for field MQGTCLOSE |
java.lang.Long |
getMqgtcommuow()
Getter for field MQGTCOMMUOW |
java.lang.Long |
getMqgtconsume()
Getter for field MQGTCONSUME |
java.lang.Long |
getMqgtcrtmh()
Getter for field MQGTCRTMH |
java.lang.Long |
getMqgtctl()
Getter for field MQGTCTL |
java.lang.Long |
getMqgtdltmh()
Getter for field MQGTDLTMH |
java.lang.Long |
getMqgtdltmp()
Getter for field MQGTDLTMP |
java.lang.Long |
getMqgtfutatt()
Getter for field MQGTFUTATT |
java.lang.Long |
getMqgtget()
Getter for field MQGTGET |
java.lang.Long |
getMqgtgetwait()
Getter for field MQGTGETWAIT |
java.lang.Long |
getMqgtinq()
Getter for field MQGTINQ |
java.lang.Long |
getMqgtinqmp()
Getter for field MQGTINQMP |
java.lang.Long |
getMqgtmhbuf()
Getter for field MQGTMHBUF |
java.lang.Long |
getMqgtopen()
Getter for field MQGTOPEN |
java.lang.Long |
getMqgtput()
Getter for field MQGTPUT |
java.lang.Long |
getMqgtput1()
Getter for field MQGTPUT1 |
java.lang.Long |
getMqgtset()
Getter for field MQGTSET |
java.lang.Long |
getMqgtsetmp()
Getter for field MQGTSETMP |
java.lang.Long |
getMqgtspcomm()
Getter for field MQGTSPCOMM |
java.lang.Long |
getMqgtstat()
Getter for field MQGTSTAT |
java.lang.Long |
getMqgtsub()
Getter for field MQGTSUB |
java.lang.Long |
getMqgtsubrq()
Getter for field MQGTSUBRQ |
java.lang.Long |
getMqgtsubtask()
Getter for field MQGTSUBTASK |
java.lang.Long |
getMqgttaskend()
Getter for field MQGTTASKEND |
java.lang.Long |
getMqgttasks()
Getter for field MQGTTASKS |
java.lang.Long |
getMqgtwaitmsg()
Getter for field MQGTWAITMSG |
java.lang.Long |
getMqgunresuow()
Getter for field MQGUNRESUOW |
java.lang.String |
getName()
Getter for field MQGQMGRNAME |
Methods inherited from interface com.ibm.cics.model.ICICSResource |
---|
getCICSRelease, getRegionName |
Method Detail |
---|
java.lang.String getName()
MQ queue manager name
The name of the WebSphere MQ queue manager.
getName
in interface ICICSObject
java.lang.String getMqgmqrelease()
MQ Release
The release of the WebSphere MQ queue manager.
IWMQConnectionStatistics.MqgconnstatValue getMqgconnstat()
MQ connection status
Indicates the status of the connection between this CICS system and WebSphere MQ:
java.lang.String getMqginitq()
Initiation queue name
The name of the default WebSphere MQ initiation queue.
java.lang.Long getMqgttasks()
Number of current tasks
The number of current tasks that have issued a WebSphere MQ call.
java.lang.Long getMqgtfutatt()
Number of MQ API calls when MQ was not connected
The total number of WebSphere MQ API calls that were made when the connection status was 'NOTCONNECTED' (that is, futile attempts). When CICS connects to WebSphere MQ, this number is reset to zero.
java.lang.Long getMqgtapi()
Number of MQ API calls since MQ connected
The total number of WebSphere MQ API calls that have been made since CICS connected to WebSphere MQ.
java.lang.Long getMqgtapiok()
Number of MQ API calls completed successfully
The total number of WebSphere MQ API calls that completed successfully.
java.lang.Long getMqgtcall()
Number of internal MQ calls
The total number of internal calls to WebSphere MQ on the connection.
java.lang.Long getMqgtcallsync()
Number of MQ calls that completed synchronously
The total number of WebSphere MQ API calls that completed synchronously.
java.lang.Long getMqgtcallio()
Number of MQ calls that needed I/O
The total number of WebSphere MQ API calls that required I/O to complete.
java.lang.Long getMqgtwaitmsg()
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.
java.lang.Long getMqgtsubtask()
Number of MQ calls that had a TCB switch
The total number of WebSphere MQ API calls that involved a TCB switch.
java.lang.Long getMqgtopen()
Number of MQOPEN requests
The total number of times the MQOPEN command was issued.
java.lang.Long getMqgtclose()
Number of MQCLOSE requests
The total number of times the MQCLOSE command was issued.
java.lang.Long getMqgtget()
Number of MQGET requests
The total number of times the MQGET command was issued.
java.lang.Long getMqgtgetwait()
Number of MQGET with wait requests
The total number of times the MQGET command was issued with the MQGMO_WAIT option.
java.lang.Long getMqgtput()
Number of MQPUT requests
The total number of times the MQPUT command was issued.
java.lang.Long getMqgtput1()
Number of MQPUT1 requests
The total number of times the MQPUT1 command was issued.
java.lang.Long getMqgtinq()
Number of MQINQ requests
The total number of times the MQINQ command was issued.
java.lang.Long getMqgtset()
Number of MQSET requests
The total number of times the MQSET command was issued.
java.lang.Long getMqgindbtuow()
Number of indoubt units of work
The total number of UOWs that were indoubt at startup of the WebSphere MQ adapter.
java.lang.Long getMqgunresuow()
Number of unresolved units of work
The number of UOWs that were indoubt at startup of the WebSphere MQ adapter, and could not be resolved because the CICS system was cold started.
java.lang.Long getMqgrescomuw()
Number of resolved committed units of work
The number of UOWs that were indoubt at startup of the WebSphere MQ adapter, and were resolved by a commit.
java.lang.Long getMqgresbacuw()
Number of resolved backout units of work
The number of UOWs that were indoubt at startup of the WebSphere MQ adapter, and were resolved by a backout.
java.lang.Long getMqgtbackuow()
Number of backout units of work
The total number of UOWs on the connection which were resolved by a backout.
java.lang.Long getMqgtcommuow()
Number of committed units of work
The total number of UOWs on the connection which were resolved by a commit.
java.lang.Long getMqgttaskend()
Number of tasks
The total number of tasks on the connection.
java.lang.Long getMqgtspcomm()
Number of single phase commit operations
The total number of single phase commits for UOWs on the connection.
java.lang.Long getMqgt2pcomm()
Number of two phase commit operations
The total number of two phase commits for UOWs on the connection.
java.lang.String getMqconnect()
MQ connection name
The name of the CICS-MQ connection definition.
java.lang.Long getMqgtcb()
Number of MQCB requests
The total number of times the MQCB command was issued.
java.lang.Long getMqgtconsume()
Number of Callback routine invocations
The total number of times the MQ Callback routine was invoked.
java.lang.Long getMqgtctl()
Number of MQCTL requests
The total number of times the MQCTL command was issued.
java.lang.Long getMqgtsub()
Number of MQSUB requests
The total number of times the MQSUB command was issued.
java.lang.Long getMqgtsubrq()
Number of MQSUBRQ requests
The total number of times the MQSUBRQ command was issued.
java.lang.Long getMqgtstat()
Number of MQSTAT requests
The total number of times the MQSTAT command was issued.
java.lang.Long getMqgtcrtmh()
Number of MQCRTMH requests
The total number of times the MQCRTMH command was issued.
java.lang.Long getMqgtdltmh()
Number of MQDLTMH requests
The total number of times the MQDLTMH command was issued.
java.lang.Long getMqgtsetmp()
Number of MQSETMP requests
The total number of times the MQSETMP command was issued.
java.lang.Long getMqgtinqmp()
Number of MQINQMP requests
The total number of times the MQINQMP command was issued.
java.lang.Long getMqgtdltmp()
Number of MQDLTMP requests
The total number of times the MQDLTMP command was issued.
java.lang.Long getMqgtmhbuf()
Number of MQMHBUF requests
The total number of times the MQMHBUF command was issued.
java.lang.Long getMqgtbufmh()
Number of MQBUFMH requests
The total number of times the MQNUFMH command was issued.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |