source: trunk/doc/omq/client/annotation/class-use/SyncMethod.html @ 85

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

Javadocs updated

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 Wed Jul 10 13:13:18 CEST 2013 -->
6<title>Uses of Class omq.client.annotation.SyncMethod</title>
7<meta name="date" content="2013-07-10">
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.SyncMethod";
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/SyncMethod.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/SyncMethod.html" target="_top">Frames</a></li>
44<li><a href="SyncMethod.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.SyncMethod" class="title">Uses of Class<br>omq.client.annotation.SyncMethod</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/SyncMethod.html" title="annotation in omq.client.annotation">SyncMethod</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.observer">omq.test.observer</a></td>
92<td class="colLast">&nbsp;</td>
93</tr>
94<tr class="altColor">
95<td class="colFirst"><a href="#omq.test.persistence">omq.test.persistence</a></td>
96<td class="colLast">&nbsp;</td>
97</tr>
98</tbody>
99</table>
100</li>
101<li class="blockList">
102<ul class="blockList">
103<li class="blockList"><a name="omq.test.calculator">
104<!--   -->
105</a>
106<h3>Uses of <a href="../../../../omq/client/annotation/SyncMethod.html" title="annotation in omq.client.annotation">SyncMethod</a> in <a href="../../../../omq/test/calculator/package-summary.html">omq.test.calculator</a></h3>
107<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
108<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/SyncMethod.html" title="annotation in omq.client.annotation">SyncMethod</a></span><span class="tabEnd">&nbsp;</span></caption>
109<tr>
110<th class="colFirst" scope="col">Modifier and Type</th>
111<th class="colLast" scope="col">Method and Description</th>
112</tr>
113<tbody>
114<tr class="altColor">
115<td class="colFirst"><code>int</code></td>
116<td class="colLast"><span class="strong">Calculator.</span><code><strong><a href="../../../../omq/test/calculator/Calculator.html#add(int, int)">add</a></strong>(int&nbsp;x,
117   int&nbsp;y)</code>&nbsp;</td>
118</tr>
119<tr class="rowColor">
120<td class="colFirst"><code>int</code></td>
121<td class="colLast"><span class="strong">Calculator.</span><code><strong><a href="../../../../omq/test/calculator/Calculator.html#divideByZero()">divideByZero</a></strong>()</code>&nbsp;</td>
122</tr>
123</tbody>
124</table>
125</li>
126<li class="blockList"><a name="omq.test.exception">
127<!--   -->
128</a>
129<h3>Uses of <a href="../../../../omq/client/annotation/SyncMethod.html" title="annotation in omq.client.annotation">SyncMethod</a> in <a href="../../../../omq/test/exception/package-summary.html">omq.test.exception</a></h3>
130<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
131<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/SyncMethod.html" title="annotation in omq.client.annotation">SyncMethod</a></span><span class="tabEnd">&nbsp;</span></caption>
132<tr>
133<th class="colFirst" scope="col">Modifier and Type</th>
134<th class="colLast" scope="col">Method and Description</th>
135</tr>
136<tbody>
137<tr class="altColor">
138<td class="colFirst"><code>int</code></td>
139<td class="colLast"><span class="strong">ClientInterface.</span><code><strong><a href="../../../../omq/test/exception/ClientInterface.html#getHp()">getHp</a></strong>()</code>&nbsp;</td>
140</tr>
141<tr class="rowColor">
142<td class="colFirst"><code>double</code></td>
143<td class="colLast"><span class="strong">ClientInterface.</span><code><strong><a href="../../../../omq/test/exception/ClientInterface.html#getPrice()">getPrice</a></strong>()</code>&nbsp;</td>
144</tr>
145<tr class="altColor">
146<td class="colFirst"><code><a href="../../../../omq/test/exception/Trailer.html" title="class in omq.test.exception">Trailer</a></code></td>
147<td class="colLast"><span class="strong">ClientInterface.</span><code><strong><a href="../../../../omq/test/exception/ClientInterface.html#getTrailer()">getTrailer</a></strong>()</code>&nbsp;</td>
148</tr>
149<tr class="rowColor">
150<td class="colFirst"><code>int</code></td>
151<td class="colLast"><span class="strong">ClientInterface.</span><code><strong><a href="../../../../omq/test/exception/ClientInterface.html#getWheels()">getWheels</a></strong>()</code>&nbsp;</td>
152</tr>
153</tbody>
154</table>
155</li>
156<li class="blockList"><a name="omq.test.multiProcess">
157<!--   -->
158</a>
159<h3>Uses of <a href="../../../../omq/client/annotation/SyncMethod.html" title="annotation in omq.client.annotation">SyncMethod</a> in <a href="../../../../omq/test/multiProcess/package-summary.html">omq.test.multiProcess</a></h3>
160<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
161<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/SyncMethod.html" title="annotation in omq.client.annotation">SyncMethod</a></span><span class="tabEnd">&nbsp;</span></caption>
162<tr>
163<th class="colFirst" scope="col">Modifier and Type</th>
164<th class="colLast" scope="col">Method and Description</th>
165</tr>
166<tbody>
167<tr class="altColor">
168<td class="colFirst"><code>int[]</code></td>
169<td class="colLast"><span class="strong">NumberClient.</span><code><strong><a href="../../../../omq/test/multiProcess/NumberClient.html#getMultiNumber()">getMultiNumber</a></strong>()</code>&nbsp;</td>
170</tr>
171<tr class="rowColor">
172<td class="colFirst"><code>int</code></td>
173<td class="colLast"><span class="strong">NumberClient.</span><code><strong><a href="../../../../omq/test/multiProcess/NumberClient.html#getNumber()">getNumber</a></strong>()</code>&nbsp;</td>
174</tr>
175<tr class="altColor">
176<td class="colFirst"><code>void</code></td>
177<td class="colLast"><span class="strong">NumberClient.</span><code><strong><a href="../../../../omq/test/multiProcess/NumberClient.html#setNumber(int)">setNumber</a></strong>(int&nbsp;x)</code>&nbsp;</td>
178</tr>
179</tbody>
180</table>
181</li>
182<li class="blockList"><a name="omq.test.observer">
183<!--   -->
184</a>
185<h3>Uses of <a href="../../../../omq/client/annotation/SyncMethod.html" title="annotation in omq.client.annotation">SyncMethod</a> in <a href="../../../../omq/test/observer/package-summary.html">omq.test.observer</a></h3>
186<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
187<caption><span>Methods in <a href="../../../../omq/test/observer/package-summary.html">omq.test.observer</a> with annotations of type <a href="../../../../omq/client/annotation/SyncMethod.html" title="annotation in omq.client.annotation">SyncMethod</a></span><span class="tabEnd">&nbsp;</span></caption>
188<tr>
189<th class="colFirst" scope="col">Modifier and Type</th>
190<th class="colLast" scope="col">Method and Description</th>
191</tr>
192<tbody>
193<tr class="altColor">
194<td class="colFirst"><code>void</code></td>
195<td class="colLast"><span class="strong">RemoteSubject.</span><code><strong><a href="../../../../omq/test/observer/RemoteSubject.html#addObserver(java.lang.String)">addObserver</a></strong>(java.lang.String&nbsp;ref)</code>&nbsp;</td>
196</tr>
197<tr class="rowColor">
198<td class="colFirst"><code>java.lang.String</code></td>
199<td class="colLast"><span class="strong">RemoteSubject.</span><code><strong><a href="../../../../omq/test/observer/RemoteSubject.html#getStringState()">getStringState</a></strong>()</code>&nbsp;</td>
200</tr>
201<tr class="altColor">
202<td class="colFirst"><code>void</code></td>
203<td class="colLast"><span class="strong">RemoteSubject.</span><code><strong><a href="../../../../omq/test/observer/RemoteSubject.html#notifyObservers()">notifyObservers</a></strong>()</code>&nbsp;</td>
204</tr>
205<tr class="rowColor">
206<td class="colFirst"><code>void</code></td>
207<td class="colLast"><span class="strong">RemoteSubject.</span><code><strong><a href="../../../../omq/test/observer/RemoteSubject.html#removeObserver(java.lang.String)">removeObserver</a></strong>(java.lang.String&nbsp;ref)</code>&nbsp;</td>
208</tr>
209<tr class="altColor">
210<td class="colFirst"><code>void</code></td>
211<td class="colLast"><span class="strong">RemoteSubject.</span><code><strong><a href="../../../../omq/test/observer/RemoteSubject.html#setState(java.lang.String)">setState</a></strong>(java.lang.String&nbsp;state)</code>&nbsp;</td>
212</tr>
213<tr class="rowColor">
214<td class="colFirst"><code>void</code></td>
215<td class="colLast"><span class="strong">RemoteObserver.</span><code><strong><a href="../../../../omq/test/observer/RemoteObserver.html#update()">update</a></strong>()</code>&nbsp;</td>
216</tr>
217</tbody>
218</table>
219</li>
220<li class="blockList"><a name="omq.test.persistence">
221<!--   -->
222</a>
223<h3>Uses of <a href="../../../../omq/client/annotation/SyncMethod.html" title="annotation in omq.client.annotation">SyncMethod</a> in <a href="../../../../omq/test/persistence/package-summary.html">omq.test.persistence</a></h3>
224<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
225<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/SyncMethod.html" title="annotation in omq.client.annotation">SyncMethod</a></span><span class="tabEnd">&nbsp;</span></caption>
226<tr>
227<th class="colFirst" scope="col">Modifier and Type</th>
228<th class="colLast" scope="col">Method and Description</th>
229</tr>
230<tbody>
231<tr class="altColor">
232<td class="colFirst"><code>java.lang.String</code></td>
233<td class="colLast"><span class="strong">Message.</span><code><strong><a href="../../../../omq/test/persistence/Message.html#getMessage()">getMessage</a></strong>()</code>&nbsp;</td>
234</tr>
235</tbody>
236</table>
237</li>
238</ul>
239</li>
240</ul>
241</div>
242<!-- ======= START OF BOTTOM NAVBAR ====== -->
243<div class="bottomNav"><a name="navbar_bottom">
244<!--   -->
245</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
246<!--   -->
247</a>
248<ul class="navList" title="Navigation">
249<li><a href="../../../../overview-summary.html">Overview</a></li>
250<li><a href="../package-summary.html">Package</a></li>
251<li><a href="../../../../omq/client/annotation/SyncMethod.html" title="annotation in omq.client.annotation">Class</a></li>
252<li class="navBarCell1Rev">Use</li>
253<li><a href="../package-tree.html">Tree</a></li>
254<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
255<li><a href="../../../../index-files/index-1.html">Index</a></li>
256<li><a href="../../../../help-doc.html">Help</a></li>
257</ul>
258</div>
259<div class="subNav">
260<ul class="navList">
261<li>Prev</li>
262<li>Next</li>
263</ul>
264<ul class="navList">
265<li><a href="../../../../index.html?omq/client/annotation/class-use/SyncMethod.html" target="_top">Frames</a></li>
266<li><a href="SyncMethod.html" target="_top">No Frames</a></li>
267</ul>
268<ul class="navList" id="allclasses_navbar_bottom">
269<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
270</ul>
271<div>
272<script type="text/javascript"><!--
273  allClassesLink = document.getElementById("allclasses_navbar_bottom");
274  if(window==top) {
275    allClassesLink.style.display = "block";
276  }
277  else {
278    allClassesLink.style.display = "none";
279  }
280  //-->
281</script>
282</div>
283<a name="skip-navbar_bottom">
284<!--   -->
285</a></div>
286<!-- ======== END OF BOTTOM NAVBAR ======= -->
287</body>
288</html>
Note: See TracBrowser for help on using the repository browser.