getSupportedBusObjNames()

Retrieves a list of supported business objects for the current connector.

Syntax

public String[] getSupportedBusObjNames()

Parameters

None.

Return values

A String array that contains a list of the names of the supported business objects for the connector.

Notes

The getSupportedBusObjNames() method returns a list of top-level supported business objects for the current connector; that is, if the connector supports business objects that contain child business objects, getSupportedBusObjNames() includes only the name of the parent object in its list.

Copyright IBM Corporation 1997, 2004. All Rights Reserved.