Business Object Methods for Siebel Java Data Bean

The following table describes a summary of business object methods you can use with Siebel Java Data Bean.

Method Description Format

GetBusComp Method for a Business Object

Returns the name of a business component.

SiebelBusComp getBusComp(String busCompName) throws SiebelException

Name Method for a Business Object

Returns the name of the business object.

String name()

Release Method for a Business Object

Releases a business object and the resources for this business object on the Siebel Server.

void release()