|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
public MQExitChain()
Method Detail |
public java.util.List getExitChain()
public int getReasonCode()
MQException.MQCC_XXX
.
|
(c) Copyright IBM Corp. 2005. All Rights Reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |