Interface IWMQMonitorDefinition
-
- All Superinterfaces:
ICICSDefinition,ICICSObject,IDefinition,com.ibm.cics.model.meta.ITypedObject
public interface IWMQMonitorDefinition extends ICICSDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIWMQMonitorDefinition.AutostartValueEnumeration type for field AUTOSTARTstatic classIWMQMonitorDefinition.ChangeAgentValueEnumeration type for field CHANGEAGENTstatic classIWMQMonitorDefinition.EnabledStatusValueEnumeration type for field STATUS
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSDefinition
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IWMQMonitorDefinition.AutostartValuegetAutostart()Getter for field AUTOSTARTIWMQMonitorDefinition.ChangeAgentValuegetChangeAgent()Getter for field CHANGEAGENTICICSDefinitionReference<IWMQMonitorDefinition>getCICSObjectReference()IWMQMonitorDefinition.EnabledStatusValuegetEnabledStatus()Getter for field STATUSjava.lang.StringgetMonitorData()Getter for field MONDATAjava.lang.StringgetMonitorTransaction()Getter for field TRANSACTIONjava.lang.StringgetMonitorUserId()Getter for field MONUSERIDjava.lang.StringgetMqQueueName()Getter for field QNAMEICICSType<IWMQMonitorDefinition>getObjectType()java.lang.StringgetTargetUserId()Getter for field USERIDjava.lang.StringgetUserDataArea1()Getter for field USERDATA1java.lang.StringgetUserDataArea2()Getter for field USERDATA2java.lang.StringgetUserDataArea3()Getter for field USERDATA3-
Methods inherited from interface com.ibm.cics.model.ICICSDefinition
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime, getCSDGroup, getDescription, getVersion
-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IWMQMonitorDefinition> getObjectType()
- Specified by:
getObjectTypein interfaceICICSDefinition- Specified by:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfaceIDefinition- Specified by:
getObjectTypein interfacecom.ibm.cics.model.meta.ITypedObject
-
getChangeAgent
IWMQMonitorDefinition.ChangeAgentValue getChangeAgent()
Getter for field CHANGEAGENTLast modification agent
The change agent identifier that made the last modification.
- CSDAPI - The resource was last changed by a CEDA transaction, by the programmable interface to DFHEDAP or by an EXEC CICS CSD command.
- CSDBATCH - The resource was last changed by a DFHCSDUP job.
- DREPAPI - Resource was last changed by a CICSPlex SM API command.
-
getMqQueueName
java.lang.String getMqQueueName()
Getter for field QNAMEMQ queue name
The 1-48 character name of the IBM MQ queue for this IBM MQ Monitor.
-
getAutostart
IWMQMonitorDefinition.AutostartValue getAutostart()
Getter for field AUTOSTARTAutostart status
Specifies if the queue monitoring transaction is to be automatically started when the connection to the MQ Queue manager is established.
-
getEnabledStatus
IWMQMonitorDefinition.EnabledStatusValue getEnabledStatus()
Getter for field STATUSEnabled status
The enabled / disabled status of the MQMonitor.
-
getMonitorTransaction
java.lang.String getMonitorTransaction()
Getter for field TRANSACTIONMonitor transaction
Transaction used by the task monitoring the MQ queue.
-
getMonitorUserId
java.lang.String getMonitorUserId()
Getter for field MONUSERIDMonitor userid
Userid to be used by the task monitoring the MQ queue.
-
getTargetUserId
java.lang.String getTargetUserId()
Getter for field USERIDTarget userid
Userid to be used by the task started by the MQ monitoring task when no userid has been supplied by the application.
-
getMonitorData
java.lang.String getMonitorData()
Getter for field MONDATAMonitor data
Data to be passed to the transaction monitoring the MQ queue.
-
getUserDataArea1
java.lang.String getUserDataArea1()
Getter for field USERDATA1User data area 1
Optional string of up to 8 characters that provides additional site specific data related to the resource definition.
-
getUserDataArea2
java.lang.String getUserDataArea2()
Getter for field USERDATA2User data area 2
Optional string of up to 8 characters that provides additional site specific data related to the resource definition.
-
getUserDataArea3
java.lang.String getUserDataArea3()
Getter for field USERDATA3User data area 3
Optional string of up to 8 characters that provides additional site specific data related to the resource definition.
-
getCICSObjectReference
ICICSDefinitionReference<IWMQMonitorDefinition> getCICSObjectReference()
- Specified by:
getCICSObjectReferencein interfaceICICSDefinition- Specified by:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceIDefinition
-
-