Siebel Object Interfaces Reference > Interfaces Reference > Business Object Methods >

Release


The Release()method enables the release of the Business Object and its resources on the Siebel Server.

Syntax

oBusObj.release()

Argument
Description
Not applicable
 

Returns

Not applicable

Used With

Java Data Bean

Example

Here is an example for Java Data Bean:

import com.siebel.data.*;

{
...

// create Siebel Data Bean
// login into Siebel Data Bean

...

// Create Siebel Bus Object.
// get the Bus Object from SiebelDataBean

...

// Use the business Object
// Release the business object resources

...

busObj.release();

}


 Siebel Object Interfaces Reference 
 Published: 18 June 2003