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'
  __package__ = 'x2go'