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

Release


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

Syntax

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
   ...
   // Create Siebel Bus Comp siebBusComp   
// Get the business component using SiebelBusObject
   ...   
// Use the bus. Component   
...   
// Be sure to release the business component and its resources on the server side   siebBusComp.release();   
// release the resources occupied by Siebel Bus Object and Siebel Data Bean after their use.   
}

See Also

Logoff
Release


 Siebel Object Interfaces Reference 
 Published: 18 June 2003