Cancel Batch

The cancel batch event occurs when a batch is canceled by the Transaction Server. Configure the event in the scheduler XML file so that when the event occurs, the following class is called:
com.ibm.paydir.ima.txsvr.event.appbridge.PresentmentStatesEventHandler
Note: When a transmission is canceled, a cancel batch event occurs for all of the batches in the transmission.
The following is a sample definition of a PresentmentColumnChange event for canceling a batch:
<EVENT>
   <NAME>Adjustment - Canceled Batch</NAME>
   <TYPE>PresentmentColumnChange</TYPE>
   <EXEC>
      com.ibm.paydir.ima.txsvr.event.appbridge.PresentmentStatesEventHandler
   </EXEC>
   <PARAMETER name="msgType">cancelBatch</PARAMETER>
   <PARAMETER name="condition">canceled</PARAMETER>
   <PARAMETERREF>schedulerReferenceProperties</PARAMETERREF>
   <PARAMETERREF>sendToAdjustment</PARAMETERREF>
</EVENT>