x2go_mimeboxjob_handler(mimebox_file=None,
mimebox_extensions=[],
mimebox_action=None,
parent_thread=None,
logger=None)
| source code
|
This function is called as a handler function for each incoming X2Go
MIME box file represented by the class X2GoMIMEboxJob.
- Parameters:
mimebox_file (str ) - MIME box file name as placed in to the X2Go MIME box spool
directory
mimebox_action (X2GoMIMEboxActionXXX nstance) - an instance of either of the possible
X2GoMIMEboxActionXXX classes
parent_thread (obj ) - the X2GoMIMEboxQueue thread that actually created
this handler's X2GoMIMEboxJob instance
logger (obj ) - the X2GoMIMEboxQueue's logging instance
|