BOHandlerBase class

The BOHandlerBase class is the low-level Java connector library class for the base class of a business object handler. It is part of the AppSide_Connector package. All low-level Java connectors must extend this class for each of its business object handlers and implement the doVerbFor() method in each of the derived classes.

Note:
The CWConnectorBOHandler class is the Java connector library method that is a wrapper for the BOHandlerBase class of the low-level Java connector library. Most Java-connector development should use the Java connector library. For more information on the classes of the Java connector library, see Overview of the Java connector library.

The connector framework calls ConnectorBase.getBOHandlerForBO() to create a business object handler for each of the business object definitions that the connector supports.

Table 127 summarizes the methods in the BOHandlerBase class.

Table 127. Member methods of the BOHandlerBase class
Member method Description Page
doVerbFor() Performs the action for the active verb of a business object. doVerbFor()
getName() Returns the name of the business object handler. getName()
setName() Sets the name of the business object handler. setName()

Copyright IBM Corp. 1997, 2004