public class MQReceiveExitChain extends MQExitChain implements MQReceiveExit
MQReceiveExit; as well as exits
written in Java, this includes non-Java receive exits made available by means of the
MQExternalReceiveExit class.| Constructor and Description |
|---|
MQReceiveExitChain()
The default constructor.
|
MQReceiveExitChain(java.util.List collection)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
receiveExit(MQChannelExit channelExitParms,
MQChannelDefinition channelDefinition,
byte[] agentBuffer)
Calls the receive exit.
|
void |
setExitChain(java.util.List collection)
Inserts a collection of receive exits into the chain.
|
getExitChain, getReasonCodepublic MQReceiveExitChain()
public MQReceiveExitChain(java.util.List collection)
collection - a List object which defines the receive exits which are to be chained.public byte[] receiveExit(MQChannelExit channelExitParms, MQChannelDefinition channelDefinition, byte[] agentBuffer)
receiveExit in interface MQReceiveExitchannelExitParms - the definition of the chain of exits.channelDefinition - the definition of the channel.agentBuffer - the message being passed into the chain of exits.MQReceiveExit.receiveExit(com.ibm.mq.MQChannelExit,
com.ibm.mq.MQChannelDefinition, byte[])public void setExitChain(java.util.List collection)
collection - a List object which defines the receive exits which are to be chained.