com.ibm.mq
Class MQExitChain

java.lang.Object
  |
  +--com.ibm.mq.MQExitChain
Direct Known Subclasses:
MQReceiveExitChain, MQSendExitChain

public class MQExitChain
extends java.lang.Object

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


Constructor Summary
MQExitChain()
          Constructor that creates an object with no exits defined.
 
Method Summary
 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 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. See MQException.MQCC_XXX.

(c) Copyright IBM Corp. 2005. All Rights Reserved.