source: trunk/doc/omq/common/util/ParameterQueue.html @ 83

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

J

File size: 18.5 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>ParameterQueue</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="ParameterQueue";
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/ParameterQueue.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><a href="../../../omq/common/util/OmqConnectionFactory.html" title="class in omq.common.util"><span class="strong">Prev Class</span></a></li>
40<li><a href="../../../omq/common/util/Serializer.html" title="class in omq.common.util"><span class="strong">Next Class</span></a></li>
41</ul>
42<ul class="navList">
43<li><a href="../../../index.html?omq/common/util/ParameterQueue.html" target="_top">Frames</a></li>
44<li><a href="ParameterQueue.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><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
66<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
67<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
68</ul>
69<ul class="subNavList">
70<li>Detail:&nbsp;</li>
71<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
72<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
73<li>Method</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.common.util</div>
83<h2 title="Class ParameterQueue" class="title">Class ParameterQueue</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>omq.common.util.ParameterQueue</li>
91</ul>
92</li>
93</ul>
94<div class="description">
95<ul class="blockList">
96<li class="blockList">
97<hr>
98<br>
99<pre>public class <span class="strong">ParameterQueue</span>
100extends java.lang.Object</pre>
101<div class="block">This class is used to create new environments.</div>
102<dl><dt><span class="strong">Author:</span></dt>
103  <dd>Sergi Toda <sergi.toda@estudiants.urv.cat></dd></dl>
104</li>
105</ul>
106</div>
107<div class="summary">
108<ul class="blockList">
109<li class="blockList">
110<!-- =========== FIELD SUMMARY =========== -->
111<ul class="blockList">
112<li class="blockList"><a name="field_summary">
113<!--   -->
114</a>
115<h3>Field Summary</h3>
116<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
117<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
118<tr>
119<th class="colFirst" scope="col">Modifier and Type</th>
120<th class="colLast" scope="col">Field and Description</th>
121</tr>
122<tr class="altColor">
123<td class="colFirst"><code>static java.lang.String</code></td>
124<td class="colLast"><code><strong><a href="../../../omq/common/util/ParameterQueue.html#AUTO_DELETE_QUEUE">AUTO_DELETE_QUEUE</a></strong></code>
125<div class="block">Set if server will delete a queue when is no longer in use</div>
126</td>
127</tr>
128<tr class="rowColor">
129<td class="colFirst"><code>static long</code></td>
130<td class="colLast"><code><strong><a href="../../../omq/common/util/ParameterQueue.html#DEFAULT_TIMEOUT">DEFAULT_TIMEOUT</a></strong></code>
131<div class="block">Time in milis by default is set in a minute</div>
132</td>
133</tr>
134<tr class="altColor">
135<td class="colFirst"><code>static java.lang.String</code></td>
136<td class="colLast"><code><strong><a href="../../../omq/common/util/ParameterQueue.html#DELIVERY_MODE">DELIVERY_MODE</a></strong></code>
137<div class="block">Set 1 to indicate the message will be nonpersistent and 2 to indicate it
138 will be persistent</div>
139</td>
140</tr>
141<tr class="rowColor">
142<td class="colFirst"><code>static java.lang.String</code></td>
143<td class="colLast"><code><strong><a href="../../../omq/common/util/ParameterQueue.html#DURABLE_QUEUES">DURABLE_QUEUES</a></strong></code>
144<div class="block">Set if the queues must be durable.</div>
145</td>
146</tr>
147<tr class="altColor">
148<td class="colFirst"><code>static java.lang.String</code></td>
149<td class="colLast"><code><strong><a href="../../../omq/common/util/ParameterQueue.html#ENABLE_COMPRESSION">ENABLE_COMPRESSION</a></strong></code>
150<div class="block">Set whether the messages must be compressed or not</div>
151</td>
152</tr>
153<tr class="rowColor">
154<td class="colFirst"><code>static java.lang.String</code></td>
155<td class="colLast"><code><strong><a href="../../../omq/common/util/ParameterQueue.html#ENABLE_SSL">ENABLE_SSL</a></strong></code>
156<div class="block">Set if the system will use ssl</div>
157</td>
158</tr>
159<tr class="altColor">
160<td class="colFirst"><code>static java.lang.String</code></td>
161<td class="colLast"><code><strong><a href="../../../omq/common/util/ParameterQueue.html#EXCLUSIVE_QUEUE">EXCLUSIVE_QUEUE</a></strong></code>
162<div class="block">Set if we are declaring an exclusive queue (restricted to this
163 connection)</div>
164</td>
165</tr>
166<tr class="rowColor">
167<td class="colFirst"><code>static java.lang.String</code></td>
168<td class="colLast"><code><strong><a href="../../../omq/common/util/ParameterQueue.html#MESSAGE_TTL_IN_QUEUES">MESSAGE_TTL_IN_QUEUES</a></strong></code>
169<div class="block">The MESSAGE_TTL_IN_QUEUES controls for how long a message published to
170 the queues can live before it is discarded.</div>
171</td>
172</tr>
173<tr class="altColor">
174<td class="colFirst"><code>static java.lang.String</code></td>
175<td class="colLast"><code><strong><a href="../../../omq/common/util/ParameterQueue.html#MULTI_QUEUE_NAME">MULTI_QUEUE_NAME</a></strong></code>
176<div class="block">Set the specific name of a multi queue in a specific object</div>
177</td>
178</tr>
179<tr class="rowColor">
180<td class="colFirst"><code>static java.lang.String</code></td>
181<td class="colLast"><code><strong><a href="../../../omq/common/util/ParameterQueue.html#NUM_THREADS">NUM_THREADS</a></strong></code>
182<div class="block">Set how many threads will be created to invoke remote methods</div>
183</td>
184</tr>
185<tr class="altColor">
186<td class="colFirst"><code>static java.lang.String</code></td>
187<td class="colLast"><code><strong><a href="../../../omq/common/util/ParameterQueue.html#PROXY_SERIALIZER">PROXY_SERIALIZER</a></strong></code>
188<div class="block">Set the proxy's serializer method</div>
189</td>
190</tr>
191<tr class="rowColor">
192<td class="colFirst"><code>static java.lang.String</code></td>
193<td class="colLast"><code><strong><a href="../../../omq/common/util/ParameterQueue.html#RABBIT_HOST">RABBIT_HOST</a></strong></code>
194<div class="block">Set the ip where the rabbitmq server is.</div>
195</td>
196</tr>
197<tr class="altColor">
198<td class="colFirst"><code>static java.lang.String</code></td>
199<td class="colLast"><code><strong><a href="../../../omq/common/util/ParameterQueue.html#RABBIT_PORT">RABBIT_PORT</a></strong></code>
200<div class="block">Set the port that rabbitmq uses.</div>
201</td>
202</tr>
203<tr class="rowColor">
204<td class="colFirst"><code>static java.lang.String</code></td>
205<td class="colLast"><code><strong><a href="../../../omq/common/util/ParameterQueue.html#RETRY_TIME_CONNECTION">RETRY_TIME_CONNECTION</a></strong></code>
206<div class="block">Set how many time we have to wait to retry the connection with the server
207 when this goes down</div>
208</td>
209</tr>
210<tr class="altColor">
211<td class="colFirst"><code>static java.lang.String</code></td>
212<td class="colLast"><code><strong><a href="../../../omq/common/util/ParameterQueue.html#RPC_EXCHANGE">RPC_EXCHANGE</a></strong></code>
213<div class="block">Set the exchange where the objectmq are listening</div>
214</td>
215</tr>
216<tr class="rowColor">
217<td class="colFirst"><code>static java.lang.String</code></td>
218<td class="colLast"><code><strong><a href="../../../omq/common/util/ParameterQueue.html#RPC_REPLY_QUEUE">RPC_REPLY_QUEUE</a></strong></code>
219<div class="block">Set the clients reply queue.</div>
220</td>
221</tr>
222<tr class="altColor">
223<td class="colFirst"><code>static java.lang.String</code></td>
224<td class="colLast"><code><strong><a href="../../../omq/common/util/ParameterQueue.html#USER_NAME">USER_NAME</a></strong></code>
225<div class="block">Set the clients username</div>
226</td>
227</tr>
228<tr class="rowColor">
229<td class="colFirst"><code>static java.lang.String</code></td>
230<td class="colLast"><code><strong><a href="../../../omq/common/util/ParameterQueue.html#USER_PASS">USER_PASS</a></strong></code>
231<div class="block">Set the clients password</div>
232</td>
233</tr>
234</table>
235</li>
236</ul>
237<!-- ======== CONSTRUCTOR SUMMARY ======== -->
238<ul class="blockList">
239<li class="blockList"><a name="constructor_summary">
240<!--   -->
241</a>
242<h3>Constructor Summary</h3>
243<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
244<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
245<tr>
246<th class="colOne" scope="col">Constructor and Description</th>
247</tr>
248<tr class="altColor">
249<td class="colOne"><code><strong><a href="../../../omq/common/util/ParameterQueue.html#ParameterQueue()">ParameterQueue</a></strong>()</code>&nbsp;</td>
250</tr>
251</table>
252</li>
253</ul>
254<!-- ========== METHOD SUMMARY =========== -->
255<ul class="blockList">
256<li class="blockList"><a name="method_summary">
257<!--   -->
258</a>
259<h3>Method Summary</h3>
260<ul class="blockList">
261<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
262<!--   -->
263</a>
264<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
265<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
266</ul>
267</li>
268</ul>
269</li>
270</ul>
271</div>
272<div class="details">
273<ul class="blockList">
274<li class="blockList">
275<!-- ============ FIELD DETAIL =========== -->
276<ul class="blockList">
277<li class="blockList"><a name="field_detail">
278<!--   -->
279</a>
280<h3>Field Detail</h3>
281<a name="PROXY_SERIALIZER">
282<!--   -->
283</a>
284<ul class="blockList">
285<li class="blockList">
286<h4>PROXY_SERIALIZER</h4>
287<pre>public static&nbsp;java.lang.String PROXY_SERIALIZER</pre>
288<div class="block">Set the proxy's serializer method</div>
289</li>
290</ul>
291<a name="ENABLE_COMPRESSION">
292<!--   -->
293</a>
294<ul class="blockList">
295<li class="blockList">
296<h4>ENABLE_COMPRESSION</h4>
297<pre>public static&nbsp;java.lang.String ENABLE_COMPRESSION</pre>
298<div class="block">Set whether the messages must be compressed or not</div>
299</li>
300</ul>
301<a name="RABBIT_HOST">
302<!--   -->
303</a>
304<ul class="blockList">
305<li class="blockList">
306<h4>RABBIT_HOST</h4>
307<pre>public static&nbsp;java.lang.String RABBIT_HOST</pre>
308<div class="block">Set the ip where the rabbitmq server is.</div>
309</li>
310</ul>
311<a name="RABBIT_PORT">
312<!--   -->
313</a>
314<ul class="blockList">
315<li class="blockList">
316<h4>RABBIT_PORT</h4>
317<pre>public static&nbsp;java.lang.String RABBIT_PORT</pre>
318<div class="block">Set the port that rabbitmq uses.</div>
319</li>
320</ul>
321<a name="USER_NAME">
322<!--   -->
323</a>
324<ul class="blockList">
325<li class="blockList">
326<h4>USER_NAME</h4>
327<pre>public static&nbsp;java.lang.String USER_NAME</pre>
328<div class="block">Set the clients username</div>
329</li>
330</ul>
331<a name="USER_PASS">
332<!--   -->
333</a>
334<ul class="blockList">
335<li class="blockList">
336<h4>USER_PASS</h4>
337<pre>public static&nbsp;java.lang.String USER_PASS</pre>
338<div class="block">Set the clients password</div>
339</li>
340</ul>
341<a name="RPC_EXCHANGE">
342<!--   -->
343</a>
344<ul class="blockList">
345<li class="blockList">
346<h4>RPC_EXCHANGE</h4>
347<pre>public static&nbsp;java.lang.String RPC_EXCHANGE</pre>
348<div class="block">Set the exchange where the objectmq are listening</div>
349</li>
350</ul>
351<a name="RPC_REPLY_QUEUE">
352<!--   -->
353</a>
354<ul class="blockList">
355<li class="blockList">
356<h4>RPC_REPLY_QUEUE</h4>
357<pre>public static&nbsp;java.lang.String RPC_REPLY_QUEUE</pre>
358<div class="block">Set the clients reply queue. Every client must have a different queue
359 name.</div>
360</li>
361</ul>
362<a name="DURABLE_QUEUES">
363<!--   -->
364</a>
365<ul class="blockList">
366<li class="blockList">
367<h4>DURABLE_QUEUES</h4>
368<pre>public static&nbsp;java.lang.String DURABLE_QUEUES</pre>
369<div class="block">Set if the queues must be durable. The queues won't be lost when rabbitmq
370 crashes if DURABLE_QUEUES is set trues.</div>
371</li>
372</ul>
373<a name="MESSAGE_TTL_IN_QUEUES">
374<!--   -->
375</a>
376<ul class="blockList">
377<li class="blockList">
378<h4>MESSAGE_TTL_IN_QUEUES</h4>
379<pre>public static&nbsp;java.lang.String MESSAGE_TTL_IN_QUEUES</pre>
380<div class="block">The MESSAGE_TTL_IN_QUEUES controls for how long a message published to
381 the queues can live before it is discarded. A message that has been in
382 the queue for longer than the configured TTL is said to be dead.
383 
384 This property must be a non-negative 32 bit integer (0 <= n <= 2^32-1),
385 describing the TTL period in milliseconds.</div>
386</li>
387</ul>
388<a name="ENABLE_SSL">
389<!--   -->
390</a>
391<ul class="blockList">
392<li class="blockList">
393<h4>ENABLE_SSL</h4>
394<pre>public static&nbsp;java.lang.String ENABLE_SSL</pre>
395<div class="block">Set if the system will use ssl</div>
396</li>
397</ul>
398<a name="RETRY_TIME_CONNECTION">
399<!--   -->
400</a>
401<ul class="blockList">
402<li class="blockList">
403<h4>RETRY_TIME_CONNECTION</h4>
404<pre>public static&nbsp;java.lang.String RETRY_TIME_CONNECTION</pre>
405<div class="block">Set how many time we have to wait to retry the connection with the server
406 when this goes down</div>
407</li>
408</ul>
409<a name="NUM_THREADS">
410<!--   -->
411</a>
412<ul class="blockList">
413<li class="blockList">
414<h4>NUM_THREADS</h4>
415<pre>public static&nbsp;java.lang.String NUM_THREADS</pre>
416<div class="block">Set how many threads will be created to invoke remote methods</div>
417</li>
418</ul>
419<a name="MULTI_QUEUE_NAME">
420<!--   -->
421</a>
422<ul class="blockList">
423<li class="blockList">
424<h4>MULTI_QUEUE_NAME</h4>
425<pre>public static&nbsp;java.lang.String MULTI_QUEUE_NAME</pre>
426<div class="block">Set the specific name of a multi queue in a specific object</div>
427</li>
428</ul>
429<a name="AUTO_DELETE_QUEUE">
430<!--   -->
431</a>
432<ul class="blockList">
433<li class="blockList">
434<h4>AUTO_DELETE_QUEUE</h4>
435<pre>public static&nbsp;java.lang.String AUTO_DELETE_QUEUE</pre>
436<div class="block">Set if server will delete a queue when is no longer in use</div>
437</li>
438</ul>
439<a name="EXCLUSIVE_QUEUE">
440<!--   -->
441</a>
442<ul class="blockList">
443<li class="blockList">
444<h4>EXCLUSIVE_QUEUE</h4>
445<pre>public static&nbsp;java.lang.String EXCLUSIVE_QUEUE</pre>
446<div class="block">Set if we are declaring an exclusive queue (restricted to this
447 connection)</div>
448</li>
449</ul>
450<a name="DELIVERY_MODE">
451<!--   -->
452</a>
453<ul class="blockList">
454<li class="blockList">
455<h4>DELIVERY_MODE</h4>
456<pre>public static&nbsp;java.lang.String DELIVERY_MODE</pre>
457<div class="block">Set 1 to indicate the message will be nonpersistent and 2 to indicate it
458 will be persistent</div>
459</li>
460</ul>
461<a name="DEFAULT_TIMEOUT">
462<!--   -->
463</a>
464<ul class="blockListLast">
465<li class="blockList">
466<h4>DEFAULT_TIMEOUT</h4>
467<pre>public static&nbsp;long DEFAULT_TIMEOUT</pre>
468<div class="block">Time in milis by default is set in a minute</div>
469</li>
470</ul>
471</li>
472</ul>
473<!-- ========= CONSTRUCTOR DETAIL ======== -->
474<ul class="blockList">
475<li class="blockList"><a name="constructor_detail">
476<!--   -->
477</a>
478<h3>Constructor Detail</h3>
479<a name="ParameterQueue()">
480<!--   -->
481</a>
482<ul class="blockListLast">
483<li class="blockList">
484<h4>ParameterQueue</h4>
485<pre>public&nbsp;ParameterQueue()</pre>
486</li>
487</ul>
488</li>
489</ul>
490</li>
491</ul>
492</div>
493</div>
494<!-- ========= END OF CLASS DATA ========= -->
495<!-- ======= START OF BOTTOM NAVBAR ====== -->
496<div class="bottomNav"><a name="navbar_bottom">
497<!--   -->
498</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
499<!--   -->
500</a>
501<ul class="navList" title="Navigation">
502<li><a href="../../../overview-summary.html">Overview</a></li>
503<li><a href="package-summary.html">Package</a></li>
504<li class="navBarCell1Rev">Class</li>
505<li><a href="class-use/ParameterQueue.html">Use</a></li>
506<li><a href="package-tree.html">Tree</a></li>
507<li><a href="../../../deprecated-list.html">Deprecated</a></li>
508<li><a href="../../../index-files/index-1.html">Index</a></li>
509<li><a href="../../../help-doc.html">Help</a></li>
510</ul>
511</div>
512<div class="subNav">
513<ul class="navList">
514<li><a href="../../../omq/common/util/OmqConnectionFactory.html" title="class in omq.common.util"><span class="strong">Prev Class</span></a></li>
515<li><a href="../../../omq/common/util/Serializer.html" title="class in omq.common.util"><span class="strong">Next Class</span></a></li>
516</ul>
517<ul class="navList">
518<li><a href="../../../index.html?omq/common/util/ParameterQueue.html" target="_top">Frames</a></li>
519<li><a href="ParameterQueue.html" target="_top">No Frames</a></li>
520</ul>
521<ul class="navList" id="allclasses_navbar_bottom">
522<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
523</ul>
524<div>
525<script type="text/javascript"><!--
526  allClassesLink = document.getElementById("allclasses_navbar_bottom");
527  if(window==top) {
528    allClassesLink.style.display = "block";
529  }
530  else {
531    allClassesLink.style.display = "none";
532  }
533  //-->
534</script>
535</div>
536<div>
537<ul class="subNavList">
538<li>Summary:&nbsp;</li>
539<li>Nested&nbsp;|&nbsp;</li>
540<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
541<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
542<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
543</ul>
544<ul class="subNavList">
545<li>Detail:&nbsp;</li>
546<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
547<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
548<li>Method</li>
549</ul>
550</div>
551<a name="skip-navbar_bottom">
552<!--   -->
553</a></div>
554<!-- ======== END OF BOTTOM NAVBAR ======= -->
555</body>
556</html>
Note: See TracBrowser for help on using the repository browser.