createContainer()

Creates an instance of a business object array (container).

Syntax

public static CxObjectContainerInterface createContainer(String name);
 

Parameters

name
Specifies the name of the business object container to create.

Return values

A CxObjectContainerInterface object containing the newly created business object.

Exceptions

BusObjSpecNameNotFoundException
Thrown when the business object specification is not found for the name specified.

Copyright IBM Corp. 1997, 2004