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 (instance ) - the X2goMIMEboxQueue thread that actually created
this handler's X2goMIMEboxJob instance
logger (instance ) - the X2goMIMEboxQueue's logging instance
|