Entering content frame

 Ending the Connection to the Loader 

Use

You want to end the connection to the Loader Server by calling the method release. This method is called implicitly if the Garbage Collector deletes an object in the class Loader.

Syntax

<object_of_class_Loader>.release ();

Example

session.release ();

 

See also:

Example for Creating a Table with Java

 

Leaving content frame