static public method O2GTransport.createSession

Brief

Creates a transport session.

Declaration
Java
static O2GSession  createSession ()

Details

The class returns an instance of the session object. You must use the dispose() method to free the returned object. Also you must disconnect all created sessions and dispose all session objects before the application is terminated.

Declared in O2GTransport

back