Class MQExitChain
java.lang.Object
com.ibm.mq.jmqi.JmqiObject
com.ibm.mq.MQExitChain
- Direct Known Subclasses:
MQReceiveExitChain, MQSendExitChain
public class MQExitChain
extends com.ibm.mq.jmqi.JmqiObject
Class used for chaining send and receive user exits. It is not used directly but is used by
MQReceiveExitChain and MQSendExitChain.
-
Field Summary
Fields inherited from class com.ibm.mq.jmqi.JmqiObject
COMP_JM, COMP_JN, COMP_JO -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the exits which have been chained by this object.intGets the reason code created in the most recent use of this object.Methods inherited from class com.ibm.mq.jmqi.JmqiObject
getJmqiEnvironment
-
Constructor Details
-
MQExitChain
public MQExitChain()Constructor that creates an object with no exits defined.
-
-
Method Details
-
getExitChain
Gets the exits which have been chained by this object.- Returns:
- the exits as a List object.
-
getReasonCode
public int getReasonCode()Gets the reason code created in the most recent use of this object.- Returns:
- the reason code.
-