Package x2go :: Module client
[frames] | no frames]

Module client

source code

X2GoClient is a public API class. Use this class in your Python X2Go based applications. Use it as a parent class for your own object oriented X2GoClient'ish class implementation.

Supported Features

Supported features are:

Non-Profile Sessions

A new non-profile based X2Go session within an X2GoClient instance is setup in the following way:

Profiled Sessions

A new profile based X2Go session (i.e. using pre-defined session profiles) within an X2GoClient instance is setup in a much easier way:

Session Suspending/Terminating

You can suspend or terminate your sessions by calling the follwing commands:

   x2go_client.suspend_session(x2go_sess_uuid)

resp.:

   x2go_client.terminate_session(x2go_sess_uuid)
Classes
  X2GoClient
The X2GoClient implements _THE_ public Python X2Go API.
Variables
  __NAME__ = 'x2goclient-pylib'