Entering content frame

Procedure documentation Ending the Connection to the Loader Locate the document in the library structure

Use

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

Procedure

<object_of_class_Loader>.release ();

Example

session.release ();

 

See also:

Example for Creating a Table with Java

 

Leaving content frame