public interface IWMQMonitor extends ICICSResource
Modifier and Type | Interface and Description |
---|---|
static class |
IWMQMonitor.AutostartStatusValue
Enumeration type for field AUTOSTATUS
|
static class |
IWMQMonitor.EnabledStatusValue
Enumeration type for field ENABLESTATUS
|
static class |
IWMQMonitor.InstallationAgentValue
Enumeration type for field INSTALLAGENT
|
static class |
IWMQMonitor.LastModificationAgentValue
Enumeration type for field CHANGEAGENT
|
static class |
IWMQMonitor.MonitorStatusValue
Enumeration type for field MONSTATUS
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
IWMQMonitor.AutostartStatusValue |
getAutostartStatus()
Getter for field AUTOSTATUS
|
java.lang.Long |
getBasResourceDefinitionVersion()
Getter for field BASDEFINEVER
|
IWMQMonitorReference |
getCICSObjectReference() |
java.util.Date |
getCreationTime()
Getter for field DEFINETIME
|
IWMQMonitor.EnabledStatusValue |
getEnabledStatus()
Getter for field ENABLESTATUS
|
java.util.Date |
getGMTStartTime()
Getter for field MQRGMTSTART
|
java.util.Date |
getGMTStopTime()
Getter for field MQRGMTSTOP
|
IWMQMonitor.InstallationAgentValue |
getInstallationAgent()
Getter for field INSTALLAGENT
|
java.util.Date |
getInstallationTime()
Getter for field INSTALLTIME
|
java.lang.String |
getInstallationUserId()
Getter for field INSTALLUSRID
|
IWMQMonitor.LastModificationAgentValue |
getLastModificationAgent()
Getter for field CHANGEAGENT
|
java.lang.String |
getLastModificationAgentRelease()
Getter for field CHANGEAGREL
|
java.util.Date |
getLastModificationTime()
Getter for field CHANGETIME
|
java.lang.String |
getLastModificationUserId()
Getter for field CHANGEUSRID
|
java.util.Date |
getLocalStartTime()
Getter for field MQRLCLSTART
|
java.util.Date |
getLocalStopTime()
Getter for field MQRLCLSTOP
|
java.lang.String |
getMonitorData()
Getter for field MONDATA
|
IWMQMonitor.MonitorStatusValue |
getMonitorStatus()
Getter for field MONSTATUS
|
java.lang.String |
getMonitorTransaction()
Getter for field TRANSACTION
|
java.lang.String |
getMonitorUserId()
Getter for field MONUSERID
|
java.lang.String |
getMQMonName()
Getter for field NAME
|
java.lang.String |
getMqQueueName()
Getter for field QNAME
|
java.lang.String |
getMqrqname()
Getter for field MQRQNAME
|
java.lang.Long |
getMqrtother()
Getter for field MQRTOTHER
|
java.lang.Long |
getNumberOfBackoutUnitsOfWork()
Getter for field MQRTBACKUOW
|
java.lang.Long |
getNumberOfCommittedUnitsOfWork()
Getter for field MQRTCOMMUOW
|
java.lang.Long |
getNumberOfMQCLOSERequests()
Getter for field MQRTCLOSE
|
java.lang.Long |
getNumberOfMQGETRequests()
Getter for field MQRTGET
|
java.lang.Long |
getNumberOfMQGETWithWaitRequests()
Getter for field MQRTGETWAIT
|
java.lang.Long |
getNumberOfMQINQLRequests()
Getter for field MQRTINQL
|
java.lang.Long |
getNumberOfMQINQRequests()
Getter for field MQRTINQ
|
java.lang.Long |
getNumberOfMQOPENRequests()
Getter for field MQRTOPEN
|
java.lang.Long |
getNumberOfMQPUT1Requests()
Getter for field MQRTPUT1
|
java.lang.Long |
getNumberOfMQPUTRequests()
Getter for field MQRTPUT
|
java.lang.Long |
getNumberOfMQSETRequests()
Getter for field MQRTSET
|
ICICSType<IWMQMonitor> |
getObjectType() |
java.lang.String |
getSourceOfTheResourceDefinition()
Getter for field DEFINESOURCE
|
java.lang.String |
getTargetUserId()
Getter for field USERID
|
java.lang.String |
getTaskId()
Getter for field TASKID
|
getCICSContainer, getCICSRelease, getRegionName
getCICSType, getName
ICICSType<IWMQMonitor> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getMQMonName()
MQ monitor resource name
The name of the IBM MQ monitor resource.
java.lang.String getMqQueueName()
MQ queue name
The name of the IBM MQ queue that is being monitored.
IWMQMonitor.AutostartStatusValue getAutostartStatus()
Autostart status
Specifies if the queue monitoring transaction is to be automatically started when the connection to the MQ Queue manager is established.
IWMQMonitor.EnabledStatusValue getEnabledStatus()
Enabled status
The enabled / disabled status of the MQMonitor.
IWMQMonitor.MonitorStatusValue getMonitorStatus()
Monitor status
The current activity status of the MQMonitor.
java.lang.String getMonitorTransaction()
Monitor transaction
Transaction used by the task monitoring the MQ queue.
java.lang.String getMonitorUserId()
Monitor userid
Userid to be used by the task monitoring the MQ queue.
java.lang.String getTargetUserId()
Target userid
Userid to be used by the task started by the MQ monitoring task when no userid has been supplied by the application.
java.lang.String getMonitorData()
Monitor data
Data to be passed to the transaction monitoring the MQ queue. For user written MQMONITORs this data is prefixed as follows :
java.lang.String getTaskId()
Task number
Task number of the task monitoring the MQ queue.
java.lang.String getMqrqname()
MQ queue name
The name of the IBM MQ queue.
java.lang.Long getNumberOfMQOPENRequests()
Number of MQOPEN requests
The total number of times the MQOPEN command was issued.
java.lang.Long getNumberOfMQCLOSERequests()
Number of MQCLOSE requests
The total number of times the MQCLOSE command was issued.
java.lang.Long getNumberOfMQGETRequests()
Number of MQGET requests
The total number of times the MQGET command was issued.
java.lang.Long getNumberOfMQGETWithWaitRequests()
Number of MQGET with wait requests
The total number of times the MQGET command was issued with the MQGMO_WAIT option.
java.lang.Long getNumberOfMQPUTRequests()
Number of MQPUT requests
The total number of times the MQPUT command was issued.
java.lang.Long getNumberOfMQPUT1Requests()
Number of MQPUT1 requests
The total number of times the MQPUT1 command was issued.
java.lang.Long getNumberOfMQINQRequests()
Number of MQINQ requests
The total number of times the MQINQ command was issued.
java.lang.Long getNumberOfMQINQLRequests()
Number of MQINQL requests
The total number of times the MQINQL command was issued.
java.lang.Long getNumberOfMQSETRequests()
Number of MQSET requests
The total number of times the MQSET command was issued.
java.lang.Long getNumberOfCommittedUnitsOfWork()
Number of committed units of work
The total number of UOWs on the connection which were resolved by a commit.
java.lang.Long getNumberOfBackoutUnitsOfWork()
Number of backout units of work
The total number of UOWs on the connection which were resolved by a backout.
java.lang.Long getMqrtother()
Number of other MQ calls
The total number of other MQ calls.
java.util.Date getGMTStartTime()
GMT start time
The GMT date and time when the CICS MQ monitor started.
java.util.Date getLocalStartTime()
Local start time
The local date and time when the CICS MQ monitor started.
java.util.Date getGMTStopTime()
GMT stop time
The GMT date and time when the CICS MQ monitor stopped.
java.util.Date getLocalStopTime()
Local stop time
The local date and time when the CICS MQ monitor stopped.
java.lang.String getLastModificationUserId()
Last modification user ID
The user ID that made the last modification to the resource definition.
IWMQMonitor.LastModificationAgentValue getLastModificationAgent()
Last modification agent
The change agent identifier that made the last modification.
java.lang.String getLastModificationAgentRelease()
Last modification agent release
The CICS release level of the agent that made the last modification to the resource definition.
java.util.Date getLastModificationTime()
Last modification time
The local date and time when the definition was last changed.
java.lang.String getSourceOfTheResourceDefinition()
Source of the resource definition
The source of the definition, depending on which agent made the last change.
java.util.Date getCreationTime()
Creation time
The local date and time when the resource definition record was created on DFHCSD or EYUDREP.
java.lang.String getInstallationUserId()
Installation user ID
The user ID that installed the resource definition.
java.util.Date getInstallationTime()
Installation time
The local date and time when the definition was installed.
IWMQMonitor.InstallationAgentValue getInstallationAgent()
Installation agent
The install agent identifier that made the installation.
java.lang.Long getBasResourceDefinitionVersion()
BAS resource definition version
The BAS version number of this definition.
IWMQMonitorReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICICSResource
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.