Siebel Object Interfaces Reference > Java Data Bean Quick Reference >

Business Object Methods for Java Data Bean


Table 43 lists a summary of the Siebel BusObject methods' syntax.

Table 43.  SiebelBusObject Methods Syntax Summary
Method
Description
Syntax

GetBusComp Method

Returns the specified business component.

SiebelBusComp getBusComp(String busCompName) throws SiebelException

Name Method

Returns the name of the business object.

String name()

Release Method

Enables the release of the business object and its resources on the Siebel Server.

void release()

Siebel Object Interfaces Reference