source: trunk/doc/omq/server/InvocationThread.html @ 85

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

Javadocs updated

File size: 13.1 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:17 CEST 2013 -->
6<title>InvocationThread</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="InvocationThread";
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/InvocationThread.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/server/RemoteObject.html" title="class in omq.server"><span class="strong">Next Class</span></a></li>
41</ul>
42<ul class="navList">
43<li><a href="../../index.html?omq/server/InvocationThread.html" target="_top">Frames</a></li>
44<li><a href="InvocationThread.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><a href="#nested_classes_inherited_from_class_java.lang.Thread">Nested</a>&nbsp;|&nbsp;</li>
65<li><a href="#fields_inherited_from_class_java.lang.Thread">Field</a>&nbsp;|&nbsp;</li>
66<li><a href="#constructor_summary">Constr</a>&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><a href="#constructor_detail">Constr</a>&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.server</div>
83<h2 title="Class InvocationThread" class="title">Class InvocationThread</h2>
84</div>
85<div class="contentContainer">
86<ul class="inheritance">
87<li>java.lang.Object</li>
88<li>
89<ul class="inheritance">
90<li>java.lang.Thread</li>
91<li>
92<ul class="inheritance">
93<li>omq.server.InvocationThread</li>
94</ul>
95</li>
96</ul>
97</li>
98</ul>
99<div class="description">
100<ul class="blockList">
101<li class="blockList">
102<dl>
103<dt>All Implemented Interfaces:</dt>
104<dd>java.lang.Runnable</dd>
105</dl>
106<hr>
107<br>
108<pre>public class <span class="strong">InvocationThread</span>
109extends java.lang.Thread</pre>
110<div class="block">An invocationThread waits for requests an invokes them.</div>
111<dl><dt><span class="strong">Author:</span></dt>
112  <dd>Sergi Toda <sergi.toda@estudiants.urv.cat></dd></dl>
113</li>
114</ul>
115</div>
116<div class="summary">
117<ul class="blockList">
118<li class="blockList">
119<!-- ======== NESTED CLASS SUMMARY ======== -->
120<ul class="blockList">
121<li class="blockList"><a name="nested_class_summary">
122<!--   -->
123</a>
124<h3>Nested Class Summary</h3>
125<ul class="blockList">
126<li class="blockList"><a name="nested_classes_inherited_from_class_java.lang.Thread">
127<!--   -->
128</a>
129<h3>Nested classes/interfaces inherited from class&nbsp;java.lang.Thread</h3>
130<code>java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler</code></li>
131</ul>
132</li>
133</ul>
134<!-- =========== FIELD SUMMARY =========== -->
135<ul class="blockList">
136<li class="blockList"><a name="field_summary">
137<!--   -->
138</a>
139<h3>Field Summary</h3>
140<ul class="blockList">
141<li class="blockList"><a name="fields_inherited_from_class_java.lang.Thread">
142<!--   -->
143</a>
144<h3>Fields inherited from class&nbsp;java.lang.Thread</h3>
145<code>MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY</code></li>
146</ul>
147</li>
148</ul>
149<!-- ======== CONSTRUCTOR SUMMARY ======== -->
150<ul class="blockList">
151<li class="blockList"><a name="constructor_summary">
152<!--   -->
153</a>
154<h3>Constructor Summary</h3>
155<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
156<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
157<tr>
158<th class="colOne" scope="col">Constructor and Description</th>
159</tr>
160<tr class="altColor">
161<td class="colOne"><code><strong><a href="../../omq/server/InvocationThread.html#InvocationThread(omq.server.RemoteObject, java.util.concurrent.BlockingQueue, omq.common.util.Serializer)">InvocationThread</a></strong>(<a href="../../omq/server/RemoteObject.html" title="class in omq.server">RemoteObject</a>&nbsp;obj,
162                java.util.concurrent.BlockingQueue&lt;com.rabbitmq.client.QueueingConsumer.Delivery&gt;&nbsp;deliveryQueue,
163                <a href="../../omq/common/util/Serializer.html" title="class in omq.common.util">Serializer</a>&nbsp;serializer)</code>&nbsp;</td>
164</tr>
165</table>
166</li>
167</ul>
168<!-- ========== METHOD SUMMARY =========== -->
169<ul class="blockList">
170<li class="blockList"><a name="method_summary">
171<!--   -->
172</a>
173<h3>Method Summary</h3>
174<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
175<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
176<tr>
177<th class="colFirst" scope="col">Modifier and Type</th>
178<th class="colLast" scope="col">Method and Description</th>
179</tr>
180<tr class="altColor">
181<td class="colFirst"><code>java.util.concurrent.BlockingQueue&lt;com.rabbitmq.client.QueueingConsumer.Delivery&gt;</code></td>
182<td class="colLast"><code><strong><a href="../../omq/server/InvocationThread.html#getDeliveryQueue()">getDeliveryQueue</a></strong>()</code>&nbsp;</td>
183</tr>
184<tr class="rowColor">
185<td class="colFirst"><code><a href="../../omq/server/RemoteObject.html" title="class in omq.server">RemoteObject</a></code></td>
186<td class="colLast"><code><strong><a href="../../omq/server/InvocationThread.html#getObj()">getObj</a></strong>()</code>&nbsp;</td>
187</tr>
188<tr class="altColor">
189<td class="colFirst"><code>void</code></td>
190<td class="colLast"><code><strong><a href="../../omq/server/InvocationThread.html#run()">run</a></strong>()</code>&nbsp;</td>
191</tr>
192<tr class="rowColor">
193<td class="colFirst"><code>void</code></td>
194<td class="colLast"><code><strong><a href="../../omq/server/InvocationThread.html#setDeliveryQueue(java.util.concurrent.BlockingQueue)">setDeliveryQueue</a></strong>(java.util.concurrent.BlockingQueue&lt;com.rabbitmq.client.QueueingConsumer.Delivery&gt;&nbsp;deliveryQueue)</code>&nbsp;</td>
195</tr>
196<tr class="altColor">
197<td class="colFirst"><code>void</code></td>
198<td class="colLast"><code><strong><a href="../../omq/server/InvocationThread.html#setObj(omq.server.RemoteObject)">setObj</a></strong>(<a href="../../omq/server/RemoteObject.html" title="class in omq.server">RemoteObject</a>&nbsp;obj)</code>&nbsp;</td>
199</tr>
200</table>
201<ul class="blockList">
202<li class="blockList"><a name="methods_inherited_from_class_java.lang.Thread">
203<!--   -->
204</a>
205<h3>Methods inherited from class&nbsp;java.lang.Thread</h3>
206<code>activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield</code></li>
207</ul>
208<ul class="blockList">
209<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
210<!--   -->
211</a>
212<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
213<code>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
214</ul>
215</li>
216</ul>
217</li>
218</ul>
219</div>
220<div class="details">
221<ul class="blockList">
222<li class="blockList">
223<!-- ========= CONSTRUCTOR DETAIL ======== -->
224<ul class="blockList">
225<li class="blockList"><a name="constructor_detail">
226<!--   -->
227</a>
228<h3>Constructor Detail</h3>
229<a name="InvocationThread(omq.server.RemoteObject, java.util.concurrent.BlockingQueue, omq.common.util.Serializer)">
230<!--   -->
231</a>
232<ul class="blockListLast">
233<li class="blockList">
234<h4>InvocationThread</h4>
235<pre>public&nbsp;InvocationThread(<a href="../../omq/server/RemoteObject.html" title="class in omq.server">RemoteObject</a>&nbsp;obj,
236                java.util.concurrent.BlockingQueue&lt;com.rabbitmq.client.QueueingConsumer.Delivery&gt;&nbsp;deliveryQueue,
237                <a href="../../omq/common/util/Serializer.html" title="class in omq.common.util">Serializer</a>&nbsp;serializer)</pre>
238</li>
239</ul>
240</li>
241</ul>
242<!-- ============ METHOD DETAIL ========== -->
243<ul class="blockList">
244<li class="blockList"><a name="method_detail">
245<!--   -->
246</a>
247<h3>Method Detail</h3>
248<a name="run()">
249<!--   -->
250</a>
251<ul class="blockList">
252<li class="blockList">
253<h4>run</h4>
254<pre>public&nbsp;void&nbsp;run()</pre>
255<dl>
256<dt><strong>Specified by:</strong></dt>
257<dd><code>run</code>&nbsp;in interface&nbsp;<code>java.lang.Runnable</code></dd>
258<dt><strong>Overrides:</strong></dt>
259<dd><code>run</code>&nbsp;in class&nbsp;<code>java.lang.Thread</code></dd>
260</dl>
261</li>
262</ul>
263<a name="getObj()">
264<!--   -->
265</a>
266<ul class="blockList">
267<li class="blockList">
268<h4>getObj</h4>
269<pre>public&nbsp;<a href="../../omq/server/RemoteObject.html" title="class in omq.server">RemoteObject</a>&nbsp;getObj()</pre>
270</li>
271</ul>
272<a name="setObj(omq.server.RemoteObject)">
273<!--   -->
274</a>
275<ul class="blockList">
276<li class="blockList">
277<h4>setObj</h4>
278<pre>public&nbsp;void&nbsp;setObj(<a href="../../omq/server/RemoteObject.html" title="class in omq.server">RemoteObject</a>&nbsp;obj)</pre>
279</li>
280</ul>
281<a name="getDeliveryQueue()">
282<!--   -->
283</a>
284<ul class="blockList">
285<li class="blockList">
286<h4>getDeliveryQueue</h4>
287<pre>public&nbsp;java.util.concurrent.BlockingQueue&lt;com.rabbitmq.client.QueueingConsumer.Delivery&gt;&nbsp;getDeliveryQueue()</pre>
288</li>
289</ul>
290<a name="setDeliveryQueue(java.util.concurrent.BlockingQueue)">
291<!--   -->
292</a>
293<ul class="blockListLast">
294<li class="blockList">
295<h4>setDeliveryQueue</h4>
296<pre>public&nbsp;void&nbsp;setDeliveryQueue(java.util.concurrent.BlockingQueue&lt;com.rabbitmq.client.QueueingConsumer.Delivery&gt;&nbsp;deliveryQueue)</pre>
297</li>
298</ul>
299</li>
300</ul>
301</li>
302</ul>
303</div>
304</div>
305<!-- ========= END OF CLASS DATA ========= -->
306<!-- ======= START OF BOTTOM NAVBAR ====== -->
307<div class="bottomNav"><a name="navbar_bottom">
308<!--   -->
309</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
310<!--   -->
311</a>
312<ul class="navList" title="Navigation">
313<li><a href="../../overview-summary.html">Overview</a></li>
314<li><a href="package-summary.html">Package</a></li>
315<li class="navBarCell1Rev">Class</li>
316<li><a href="class-use/InvocationThread.html">Use</a></li>
317<li><a href="package-tree.html">Tree</a></li>
318<li><a href="../../deprecated-list.html">Deprecated</a></li>
319<li><a href="../../index-files/index-1.html">Index</a></li>
320<li><a href="../../help-doc.html">Help</a></li>
321</ul>
322</div>
323<div class="subNav">
324<ul class="navList">
325<li>Prev Class</li>
326<li><a href="../../omq/server/RemoteObject.html" title="class in omq.server"><span class="strong">Next Class</span></a></li>
327</ul>
328<ul class="navList">
329<li><a href="../../index.html?omq/server/InvocationThread.html" target="_top">Frames</a></li>
330<li><a href="InvocationThread.html" target="_top">No Frames</a></li>
331</ul>
332<ul class="navList" id="allclasses_navbar_bottom">
333<li><a href="../../allclasses-noframe.html">All Classes</a></li>
334</ul>
335<div>
336<script type="text/javascript"><!--
337  allClassesLink = document.getElementById("allclasses_navbar_bottom");
338  if(window==top) {
339    allClassesLink.style.display = "block";
340  }
341  else {
342    allClassesLink.style.display = "none";
343  }
344  //-->
345</script>
346</div>
347<div>
348<ul class="subNavList">
349<li>Summary:&nbsp;</li>
350<li><a href="#nested_classes_inherited_from_class_java.lang.Thread">Nested</a>&nbsp;|&nbsp;</li>
351<li><a href="#fields_inherited_from_class_java.lang.Thread">Field</a>&nbsp;|&nbsp;</li>
352<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
353<li><a href="#method_summary">Method</a></li>
354</ul>
355<ul class="subNavList">
356<li>Detail:&nbsp;</li>
357<li>Field&nbsp;|&nbsp;</li>
358<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
359<li><a href="#method_detail">Method</a></li>
360</ul>
361</div>
362<a name="skip-navbar_bottom">
363<!--   -->
364</a></div>
365<!-- ======== END OF BOTTOM NAVBAR ======= -->
366</body>
367</html>
Note: See TracBrowser for help on using the repository browser.