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

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

Javadocs updated

File size: 6.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 Wed Jul 10 13:13:18 CEST 2013 -->
6<title>Uses of Class omq.server.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="Uses of Class omq.server.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><a href="../../../omq/server/InvocationThread.html" title="class in omq.server">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/server/class-use/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<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.server.InvocationThread" class="title">Uses of Class<br>omq.server.InvocationThread</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/server/InvocationThread.html" title="class in omq.server">InvocationThread</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.server">omq.server</a></td>
80<td class="colLast">&nbsp;</td>
81</tr>
82</tbody>
83</table>
84</li>
85<li class="blockList">
86<ul class="blockList">
87<li class="blockList"><a name="omq.server">
88<!--   -->
89</a>
90<h3>Uses of <a href="../../../omq/server/InvocationThread.html" title="class in omq.server">InvocationThread</a> in <a href="../../../omq/server/package-summary.html">omq.server</a></h3>
91<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
92<caption><span>Methods in <a href="../../../omq/server/package-summary.html">omq.server</a> that return types with arguments of type <a href="../../../omq/server/InvocationThread.html" title="class in omq.server">InvocationThread</a></span><span class="tabEnd">&nbsp;</span></caption>
93<tr>
94<th class="colFirst" scope="col">Modifier and Type</th>
95<th class="colLast" scope="col">Method and Description</th>
96</tr>
97<tbody>
98<tr class="altColor">
99<td class="colFirst"><code>java.util.ArrayList&lt;<a href="../../../omq/server/InvocationThread.html" title="class in omq.server">InvocationThread</a>&gt;</code></td>
100<td class="colLast"><span class="strong">RemoteWrapper.</span><code><strong><a href="../../../omq/server/RemoteWrapper.html#getInvocationList()">getInvocationList</a></strong>()</code>&nbsp;</td>
101</tr>
102</tbody>
103</table>
104<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
105<caption><span>Method parameters in <a href="../../../omq/server/package-summary.html">omq.server</a> with type arguments of type <a href="../../../omq/server/InvocationThread.html" title="class in omq.server">InvocationThread</a></span><span class="tabEnd">&nbsp;</span></caption>
106<tr>
107<th class="colFirst" scope="col">Modifier and Type</th>
108<th class="colLast" scope="col">Method and Description</th>
109</tr>
110<tbody>
111<tr class="altColor">
112<td class="colFirst"><code>void</code></td>
113<td class="colLast"><span class="strong">RemoteWrapper.</span><code><strong><a href="../../../omq/server/RemoteWrapper.html#setInvocationList(java.util.ArrayList)">setInvocationList</a></strong>(java.util.ArrayList&lt;<a href="../../../omq/server/InvocationThread.html" title="class in omq.server">InvocationThread</a>&gt;&nbsp;invocationList)</code>&nbsp;</td>
114</tr>
115</tbody>
116</table>
117</li>
118</ul>
119</li>
120</ul>
121</div>
122<!-- ======= START OF BOTTOM NAVBAR ====== -->
123<div class="bottomNav"><a name="navbar_bottom">
124<!--   -->
125</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
126<!--   -->
127</a>
128<ul class="navList" title="Navigation">
129<li><a href="../../../overview-summary.html">Overview</a></li>
130<li><a href="../package-summary.html">Package</a></li>
131<li><a href="../../../omq/server/InvocationThread.html" title="class in omq.server">Class</a></li>
132<li class="navBarCell1Rev">Use</li>
133<li><a href="../package-tree.html">Tree</a></li>
134<li><a href="../../../deprecated-list.html">Deprecated</a></li>
135<li><a href="../../../index-files/index-1.html">Index</a></li>
136<li><a href="../../../help-doc.html">Help</a></li>
137</ul>
138</div>
139<div class="subNav">
140<ul class="navList">
141<li>Prev</li>
142<li>Next</li>
143</ul>
144<ul class="navList">
145<li><a href="../../../index.html?omq/server/class-use/InvocationThread.html" target="_top">Frames</a></li>
146<li><a href="InvocationThread.html" target="_top">No Frames</a></li>
147</ul>
148<ul class="navList" id="allclasses_navbar_bottom">
149<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
150</ul>
151<div>
152<script type="text/javascript"><!--
153  allClassesLink = document.getElementById("allclasses_navbar_bottom");
154  if(window==top) {
155    allClassesLink.style.display = "block";
156  }
157  else {
158    allClassesLink.style.display = "none";
159  }
160  //-->
161</script>
162</div>
163<a name="skip-navbar_bottom">
164<!--   -->
165</a></div>
166<!-- ======== END OF BOTTOM NAVBAR ======= -->
167</body>
168</html>
Note: See TracBrowser for help on using the repository browser.