85 <tr> |
85 <tr> |
86 <td><a href="#BackgroundService.__send">__send</a></td> |
86 <td><a href="#BackgroundService.__send">__send</a></td> |
87 <td>Private method to send a job request to one of the clients.</td> |
87 <td>Private method to send a job request to one of the clients.</td> |
88 </tr> |
88 </tr> |
89 <tr> |
89 <tr> |
|
90 <td><a href="#BackgroundService.__shutdown">__shutdown</a></td> |
|
91 <td>Private method to cleanup the connections and processes when eric is shutting down.</td> |
|
92 </tr> |
|
93 <tr> |
90 <td><a href="#BackgroundService.__startExternalClient">__startExternalClient</a></td> |
94 <td><a href="#BackgroundService.__startExternalClient">__startExternalClient</a></td> |
91 <td>Private method to start the background client as external process.</td> |
95 <td>Private method to start the background client as external process.</td> |
92 </tr> |
96 </tr> |
93 <tr> |
97 <tr> |
94 <td><a href="#BackgroundService.enqueueRequest">enqueueRequest</a></td> |
98 <td><a href="#BackgroundService.enqueueRequest">enqueueRequest</a></td> |
119 <td>Public method to announce a new service to the background service/client.</td> |
123 <td>Public method to announce a new service to the background service/client.</td> |
120 </tr> |
124 </tr> |
121 <tr> |
125 <tr> |
122 <td><a href="#BackgroundService.serviceDisconnect">serviceDisconnect</a></td> |
126 <td><a href="#BackgroundService.serviceDisconnect">serviceDisconnect</a></td> |
123 <td>Public method to remove the service from the service list.</td> |
127 <td>Public method to remove the service from the service list.</td> |
124 </tr> |
|
125 <tr> |
|
126 <td><a href="#BackgroundService.shutdown">shutdown</a></td> |
|
127 <td>Public method to cleanup the connections and processes when eric is shutting down.</td> |
|
128 </tr> |
128 </tr> |
129 </table> |
129 </table> |
130 |
130 |
131 <h3>Static Methods</h3> |
131 <h3>Static Methods</h3> |
132 <table> |
132 <table> |
221 <dt><i>data</i> (any basic datatype)</dt> |
221 <dt><i>data</i> (any basic datatype)</dt> |
222 <dd> |
222 <dd> |
223 function argument(s) |
223 function argument(s) |
224 </dd> |
224 </dd> |
225 </dl> |
225 </dl> |
|
226 <a NAME="BackgroundService.__shutdown" ID="BackgroundService.__shutdown"></a> |
|
227 <h4>BackgroundService.__shutdown</h4> |
|
228 <b>__shutdown</b>(<i></i>) |
|
229 <p> |
|
230 Private method to cleanup the connections and processes when eric is |
|
231 shutting down. |
|
232 </p> |
|
233 |
226 <a NAME="BackgroundService.__startExternalClient" ID="BackgroundService.__startExternalClient"></a> |
234 <a NAME="BackgroundService.__startExternalClient" ID="BackgroundService.__startExternalClient"></a> |
227 <h4>BackgroundService.__startExternalClient</h4> |
235 <h4>BackgroundService.__startExternalClient</h4> |
228 <b>__startExternalClient</b>(<i>interpreter, port</i>) |
236 <b>__startExternalClient</b>(<i>interpreter, port</i>) |
229 <p> |
237 <p> |
230 Private method to start the background client as external process. |
238 Private method to start the background client as external process. |
402 <dt><i>lang</i> (str)</dt> |
410 <dt><i>lang</i> (str)</dt> |
403 <dd> |
411 <dd> |
404 language of the service |
412 language of the service |
405 </dd> |
413 </dd> |
406 </dl> |
414 </dl> |
407 <a NAME="BackgroundService.shutdown" ID="BackgroundService.shutdown"></a> |
|
408 <h4>BackgroundService.shutdown</h4> |
|
409 <b>shutdown</b>(<i></i>) |
|
410 <p> |
|
411 Public method to cleanup the connections and processes when eric is |
|
412 shutting down. |
|
413 </p> |
|
414 |
|
415 <div align="right"><a href="#top">Up</a></div> |
415 <div align="right"><a href="#top">Up</a></div> |
416 <hr /> |
416 <hr /> |
417 </body></html> |
417 </body></html> |