com.ibm.mq
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.JmqiObjectClass used for chaining send and receive user exits. It is not used directly but is used by MQReceiveExitChain and MQSendExitChain.
-
-
Constructor Summary
Constructors Constructor and Description MQExitChain()Constructor that creates an object with no exits defined.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.ListgetExitChain()Gets the exits which have been chained by this object.intgetReasonCode()Gets the reason code created in the most recent use of this object.
-