java.lang.Object | +----com.ibm.mq.MQExitChain | +----com.ibm.mq.MQSendExitChain
Chains send exits together. The exits are of class MQSendExit; as well as exits written in Java, this includes non-Java send exits made available by means of the MQExternalSendExit class.
public MQSendExitChain();
The default constructor. Creates a Send Exit Chain. Use setExitChain() to add an exit chain.
public MQSendExitChain(List collection);
Constructor which defines the send exits which are to be chained.
public byte[] sendExit(MQChannelExit channelExitParms, MQChannelDefinition channelDefinition, byte[] agentBuffer);
Calls the send exit. This is normally made by the Java client code.
public void setExitChain(List collection);
Inserts a collection of send exits into the chain.
Notices |
Downloads |
Library |
Support |
Feedback
![]() ![]() |
csqzaw1357 |