Class PCFMessageAgentResponseTracker
java.lang.Object
com.ibm.mq.headers.pcf.PCFMessageAgentResponseTracker
General class to track responses to PCF commands
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInstance(boolean isZos) abstract booleanisLast(PCFMessage response)
-
Constructor Details
-
PCFMessageAgentResponseTracker
public PCFMessageAgentResponseTracker()
-
-
Method Details
-
isLast
- Parameters:
response- PCFMessage containing response- Returns:
- true if this is the last response
- Throws:
MQDataException- if there is MQ PCF errorIOException- if an error occurs reading message
-
getInstance
- Parameters:
isZos- true if the platform is z/OS- Returns:
- a suitable tracker instance
-