MoveUow

The MoveUow event occurs when a unit of work (UOW) is moved into a different business day by theTransaction 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.MoveUowEventHandler

The MoveUowEventHandler class is responsible for creating the moveUow message that is sent to the AutoAdjust engine. When the AutoAdjust engine receives the message, it re-adjusts the current unit of work as well as its original UOW.

The following is a sample definition of a MoveUow event:
<EVENT>
   <NAME>Adjustment - Move</NAME>
   <TYPE>MoveUow</TYPE>
   <EXEC>com.ibm.paydir.ima.txsvr.event.appbridge.MoveUowEventHandler</EXEC>
   <PARAMETER name="workType">Adjust</PARAMETER>
   <PARAMETER name="msgType">uowMoved</PARAMETER>
   <PARAMETER name="uowType">PRESENTMENT_ID, PAYMENT_ID</PARAMETER>
   <PARAMETERREF>schedulerReferenceProperties</PARAMETERREF>
   <PARAMETERREF>sendToAdjustment</PARAMETERREF>
</EVENT>