Siebel Object Interfaces Reference > Java Data Bean Quick Reference >

Business Object Methods for Java Data Bean


Table 53 lists a summary of the SiebelBusObject methods' syntax.

Table 53. 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 Copyright © 2008, Oracle. All rights reserved.