MQReceiveExitChain

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

Chains receive exits together. The exits are of class MQReceiveExit ; as well as exits written in Java, this includes non-Java receive exits made available by means of the MQExternalReceiveExit class.

Constructors

MQReceiveExitChain

public MQReceiveExitChain();

The default constructor. Creates a Receive Exit Chain.

MQReceiveExitChain

public MQReceiveExitChain(List collection);

Constructor.

Parameters

Methods

receiveExit

public byte[] receiveExit(MQChannelExit channelExitParms, 
                          MQChannelDefinition channelDefinition, 
                          byte[] agentBuffer);

Calls the receive exit. This is normally made by the Java client code.

Parameters
Returns

setExitChain

public void setExitChain(List collection);

Inserts a collection of receive exits into the chain.

Parameters