getBOHandlerForBO()

Retrieves the business object handler for a business object definition.

Syntax

public BOHandlerBase getBOHandlerForBO(String busObjName);

Parameters

busObjName
Is the name of a business object.

Return values

A reference to a business object handler.

Notes

The connector framework calls the getBOHandlerForBO() method to retrieve the business object handler for a business object definition.

Important:
The getBOHandlerForBO() method is an abstract method that you must implement for the connector.

You can use one business object handler for multiple business object definitions or a business object handler for each business object definition.

Copyright IBM Corp. 1997, 2004