CWConnectorBOHandler()

Creates a business-object-handler object.

Syntax

public CWConnectorBOHandler();
 

Parameters

None.

Return values

A CWConnectorBOHandler object containing the newly created business-object-handler object.

Notes

The CWConnectorBOHandler() constructor creates an instance of the CWConnectorBOHandler 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 CWConnectorBOHandler and implements the doVerbFor() method for this derived class. The developer can call the constructor of this derived class in the getConnectorBOHandlerForBO() method of the CWConnectorAgent class to instantiate one or more business object handlers.

See also

getConnectorBOHandlerForBO()

Copyright IBM Corp. 1997, 2004