public interface IWMQMonitorDefinition extends ICICSDefinition
Modifier and Type | Interface and Description |
---|---|
static class |
IWMQMonitorDefinition.AutostartValue
Enumeration type for field AUTOSTART
|
static class |
IWMQMonitorDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENT
|
static class |
IWMQMonitorDefinition.EnabledStatusValue
Enumeration type for field STATUS
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
IWMQMonitorDefinition.AutostartValue |
getAutostart()
Getter for field AUTOSTART
|
IWMQMonitorDefinition.ChangeAgentValue |
getChangeAgent()
Getter for field CHANGEAGENT
|
ICICSDefinitionReference<IWMQMonitorDefinition> |
getCICSObjectReference() |
IWMQMonitorDefinition.EnabledStatusValue |
getEnabledStatus()
Getter for field STATUS
|
java.lang.String |
getMonitorData()
Getter for field MONDATA
|
java.lang.String |
getMonitorTransaction()
Getter for field TRANSACTION
|
java.lang.String |
getMonitorUserId()
Getter for field MONUSERID
|
java.lang.String |
getMqQueueName()
Getter for field QNAME
|
ICICSType<IWMQMonitorDefinition> |
getObjectType() |
java.lang.String |
getTargetUserId()
Getter for field USERID
|
java.lang.String |
getUserDataArea1()
Getter for field USERDATA1
|
java.lang.String |
getUserDataArea2()
Getter for field USERDATA2
|
java.lang.String |
getUserDataArea3()
Getter for field USERDATA3
|
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime, getCSDGroup, getDescription, getVersion
getCICSType, getName
ICICSType<IWMQMonitorDefinition> getObjectType()
getObjectType
in interface ICICSDefinition
getObjectType
in interface ICICSObject
getObjectType
in interface IDefinition
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
IWMQMonitorDefinition.ChangeAgentValue getChangeAgent()
Last modification agent
The change agent identifier that made the last modification.
java.lang.String getMqQueueName()
MQ queue name
The 1-48 character name of the IBM MQ queue for this IBM MQ Monitor.
IWMQMonitorDefinition.AutostartValue getAutostart()
Autostart status
Specifies if the queue monitoring transaction is to be automatically started when the connection to the MQ Queue manager is established.
IWMQMonitorDefinition.EnabledStatusValue getEnabledStatus()
Enabled status
The enabled / disabled 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.
java.lang.String getUserDataArea1()
User data area 1
Optional string of up to 8 characters that provides additional site specific data related to the resource definition.
java.lang.String getUserDataArea2()
User data area 2
Optional string of up to 8 characters that provides additional site specific data related to the resource definition.
java.lang.String getUserDataArea3()
User data area 3
Optional string of up to 8 characters that provides additional site specific data related to the resource definition.
ICICSDefinitionReference<IWMQMonitorDefinition> getCICSObjectReference()
getCICSObjectReference
in interface ICICSDefinition
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface IDefinition
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.