|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Field Summary |
Constructor Summary | |
MQReceiveExitChain()
The default constructor. |
|
MQReceiveExitChain(java.util.List collection)
Constructor. |
Method Summary | |
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. |
Methods inherited from class com.ibm.mq.MQExitChain |
getExitChain, getReasonCode |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MQReceiveExitChain()
public MQReceiveExitChain(java.util.List collection)
collection
- a List object which defines the receive exits which are
to be chained.Method Detail |
public byte[] receiveExit(MQChannelExit channelExitParms, MQChannelDefinition channelDefinition, byte[] agentBuffer)
receiveExit
in interface MQReceiveExit
channelExitParms
- 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.
|
(c) Copyright IBM Corp. 2005. All Rights Reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |