getSupportedBusObjNames()

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

WebSphere InterChange Server

This method is only valid when the integration broker is InterChange Server.

Syntax

public static 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.

Note:
The getSupportedBusObjNames() method is only supported when the connector is using a version 4.0 or later InterChange Server as its integration broker.

Copyright IBM Corporation 1997, 2004. All Rights Reserved.