rpsDataPumpInitialize

rpsDataPumpInitialize(userCallbackReceiver: JadeRpsDataPumpIF) updating;

The rpsDataPumpInitialize method of the Application class performs functions required to initialize a user-defined RPS Datapump application.

The userCallbackReceiver parameter, if non-null, represents an instance of a user class that implements the JadeRpsDataPumpIF interface. This instance receives callbacks for a row before the row is output to the RDBMS, provided the corresponding table for the row is defined to receive such callbacks in the RPS mapping. For details about selecting classes for Output Callback, see "Mapping Classes to Tables", in Chapter 15 of the JADE Development Environment User’s Guide.

This method must be called from the initialize method of the user-defined RPS Datapump application.

The rpsDataPumpInitialize method is valid only on RPS nodes.