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
    Constructor
    Description
    Constructor that creates an object with no exits defined.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the exits which have been chained by this object.
    int
    Gets the reason code created in the most recent use of this object.

    Methods inherited from class com.ibm.mq.jmqi.JmqiObject

    getJmqiEnvironment

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MQExitChain

      public MQExitChain()
      Constructor that creates an object with no exits defined.
  • Method Details

    • getExitChain

      public List 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.