Documentation/Source/eric5.Utilities.BackgroundClient.html

changeset 3591
2f2a4a76dd22
parent 3456
96232974dcdb
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
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>
145 </dd> 145 </dd>
146 </dl><a NAME="BackgroundClient.run" ID="BackgroundClient.run"></a> 146 </dl><a NAME="BackgroundClient.run" ID="BackgroundClient.run"></a>
147 <h4>BackgroundClient.run</h4> 147 <h4>BackgroundClient.run</h4>
148 <b>run</b>(<i></i>) 148 <b>run</b>(<i></i>)
149 <p> 149 <p>
150 Implement the main loop of the client. 150 Public method implementing the main loop of the client.
151 </p> 151 </p>
152 <div align="right"><a href="#top">Up</a></div> 152 <div align="right"><a href="#top">Up</a></div>
153 <hr /> 153 <hr />
154 </body></html> 154 </body></html>

eric ide

mercurial