fileToFileCheck message

The PresentmentColumnChange, PresentmentGroupStateChange, and PresentmentGroupColumnChange events are used for this message.

Configure the scheduler XML file so the class is called when one of these events occurs. The class name is:
com.ibm.paydir.ima.txsvr.event.appbridge.PresentmentGroupEventHandler

The PresentmentGroupEventHandler class creates the fileToFileCheck message to be sent to the Distribution engine. When the Distribution engine receives the fileToFileCheck message, it determines if there are any outbound transmissions that are configured for file to file delivery and associated with the corresponding inbound transmission. If so, Distribution ensures that all of the eligible transactions from the inbound transmission are mapped. Once all of the inbound transactions are mapped, Distribution builds and releases the corresponding outbound transmissions that have transactions that were delivered in the inbound transmission.

The msgType parameter defines the type of message to send, fileToFileCheck. The parameterref entries define the properties that are needed to send a message to the Distribution engine. A sample definition of a PresentmentGroupStateChange event for fileToFileCheck is shown here:
<EVENT>
   <NAME>Distribution - Inbound complete, check File to File</NAME>
   <TYPE>PresentmentColumnChange</TYPE>
   <TYPE>PresentmentGroupStateChange</TYPE>
   <TYPE>PresentmentGroupColumnChange</TYPE>
   <EXEC>
      com.ibm.paydir.ima.txsvr.event.appbridge.PresentmentGroupEventHandler
   </EXEC>
   <PARAMETER name="msgType">fileToFileCheck</PARAMETER>
   <PARAMETER name="state">BALANCED</PARAMETER>
   <PARAMETER name="condition">ACCEPTED</PARAMETER>
   <PARAMETER name="presColumns">CONDITION=NONE[SUSPENDED];PENDING=ALL[NO]</PARAMETER>
   <PARAMETER name="sourceId">2</PARAMETER>
   <PARAMETERREF>schedulerReferenceProperties</PARAMETERREF>
   <PARAMETERREF>sendToDistribution</PARAMETERREF>
</EVENT>