ensembl-hive-python3  2.3
Process.py File Reference

Go to the source code of this file.

Classes

class  eHive.Process.Job
 Dummy class to hold job-related information. More...
 
class  eHive.Process.CompleteEarlyException
 Can be raised by a derived class of BaseRunnable to indicate an early successful termination. More...
 
class  eHive.Process.JobFailedException
 Can be raised by a derived class of BaseRunnable to indicate an early unsuccessful termination. More...
 
class  eHive.Process.HiveJSONMessageException
 Raised when we could not parse the JSON message coming from GuestProcess. More...
 
class  eHive.Process.LostHiveConnectionException
 Raised when the process has lost the communication pipe with the Perl side. More...
 
class  eHive.Process.BaseRunnable
 This is the counterpart of GuestProcess. More...
 

Namespaces

 eHive.Process
 

Variables

string eHive.Process.__version__ = "0.1"
 
string eHive.Process.__doc__