60 <tr> |
60 <tr> |
61 <td><a href="#BackgroundClient.__init__">BackgroundClient</a></td> |
61 <td><a href="#BackgroundClient.__init__">BackgroundClient</a></td> |
62 <td>Constructor of the BackgroundClient class.</td> |
62 <td>Constructor of the BackgroundClient class.</td> |
63 </tr><tr> |
63 </tr><tr> |
64 <td><a href="#BackgroundClient.__initClientService">__initClientService</a></td> |
64 <td><a href="#BackgroundClient.__initClientService">__initClientService</a></td> |
65 <td>Import the given module and register it as service.</td> |
65 <td>Private method to import the given module and register it as service.</td> |
66 </tr><tr> |
66 </tr><tr> |
67 <td><a href="#BackgroundClient.__receive">__receive</a></td> |
67 <td><a href="#BackgroundClient.__receive">__receive</a></td> |
68 <td>Private methode to receive the given length of bytes.</td> |
68 <td>Private methode to receive the given length of bytes.</td> |
69 </tr><tr> |
69 </tr><tr> |
70 <td><a href="#BackgroundClient.__send">__send</a></td> |
70 <td><a href="#BackgroundClient.__send">__send</a></td> |
71 <td>Private method to send a job response back to the BackgroundService.</td> |
71 <td>Private method to send a job response back to the BackgroundService.</td> |
72 </tr><tr> |
72 </tr><tr> |
73 <td><a href="#BackgroundClient.run">run</a></td> |
73 <td><a href="#BackgroundClient.run">run</a></td> |
74 <td>Implement the main loop of the client.</td> |
74 <td>Public method implementing the main loop of the client.</td> |
75 </tr> |
75 </tr> |
76 </table> |
76 </table> |
77 <h3>Static Methods</h3> |
77 <h3>Static Methods</h3> |
78 <table> |
78 <table> |
79 <tr><td>None</td></tr> |
79 <tr><td>None</td></tr> |
93 </dd> |
93 </dd> |
94 </dl><a NAME="BackgroundClient.__initClientService" ID="BackgroundClient.__initClientService"></a> |
94 </dl><a NAME="BackgroundClient.__initClientService" ID="BackgroundClient.__initClientService"></a> |
95 <h4>BackgroundClient.__initClientService</h4> |
95 <h4>BackgroundClient.__initClientService</h4> |
96 <b>__initClientService</b>(<i>fn, path, module</i>) |
96 <b>__initClientService</b>(<i>fn, path, module</i>) |
97 <p> |
97 <p> |
98 Import the given module and register it as service. |
98 Private method to import the given module and register it as service. |
99 </p><dl> |
99 </p><dl> |
100 <dt><i>fn</i></dt> |
100 <dt><i>fn</i></dt> |
101 <dd> |
101 <dd> |
102 service name to register (str) |
102 service name to register (str) |
103 </dd><dt><i>path</i></dt> |
103 </dd><dt><i>path</i></dt> |