Enabling the custom business object handler class

The connector supports the custom business object handler class, CustomBOH. It implements the JDBCBOhandlerInterface interface. The syntax of this interface is:

public interface JDBCBOhandlerInterface{
    public int doVerbForCustom(CWConnectorBusObj busObj) throws
      VerbProcessingFailedException, ConnectionFailureException;
 }
 

When you implement the doVerbForCustom method, ensure that it throws but does not catch the two exceptions. Also set the status and message of each exception before throwing them.

To enable the connector to support this business object handler:

Copyright IBM Corp. 1997, 2003