source: trunk/doc/omq/client/annotation/class-use/AsyncMethod.html @ 83

Last change on this file since 83 was 83, checked in by stoda, 11 years ago

J

File size: 13.8 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!-- NewPage -->
3<html lang="es">
4<head>
5<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 08 13:25:36 CEST 2013 -->
6<title>Uses of Class omq.client.annotation.AsyncMethod</title>
7<meta name="date" content="2013-07-08">
8<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
9</head>
10<body>
11<script type="text/javascript"><!--
12    if (location.href.indexOf('is-external=true') == -1) {
13        parent.document.title="Uses of Class omq.client.annotation.AsyncMethod";
14    }
15//-->
16</script>
17<noscript>
18<div>JavaScript is disabled on your browser.</div>
19</noscript>
20<!-- ========= START OF TOP NAVBAR ======= -->
21<div class="topNav"><a name="navbar_top">
22<!--   -->
23</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
24<!--   -->
25</a>
26<ul class="navList" title="Navigation">
27<li><a href="../../../../overview-summary.html">Overview</a></li>
28<li><a href="../package-summary.html">Package</a></li>
29<li><a href="../../../../omq/client/annotation/AsyncMethod.html" title="annotation in omq.client.annotation">Class</a></li>
30<li class="navBarCell1Rev">Use</li>
31<li><a href="../package-tree.html">Tree</a></li>
32<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
33<li><a href="../../../../index-files/index-1.html">Index</a></li>
34<li><a href="../../../../help-doc.html">Help</a></li>
35</ul>
36</div>
37<div class="subNav">
38<ul class="navList">
39<li>Prev</li>
40<li>Next</li>
41</ul>
42<ul class="navList">
43<li><a href="../../../../index.html?omq/client/annotation/class-use/AsyncMethod.html" target="_top">Frames</a></li>
44<li><a href="AsyncMethod.html" target="_top">No Frames</a></li>
45</ul>
46<ul class="navList" id="allclasses_navbar_top">
47<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
48</ul>
49<div>
50<script type="text/javascript"><!--
51  allClassesLink = document.getElementById("allclasses_navbar_top");
52  if(window==top) {
53    allClassesLink.style.display = "block";
54  }
55  else {
56    allClassesLink.style.display = "none";
57  }
58  //-->
59</script>
60</div>
61<a name="skip-navbar_top">
62<!--   -->
63</a></div>
64<!-- ========= END OF TOP NAVBAR ========= -->
65<div class="header">
66<h2 title="Uses of Class omq.client.annotation.AsyncMethod" class="title">Uses of Class<br>omq.client.annotation.AsyncMethod</h2>
67</div>
68<div class="classUseContainer">
69<ul class="blockList">
70<li class="blockList">
71<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
72<caption><span>Packages that use <a href="../../../../omq/client/annotation/AsyncMethod.html" title="annotation in omq.client.annotation">AsyncMethod</a></span><span class="tabEnd">&nbsp;</span></caption>
73<tr>
74<th class="colFirst" scope="col">Package</th>
75<th class="colLast" scope="col">Description</th>
76</tr>
77<tbody>
78<tr class="altColor">
79<td class="colFirst"><a href="#omq.test.calculator">omq.test.calculator</a></td>
80<td class="colLast">&nbsp;</td>
81</tr>
82<tr class="rowColor">
83<td class="colFirst"><a href="#omq.test.exception">omq.test.exception</a></td>
84<td class="colLast">&nbsp;</td>
85</tr>
86<tr class="altColor">
87<td class="colFirst"><a href="#omq.test.multiProcess">omq.test.multiProcess</a></td>
88<td class="colLast">&nbsp;</td>
89</tr>
90<tr class="rowColor">
91<td class="colFirst"><a href="#omq.test.persistence">omq.test.persistence</a></td>
92<td class="colLast">&nbsp;</td>
93</tr>
94<tr class="altColor">
95<td class="colFirst"><a href="#omq.test.stopBroker">omq.test.stopBroker</a></td>
96<td class="colLast">&nbsp;</td>
97</tr>
98<tr class="rowColor">
99<td class="colFirst"><a href="#omq.test.workspace">omq.test.workspace</a></td>
100<td class="colLast">&nbsp;</td>
101</tr>
102</tbody>
103</table>
104</li>
105<li class="blockList">
106<ul class="blockList">
107<li class="blockList"><a name="omq.test.calculator">
108<!--   -->
109</a>
110<h3>Uses of <a href="../../../../omq/client/annotation/AsyncMethod.html" title="annotation in omq.client.annotation">AsyncMethod</a> in <a href="../../../../omq/test/calculator/package-summary.html">omq.test.calculator</a></h3>
111<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
112<caption><span>Methods in <a href="../../../../omq/test/calculator/package-summary.html">omq.test.calculator</a> with annotations of type <a href="../../../../omq/client/annotation/AsyncMethod.html" title="annotation in omq.client.annotation">AsyncMethod</a></span><span class="tabEnd">&nbsp;</span></caption>
113<tr>
114<th class="colFirst" scope="col">Modifier and Type</th>
115<th class="colLast" scope="col">Method and Description</th>
116</tr>
117<tbody>
118<tr class="altColor">
119<td class="colFirst"><code>void</code></td>
120<td class="colLast"><span class="strong">Calculator.</span><code><strong><a href="../../../../omq/test/calculator/Calculator.html#mult(int, int)">mult</a></strong>(int&nbsp;x,
121    int&nbsp;y)</code>&nbsp;</td>
122</tr>
123<tr class="rowColor">
124<td class="colFirst"><code>void</code></td>
125<td class="colLast"><span class="strong">Calculator.</span><code><strong><a href="../../../../omq/test/calculator/Calculator.html#sendMessage(omq.test.calculator.Message)">sendMessage</a></strong>(<a href="../../../../omq/test/calculator/Message.html" title="class in omq.test.calculator">Message</a>&nbsp;m)</code>&nbsp;</td>
126</tr>
127</tbody>
128</table>
129</li>
130<li class="blockList"><a name="omq.test.exception">
131<!--   -->
132</a>
133<h3>Uses of <a href="../../../../omq/client/annotation/AsyncMethod.html" title="annotation in omq.client.annotation">AsyncMethod</a> in <a href="../../../../omq/test/exception/package-summary.html">omq.test.exception</a></h3>
134<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
135<caption><span>Methods in <a href="../../../../omq/test/exception/package-summary.html">omq.test.exception</a> with annotations of type <a href="../../../../omq/client/annotation/AsyncMethod.html" title="annotation in omq.client.annotation">AsyncMethod</a></span><span class="tabEnd">&nbsp;</span></caption>
136<tr>
137<th class="colFirst" scope="col">Modifier and Type</th>
138<th class="colLast" scope="col">Method and Description</th>
139</tr>
140<tbody>
141<tr class="altColor">
142<td class="colFirst"><code>void</code></td>
143<td class="colLast"><span class="strong">ClientInterface.</span><code><strong><a href="../../../../omq/test/exception/ClientInterface.html#addHp(int)">addHp</a></strong>(int&nbsp;hp)</code>&nbsp;</td>
144</tr>
145<tr class="rowColor">
146<td class="colFirst"><code>void</code></td>
147<td class="colLast"><span class="strong">ClientInterface.</span><code><strong><a href="../../../../omq/test/exception/ClientInterface.html#addTrailer(omq.test.exception.Trailer)">addTrailer</a></strong>(<a href="../../../../omq/test/exception/Trailer.html" title="class in omq.test.exception">Trailer</a>&nbsp;t)</code>&nbsp;</td>
148</tr>
149<tr class="altColor">
150<td class="colFirst"><code>void</code></td>
151<td class="colLast"><span class="strong">ClientInterface.</span><code><strong><a href="../../../../omq/test/exception/ClientInterface.html#addWheels(int)">addWheels</a></strong>(int&nbsp;numWheels)</code>&nbsp;</td>
152</tr>
153<tr class="rowColor">
154<td class="colFirst"><code>void</code></td>
155<td class="colLast"><span class="strong">ClientInterface.</span><code><strong><a href="../../../../omq/test/exception/ClientInterface.html#setPrice(double)">setPrice</a></strong>(double&nbsp;price)</code>&nbsp;</td>
156</tr>
157</tbody>
158</table>
159</li>
160<li class="blockList"><a name="omq.test.multiProcess">
161<!--   -->
162</a>
163<h3>Uses of <a href="../../../../omq/client/annotation/AsyncMethod.html" title="annotation in omq.client.annotation">AsyncMethod</a> in <a href="../../../../omq/test/multiProcess/package-summary.html">omq.test.multiProcess</a></h3>
164<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
165<caption><span>Methods in <a href="../../../../omq/test/multiProcess/package-summary.html">omq.test.multiProcess</a> with annotations of type <a href="../../../../omq/client/annotation/AsyncMethod.html" title="annotation in omq.client.annotation">AsyncMethod</a></span><span class="tabEnd">&nbsp;</span></caption>
166<tr>
167<th class="colFirst" scope="col">Modifier and Type</th>
168<th class="colLast" scope="col">Method and Description</th>
169</tr>
170<tbody>
171<tr class="altColor">
172<td class="colFirst"><code>void</code></td>
173<td class="colLast"><span class="strong">NumberClient.</span><code><strong><a href="../../../../omq/test/multiProcess/NumberClient.html#setMultiNumber(int)">setMultiNumber</a></strong>(int&nbsp;x)</code>&nbsp;</td>
174</tr>
175</tbody>
176</table>
177</li>
178<li class="blockList"><a name="omq.test.persistence">
179<!--   -->
180</a>
181<h3>Uses of <a href="../../../../omq/client/annotation/AsyncMethod.html" title="annotation in omq.client.annotation">AsyncMethod</a> in <a href="../../../../omq/test/persistence/package-summary.html">omq.test.persistence</a></h3>
182<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
183<caption><span>Methods in <a href="../../../../omq/test/persistence/package-summary.html">omq.test.persistence</a> with annotations of type <a href="../../../../omq/client/annotation/AsyncMethod.html" title="annotation in omq.client.annotation">AsyncMethod</a></span><span class="tabEnd">&nbsp;</span></caption>
184<tr>
185<th class="colFirst" scope="col">Modifier and Type</th>
186<th class="colLast" scope="col">Method and Description</th>
187</tr>
188<tbody>
189<tr class="altColor">
190<td class="colFirst"><code>void</code></td>
191<td class="colLast"><span class="strong">Message.</span><code><strong><a href="../../../../omq/test/persistence/Message.html#setMessage(java.lang.String)">setMessage</a></strong>(java.lang.String&nbsp;message)</code>&nbsp;</td>
192</tr>
193</tbody>
194</table>
195</li>
196<li class="blockList"><a name="omq.test.stopBroker">
197<!--   -->
198</a>
199<h3>Uses of <a href="../../../../omq/client/annotation/AsyncMethod.html" title="annotation in omq.client.annotation">AsyncMethod</a> in <a href="../../../../omq/test/stopBroker/package-summary.html">omq.test.stopBroker</a></h3>
200<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
201<caption><span>Methods in <a href="../../../../omq/test/stopBroker/package-summary.html">omq.test.stopBroker</a> with annotations of type <a href="../../../../omq/client/annotation/AsyncMethod.html" title="annotation in omq.client.annotation">AsyncMethod</a></span><span class="tabEnd">&nbsp;</span></caption>
202<tr>
203<th class="colFirst" scope="col">Modifier and Type</th>
204<th class="colLast" scope="col">Method and Description</th>
205</tr>
206<tbody>
207<tr class="altColor">
208<td class="colFirst"><code>void</code></td>
209<td class="colLast"><span class="strong">BrokerKillerImpl.</span><code><strong><a href="../../../../omq/test/stopBroker/BrokerKillerImpl.html#killServerBroker()">killServerBroker</a></strong>()</code>&nbsp;</td>
210</tr>
211<tr class="rowColor">
212<td class="colFirst"><code>void</code></td>
213<td class="colLast"><span class="strong">BrokerKiller.</span><code><strong><a href="../../../../omq/test/stopBroker/BrokerKiller.html#killServerBroker()">killServerBroker</a></strong>()</code>&nbsp;</td>
214</tr>
215</tbody>
216</table>
217</li>
218<li class="blockList"><a name="omq.test.workspace">
219<!--   -->
220</a>
221<h3>Uses of <a href="../../../../omq/client/annotation/AsyncMethod.html" title="annotation in omq.client.annotation">AsyncMethod</a> in <a href="../../../../omq/test/workspace/package-summary.html">omq.test.workspace</a></h3>
222<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
223<caption><span>Methods in <a href="../../../../omq/test/workspace/package-summary.html">omq.test.workspace</a> with annotations of type <a href="../../../../omq/client/annotation/AsyncMethod.html" title="annotation in omq.client.annotation">AsyncMethod</a></span><span class="tabEnd">&nbsp;</span></caption>
224<tr>
225<th class="colFirst" scope="col">Modifier and Type</th>
226<th class="colLast" scope="col">Method and Description</th>
227</tr>
228<tbody>
229<tr class="altColor">
230<td class="colFirst"><code>void</code></td>
231<td class="colLast"><span class="strong">RemoteWorkspace.</span><code><strong><a href="../../../../omq/test/workspace/RemoteWorkspace.html#update(omq.test.workspace.Info)">update</a></strong>(<a href="../../../../omq/test/workspace/Info.html" title="class in omq.test.workspace">Info</a>&nbsp;info)</code>&nbsp;</td>
232</tr>
233</tbody>
234</table>
235</li>
236</ul>
237</li>
238</ul>
239</div>
240<!-- ======= START OF BOTTOM NAVBAR ====== -->
241<div class="bottomNav"><a name="navbar_bottom">
242<!--   -->
243</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
244<!--   -->
245</a>
246<ul class="navList" title="Navigation">
247<li><a href="../../../../overview-summary.html">Overview</a></li>
248<li><a href="../package-summary.html">Package</a></li>
249<li><a href="../../../../omq/client/annotation/AsyncMethod.html" title="annotation in omq.client.annotation">Class</a></li>
250<li class="navBarCell1Rev">Use</li>
251<li><a href="../package-tree.html">Tree</a></li>
252<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
253<li><a href="../../../../index-files/index-1.html">Index</a></li>
254<li><a href="../../../../help-doc.html">Help</a></li>
255</ul>
256</div>
257<div class="subNav">
258<ul class="navList">
259<li>Prev</li>
260<li>Next</li>
261</ul>
262<ul class="navList">
263<li><a href="../../../../index.html?omq/client/annotation/class-use/AsyncMethod.html" target="_top">Frames</a></li>
264<li><a href="AsyncMethod.html" target="_top">No Frames</a></li>
265</ul>
266<ul class="navList" id="allclasses_navbar_bottom">
267<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
268</ul>
269<div>
270<script type="text/javascript"><!--
271  allClassesLink = document.getElementById("allclasses_navbar_bottom");
272  if(window==top) {
273    allClassesLink.style.display = "block";
274  }
275  else {
276    allClassesLink.style.display = "none";
277  }
278  //-->
279</script>
280</div>
281<a name="skip-navbar_bottom">
282<!--   -->
283</a></div>
284<!-- ======== END OF BOTTOM NAVBAR ======= -->
285</body>
286</html>
Note: See TracBrowser for help on using the repository browser.