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.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 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.List getExitChain()
      Gets the exits which have been chained by this object.
      int getReasonCode()
      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 java.lang.Object

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

      • MQExitChain

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

      • getExitChain

        public java.util.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.
(c) Copyright IBM Corp. 2008, 2016. All Rights Reserved.