MQExitChain

public class MQExitChain
extends Object
java.lang.Object
   |
   +----com.ibm.mq.MQExitChain
          

Class used for chaining send and receive user exits. It is not used directly but is used by MQReceiveExitChain and MQSendExitChain .

Constructors

MQExitChain

public MQExitChain();

Constructor creates an object with no exits defined.

Methods

getExitChain

public List getExitChain();

Gets the exits which have been chained by this object.

Returns

getReasonCode

public int getReasonCode();

Gets the reason code created in the most recent use of this object.

Returns