| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
threading._Verbose --+
|
threading.Thread --+
|
X2GoTelekinesisClient
Telekinesis is a communication framework used by X2Go.
This class implements the startup of the telekinesis client used by Python X2Go.
| Instance Methods | |||
|
|||
|
|||
bool
|
|
||
|
|||
|
|||
obj
|
|
||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
TEKICLIENT_CMD = Telekinesis client command. |
|
TEKICLIENT_ARGS = Arguments to be passed to the Telekinesis client. |
|
TEKICLIENT_ENV = Provide environment variables to the Telekinesis client command. |
|
| Properties | |
|
Inherited from Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Test if the Telekinesis client command is installed on this machine.
|
Start the X2Go Telekinesis client command. The Telekinesis client command utilizes a Paramiko/SSH based forwarding tunnel (openssh -L option). This tunnel gets started here and is forked into background (Greenlet/gevent).
|
Start the thread runner and wait for the Telekinesis client to come up.
|
Check if a proxy instance is up and running.
|
| Class Variable Details |
TEKICLIENT_CMDTelekinesis client command. Might be OS specific.
|
TEKICLIENT_ARGSArguments to be passed to the Telekinesis client.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Mar 18 22:01:20 2015 | http://epydoc.sourceforge.net |