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 class
IWMQMonitorDefinition.AutostartValue
Enumeration type for field AUTOSTARTstatic class
IWMQMonitorDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENTstatic class
IWMQMonitorDefinition.EnabledStatusValue
Enumeration 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.AutostartValue
getAutostart()
Getter for field AUTOSTARTIWMQMonitorDefinition.ChangeAgentValue
getChangeAgent()
Getter for field CHANGEAGENTICICSDefinitionReference<IWMQMonitorDefinition>
getCICSObjectReference()
IWMQMonitorDefinition.EnabledStatusValue
getEnabledStatus()
Getter for field STATUSjava.lang.String
getMonitorData()
Getter for field MONDATAjava.lang.String
getMonitorTransaction()
Getter for field TRANSACTIONjava.lang.String
getMonitorUserId()
Getter for field MONUSERIDjava.lang.String
getMqQueueName()
Getter for field QNAMEICICSType<IWMQMonitorDefinition>
getObjectType()
java.lang.String
getTargetUserId()
Getter for field USERIDjava.lang.String
getUserDataArea1()
Getter for field USERDATA1java.lang.String
getUserDataArea2()
Getter for field USERDATA2java.lang.String
getUserDataArea3()
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:
getObjectType
in interfaceICICSDefinition
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceIDefinition
- Specified by:
getObjectType
in 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:
getCICSObjectReference
in interfaceICICSDefinition
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-