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

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

J

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