Documentation/Source/eric5.Toolbox.SingleApplication.html

changeset 2966
f85f686981ad
parent 2387
2d119e79ab54
equal deleted inserted replaced
2965:d133c7edd88a 2966:f85f686981ad
132 </p><dl> 132 </p><dl>
133 <dt><i>args</i></dt> 133 <dt><i>args</i></dt>
134 <dd> 134 <dd>
135 command line args (list of strings) 135 command line args (list of strings)
136 </dd> 136 </dd>
137 </dl><dl>
138 <dt>Raises <b>RuntimeError</b>:</dt>
139 <dd>
140 raised to indicate that this method must be
141 implemented by a subclass
142 </dd>
137 </dl><a NAME="SingleApplicationClient.sendCommand" ID="SingleApplicationClient.sendCommand"></a> 143 </dl><a NAME="SingleApplicationClient.sendCommand" ID="SingleApplicationClient.sendCommand"></a>
138 <h4>SingleApplicationClient.sendCommand</h4> 144 <h4>SingleApplicationClient.sendCommand</h4>
139 <b>sendCommand</b>(<i>cmd</i>) 145 <b>sendCommand</b>(<i>cmd</i>)
140 <p> 146 <p>
141 Public method to send the command to the application server. 147 Public method to send the command to the application server.
226 commandstring (string) 232 commandstring (string)
227 </dd><dt><i>params</i></dt> 233 </dd><dt><i>params</i></dt>
228 <dd> 234 <dd>
229 parameterstring (string) 235 parameterstring (string)
230 </dd> 236 </dd>
237 </dl><dl>
238 <dt>Raises <b>RuntimeError</b>:</dt>
239 <dd>
240 raised to indicate that this method must be
241 implemented by a subclass
242 </dd>
231 </dl><a NAME="SingleApplicationServer.shutdown" ID="SingleApplicationServer.shutdown"></a> 243 </dl><a NAME="SingleApplicationServer.shutdown" ID="SingleApplicationServer.shutdown"></a>
232 <h4>SingleApplicationServer.shutdown</h4> 244 <h4>SingleApplicationServer.shutdown</h4>
233 <b>shutdown</b>(<i></i>) 245 <b>shutdown</b>(<i></i>)
234 <p> 246 <p>
235 Public method used to shut down the server. 247 Public method used to shut down the server.

eric ide

mercurial