Replication with Infosphere CDC : IBM InfoSphere CDC for solidDB® reference : User exits for IBM InfoSphere CDC
  
User exits for IBM InfoSphere CDC
A user exit lets you define a set of actions that IBM InfoSphere CDC can run before or after a database event occurs on a specified table. User exits allow you to customize your environment to meet your business requirements.
After compiling your Java Class or Stored Procedure user exit, you can configure the user exit in Management Console. For more information about configuring user exits, see “Configuring user exits” in your Management Console documentation.
The Javadoc (API) information that is installed with IBM InfoSphere CDC provides detailed class and interface specifications for the Java Class user exits that are available in IBM InfoSphere CDC. For each interface, the supported methods that can be called are identified.
The Javadoc (API) documentation for the user exits is located in the following directory: <system drive>:\<installation directory>\docs\api. To open the help in your browser, click index.html.
Sample user exits are provided with IBM InfoSphere CDC. You can extend or modify these samples to suit your environment.
See also
Stored procedure user exits for table and row level operations
Defining a stored procedure user exit
Stored procedure user exit database connections
Retrieving data with a stored procedure user exit
Example of a stored procedure user exit
IBM InfoSphere CDC API reference – Javadocs
IBM InfoSphere CDC for solidDB® reference