com.ibm.mq.headers.pcf
Class PCFMessageAgentResponseTracker
- java.lang.Object
-
- com.ibm.mq.headers.pcf.PCFMessageAgentResponseTracker
-
public abstract class PCFMessageAgentResponseTracker extends java.lang.Object
General class to track responses to PCF commands
-
-
Constructor Summary
Constructors Constructor and Description PCFMessageAgentResponseTracker()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method and Description static PCFMessageAgentResponseTracker
getInstance(boolean isZos)
abstract boolean
isLast(PCFMessage response)
-
-
-
Method Detail
-
isLast
public abstract boolean isLast(PCFMessage response) throws MQDataException, java.io.IOException
- Parameters:
response
-- Returns:
- true if this is the last response
- Throws:
MQDataException
java.io.IOException
-
getInstance
public static PCFMessageAgentResponseTracker getInstance(boolean isZos)
- Parameters:
isZos
-- Returns:
- a suitable tracker instance
-
-