source: trunk/doc/omq/test/exception/ClientInterface.html @ 83

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

J

File size: 9.9 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>ClientInterface</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="ClientInterface";
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 class="navBarCell1Rev">Class</li>
30<li><a href="class-use/ClientInterface.html">Use</a></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 Class</li>
40<li><a href="../../../omq/test/exception/ExceptionTest.html" title="class in omq.test.exception"><span class="strong">Next Class</span></a></li>
41</ul>
42<ul class="navList">
43<li><a href="../../../index.html?omq/test/exception/ClientInterface.html" target="_top">Frames</a></li>
44<li><a href="ClientInterface.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<div>
62<ul class="subNavList">
63<li>Summary:&nbsp;</li>
64<li>Nested&nbsp;|&nbsp;</li>
65<li>Field&nbsp;|&nbsp;</li>
66<li>Constr&nbsp;|&nbsp;</li>
67<li><a href="#method_summary">Method</a></li>
68</ul>
69<ul class="subNavList">
70<li>Detail:&nbsp;</li>
71<li>Field&nbsp;|&nbsp;</li>
72<li>Constr&nbsp;|&nbsp;</li>
73<li><a href="#method_detail">Method</a></li>
74</ul>
75</div>
76<a name="skip-navbar_top">
77<!--   -->
78</a></div>
79<!-- ========= END OF TOP NAVBAR ========= -->
80<!-- ======== START OF CLASS DATA ======== -->
81<div class="header">
82<div class="subTitle">omq.test.exception</div>
83<h2 title="Interface ClientInterface" class="title">Interface ClientInterface</h2>
84</div>
85<div class="contentContainer">
86<div class="description">
87<ul class="blockList">
88<li class="blockList">
89<dl>
90<dt>All Superinterfaces:</dt>
91<dd><a href="../../../omq/Remote.html" title="interface in omq">Remote</a>, java.io.Serializable</dd>
92</dl>
93<hr>
94<br>
95<pre><a href="../../../omq/client/annotation/RemoteInterface.html" title="annotation in omq.client.annotation">@RemoteInterface</a>
96public interface <span class="strong">ClientInterface</span>
97extends <a href="../../../omq/Remote.html" title="interface in omq">Remote</a></pre>
98<dl><dt><span class="strong">Author:</span></dt>
99  <dd>Sergi Toda <sergi.toda@estudiants.urv.cat></dd></dl>
100</li>
101</ul>
102</div>
103<div class="summary">
104<ul class="blockList">
105<li class="blockList">
106<!-- ========== METHOD SUMMARY =========== -->
107<ul class="blockList">
108<li class="blockList"><a name="method_summary">
109<!--   -->
110</a>
111<h3>Method Summary</h3>
112<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
113<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
114<tr>
115<th class="colFirst" scope="col">Modifier and Type</th>
116<th class="colLast" scope="col">Method and Description</th>
117</tr>
118<tr class="altColor">
119<td class="colFirst"><code>void</code></td>
120<td class="colLast"><code><strong><a href="../../../omq/test/exception/ClientInterface.html#addHp(int)">addHp</a></strong>(int&nbsp;hp)</code>&nbsp;</td>
121</tr>
122<tr class="rowColor">
123<td class="colFirst"><code>void</code></td>
124<td class="colLast"><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>
125</tr>
126<tr class="altColor">
127<td class="colFirst"><code>void</code></td>
128<td class="colLast"><code><strong><a href="../../../omq/test/exception/ClientInterface.html#addWheels(int)">addWheels</a></strong>(int&nbsp;numWheels)</code>&nbsp;</td>
129</tr>
130<tr class="rowColor">
131<td class="colFirst"><code>int</code></td>
132<td class="colLast"><code><strong><a href="../../../omq/test/exception/ClientInterface.html#getHp()">getHp</a></strong>()</code>&nbsp;</td>
133</tr>
134<tr class="altColor">
135<td class="colFirst"><code>double</code></td>
136<td class="colLast"><code><strong><a href="../../../omq/test/exception/ClientInterface.html#getPrice()">getPrice</a></strong>()</code>&nbsp;</td>
137</tr>
138<tr class="rowColor">
139<td class="colFirst"><code><a href="../../../omq/test/exception/Trailer.html" title="class in omq.test.exception">Trailer</a></code></td>
140<td class="colLast"><code><strong><a href="../../../omq/test/exception/ClientInterface.html#getTrailer()">getTrailer</a></strong>()</code>&nbsp;</td>
141</tr>
142<tr class="altColor">
143<td class="colFirst"><code>int</code></td>
144<td class="colLast"><code><strong><a href="../../../omq/test/exception/ClientInterface.html#getWheels()">getWheels</a></strong>()</code>&nbsp;</td>
145</tr>
146<tr class="rowColor">
147<td class="colFirst"><code>void</code></td>
148<td class="colLast"><code><strong><a href="../../../omq/test/exception/ClientInterface.html#setPrice(double)">setPrice</a></strong>(double&nbsp;price)</code>&nbsp;</td>
149</tr>
150</table>
151<ul class="blockList">
152<li class="blockList"><a name="methods_inherited_from_class_omq.Remote">
153<!--   -->
154</a>
155<h3>Methods inherited from interface&nbsp;omq.<a href="../../../omq/Remote.html" title="interface in omq">Remote</a></h3>
156<code><a href="../../../omq/Remote.html#getRef()">getRef</a></code></li>
157</ul>
158</li>
159</ul>
160</li>
161</ul>
162</div>
163<div class="details">
164<ul class="blockList">
165<li class="blockList">
166<!-- ============ METHOD DETAIL ========== -->
167<ul class="blockList">
168<li class="blockList"><a name="method_detail">
169<!--   -->
170</a>
171<h3>Method Detail</h3>
172<a name="addWheels(int)">
173<!--   -->
174</a>
175<ul class="blockList">
176<li class="blockList">
177<h4>addWheels</h4>
178<pre>void&nbsp;addWheels(int&nbsp;numWheels)</pre>
179</li>
180</ul>
181<a name="addHp(int)">
182<!--   -->
183</a>
184<ul class="blockList">
185<li class="blockList">
186<h4>addHp</h4>
187<pre>void&nbsp;addHp(int&nbsp;hp)</pre>
188</li>
189</ul>
190<a name="addTrailer(omq.test.exception.Trailer)">
191<!--   -->
192</a>
193<ul class="blockList">
194<li class="blockList">
195<h4>addTrailer</h4>
196<pre>void&nbsp;addTrailer(<a href="../../../omq/test/exception/Trailer.html" title="class in omq.test.exception">Trailer</a>&nbsp;t)</pre>
197</li>
198</ul>
199<a name="setPrice(double)">
200<!--   -->
201</a>
202<ul class="blockList">
203<li class="blockList">
204<h4>setPrice</h4>
205<pre>void&nbsp;setPrice(double&nbsp;price)</pre>
206</li>
207</ul>
208<a name="getTrailer()">
209<!--   -->
210</a>
211<ul class="blockList">
212<li class="blockList">
213<h4>getTrailer</h4>
214<pre><a href="../../../omq/test/exception/Trailer.html" title="class in omq.test.exception">Trailer</a>&nbsp;getTrailer()</pre>
215</li>
216</ul>
217<a name="getHp()">
218<!--   -->
219</a>
220<ul class="blockList">
221<li class="blockList">
222<h4>getHp</h4>
223<pre>int&nbsp;getHp()</pre>
224</li>
225</ul>
226<a name="getWheels()">
227<!--   -->
228</a>
229<ul class="blockList">
230<li class="blockList">
231<h4>getWheels</h4>
232<pre>int&nbsp;getWheels()</pre>
233</li>
234</ul>
235<a name="getPrice()">
236<!--   -->
237</a>
238<ul class="blockListLast">
239<li class="blockList">
240<h4>getPrice</h4>
241<pre>double&nbsp;getPrice()</pre>
242</li>
243</ul>
244</li>
245</ul>
246</li>
247</ul>
248</div>
249</div>
250<!-- ========= END OF CLASS DATA ========= -->
251<!-- ======= START OF BOTTOM NAVBAR ====== -->
252<div class="bottomNav"><a name="navbar_bottom">
253<!--   -->
254</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
255<!--   -->
256</a>
257<ul class="navList" title="Navigation">
258<li><a href="../../../overview-summary.html">Overview</a></li>
259<li><a href="package-summary.html">Package</a></li>
260<li class="navBarCell1Rev">Class</li>
261<li><a href="class-use/ClientInterface.html">Use</a></li>
262<li><a href="package-tree.html">Tree</a></li>
263<li><a href="../../../deprecated-list.html">Deprecated</a></li>
264<li><a href="../../../index-files/index-1.html">Index</a></li>
265<li><a href="../../../help-doc.html">Help</a></li>
266</ul>
267</div>
268<div class="subNav">
269<ul class="navList">
270<li>Prev Class</li>
271<li><a href="../../../omq/test/exception/ExceptionTest.html" title="class in omq.test.exception"><span class="strong">Next Class</span></a></li>
272</ul>
273<ul class="navList">
274<li><a href="../../../index.html?omq/test/exception/ClientInterface.html" target="_top">Frames</a></li>
275<li><a href="ClientInterface.html" target="_top">No Frames</a></li>
276</ul>
277<ul class="navList" id="allclasses_navbar_bottom">
278<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
279</ul>
280<div>
281<script type="text/javascript"><!--
282  allClassesLink = document.getElementById("allclasses_navbar_bottom");
283  if(window==top) {
284    allClassesLink.style.display = "block";
285  }
286  else {
287    allClassesLink.style.display = "none";
288  }
289  //-->
290</script>
291</div>
292<div>
293<ul class="subNavList">
294<li>Summary:&nbsp;</li>
295<li>Nested&nbsp;|&nbsp;</li>
296<li>Field&nbsp;|&nbsp;</li>
297<li>Constr&nbsp;|&nbsp;</li>
298<li><a href="#method_summary">Method</a></li>
299</ul>
300<ul class="subNavList">
301<li>Detail:&nbsp;</li>
302<li>Field&nbsp;|&nbsp;</li>
303<li>Constr&nbsp;|&nbsp;</li>
304<li><a href="#method_detail">Method</a></li>
305</ul>
306</div>
307<a name="skip-navbar_bottom">
308<!--   -->
309</a></div>
310<!-- ======== END OF BOTTOM NAVBAR ======= -->
311</body>
312</html>
Note: See TracBrowser for help on using the repository browser.