BOHandlerCPP()

Creates a business object handler.

Syntax

BOHandlerCPP();
 

Parameters

None.

Return values

None.

Notes

The BOHandlerCPP() constructor creates an instance of the BOHandlerCPP class, to which business object definitions can refer for performing the tasks of verbs in business objects. Typically, a connector developer derives a class from BOHandlerCPP and implements the constructor and doVerbFor() method for this derived class. The developer can call the constructor of this derived class in the getBOHandlerforBO() method of the GenGlobals class to instantiate one or more business object handlers.

See also

getBOHandlerforBO()

Copyright IBM Corp. 1997, 2003