source: trunk/doc/omq/exception/class-use/RemoteException.html @ 85

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

Javadocs updated

File size: 11.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 Wed Jul 10 13:13:18 CEST 2013 -->
6<title>Uses of Class omq.exception.RemoteException</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.exception.RemoteException";
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/exception/RemoteException.html" title="class in omq.exception">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/exception/class-use/RemoteException.html" target="_top">Frames</a></li>
44<li><a href="RemoteException.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.exception.RemoteException" class="title">Uses of Class<br>omq.exception.RemoteException</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/exception/RemoteException.html" title="class in omq.exception">RemoteException</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.common.broker">omq.common.broker</a></td>
80<td class="colLast">&nbsp;</td>
81</tr>
82<tr class="rowColor">
83<td class="colFirst"><a href="#omq.exception">omq.exception</a></td>
84<td class="colLast">&nbsp;</td>
85</tr>
86<tr class="altColor">
87<td class="colFirst"><a href="#omq.test.observer">omq.test.observer</a></td>
88<td class="colLast">&nbsp;</td>
89</tr>
90</tbody>
91</table>
92</li>
93<li class="blockList">
94<ul class="blockList">
95<li class="blockList"><a name="omq.common.broker">
96<!--   -->
97</a>
98<h3>Uses of <a href="../../../omq/exception/RemoteException.html" title="class in omq.exception">RemoteException</a> in <a href="../../../omq/common/broker/package-summary.html">omq.common.broker</a></h3>
99<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
100<caption><span>Methods in <a href="../../../omq/common/broker/package-summary.html">omq.common.broker</a> that throw <a href="../../../omq/exception/RemoteException.html" title="class in omq.exception">RemoteException</a></span><span class="tabEnd">&nbsp;</span></caption>
101<tr>
102<th class="colFirst" scope="col">Modifier and Type</th>
103<th class="colLast" scope="col">Method and Description</th>
104</tr>
105<tbody>
106<tr class="altColor">
107<td class="colFirst"><code>void</code></td>
108<td class="colLast"><span class="strong">Broker.</span><code><strong><a href="../../../omq/common/broker/Broker.html#bind(java.lang.String, omq.server.RemoteObject)">bind</a></strong>(java.lang.String&nbsp;reference,
109    <a href="../../../omq/server/RemoteObject.html" title="class in omq.server">RemoteObject</a>&nbsp;remote)</code>
110<div class="block">Binds the reference to the specified remote object.</div>
111</td>
112</tr>
113<tr class="rowColor">
114<td class="colFirst"><code>void</code></td>
115<td class="colLast"><span class="strong">Broker.</span><code><strong><a href="../../../omq/common/broker/Broker.html#bind(java.lang.String, omq.server.RemoteObject, java.util.Properties)">bind</a></strong>(java.lang.String&nbsp;reference,
116    <a href="../../../omq/server/RemoteObject.html" title="class in omq.server">RemoteObject</a>&nbsp;remote,
117    java.util.Properties&nbsp;env)</code>
118<div class="block">Binds the reference to the specified remote object.</div>
119</td>
120</tr>
121<tr class="altColor">
122<td class="colFirst"><code>&lt;T extends <a href="../../../omq/Remote.html" title="interface in omq">Remote</a>&gt;&nbsp;<br>T</code></td>
123<td class="colLast"><span class="strong">Broker.</span><code><strong><a href="../../../omq/common/broker/Broker.html#lookup(java.lang.String, java.lang.Class)">lookup</a></strong>(java.lang.String&nbsp;reference,
124      java.lang.Class&lt;T&gt;&nbsp;contract)</code>
125<div class="block">Returns the remote object for specified reference.</div>
126</td>
127</tr>
128<tr class="rowColor">
129<td class="colFirst"><code>&lt;T extends <a href="../../../omq/Remote.html" title="interface in omq">Remote</a>&gt;&nbsp;<br>T</code></td>
130<td class="colLast"><span class="strong">Broker.</span><code><strong><a href="../../../omq/common/broker/Broker.html#lookupMulti(java.lang.String, java.lang.Class)">lookupMulti</a></strong>(java.lang.String&nbsp;reference,
131           java.lang.Class&lt;T&gt;&nbsp;contract)</code>
132<div class="block">Returns the remote object for specified reference.</div>
133</td>
134</tr>
135<tr class="altColor">
136<td class="colFirst"><code>void</code></td>
137<td class="colLast"><span class="strong">Broker.</span><code><strong><a href="../../../omq/common/broker/Broker.html#unbind(java.lang.String)">unbind</a></strong>(java.lang.String&nbsp;reference)</code>
138<div class="block">Unbinds a remoteObject from its reference and kills all the threads
139 created.</div>
140</td>
141</tr>
142</tbody>
143</table>
144</li>
145<li class="blockList"><a name="omq.exception">
146<!--   -->
147</a>
148<h3>Uses of <a href="../../../omq/exception/RemoteException.html" title="class in omq.exception">RemoteException</a> in <a href="../../../omq/exception/package-summary.html">omq.exception</a></h3>
149<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
150<caption><span>Subclasses of <a href="../../../omq/exception/RemoteException.html" title="class in omq.exception">RemoteException</a> in <a href="../../../omq/exception/package-summary.html">omq.exception</a></span><span class="tabEnd">&nbsp;</span></caption>
151<tr>
152<th class="colFirst" scope="col">Modifier and Type</th>
153<th class="colLast" scope="col">Class and Description</th>
154</tr>
155<tbody>
156<tr class="altColor">
157<td class="colFirst"><code>class&nbsp;</code></td>
158<td class="colLast"><code><strong><a href="../../../omq/exception/ConnectionException.html" title="class in omq.exception">ConnectionException</a></strong></code>
159<div class="block">A ConnectionException is thrown if an Exception occurs in the Event middleware.</div>
160</td>
161</tr>
162<tr class="rowColor">
163<td class="colFirst"><code>class&nbsp;</code></td>
164<td class="colLast"><code><strong><a href="../../../omq/exception/NotBoundException.html" title="class in omq.exception">NotBoundException</a></strong></code>&nbsp;</td>
165</tr>
166<tr class="altColor">
167<td class="colFirst"><code>class&nbsp;</code></td>
168<td class="colLast"><code><strong><a href="../../../omq/exception/RegistryNotLoadedException.html" title="class in omq.exception">RegistryNotLoadedException</a></strong></code>&nbsp;</td>
169</tr>
170<tr class="rowColor">
171<td class="colFirst"><code>class&nbsp;</code></td>
172<td class="colLast"><code><strong><a href="../../../omq/exception/TimeoutException.html" title="class in omq.exception">TimeoutException</a></strong></code>
173<div class="block">TimeoutException is thrown if the timeout expires in a remote call.</div>
174</td>
175</tr>
176</tbody>
177</table>
178</li>
179<li class="blockList"><a name="omq.test.observer">
180<!--   -->
181</a>
182<h3>Uses of <a href="../../../omq/exception/RemoteException.html" title="class in omq.exception">RemoteException</a> in <a href="../../../omq/test/observer/package-summary.html">omq.test.observer</a></h3>
183<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
184<caption><span>Methods in <a href="../../../omq/test/observer/package-summary.html">omq.test.observer</a> that throw <a href="../../../omq/exception/RemoteException.html" title="class in omq.exception">RemoteException</a></span><span class="tabEnd">&nbsp;</span></caption>
185<tr>
186<th class="colFirst" scope="col">Modifier and Type</th>
187<th class="colLast" scope="col">Method and Description</th>
188</tr>
189<tbody>
190<tr class="altColor">
191<td class="colFirst"><code>void</code></td>
192<td class="colLast"><span class="strong">RemoteSubject.</span><code><strong><a href="../../../omq/test/observer/RemoteSubject.html#addObserver(java.lang.String)">addObserver</a></strong>(java.lang.String&nbsp;ref)</code>&nbsp;</td>
193</tr>
194<tr class="rowColor">
195<td class="colFirst"><code>void</code></td>
196<td class="colLast"><span class="strong">RemoteSubjectImpl.</span><code><strong><a href="../../../omq/test/observer/RemoteSubjectImpl.html#addObserver(java.lang.String)">addObserver</a></strong>(java.lang.String&nbsp;ref)</code>&nbsp;</td>
197</tr>
198<tr class="altColor">
199<td class="colFirst"><code>void</code></td>
200<td class="colLast"><span class="strong">RemoteSubject.</span><code><strong><a href="../../../omq/test/observer/RemoteSubject.html#removeObserver(java.lang.String)">removeObserver</a></strong>(java.lang.String&nbsp;ref)</code>&nbsp;</td>
201</tr>
202<tr class="rowColor">
203<td class="colFirst"><code>void</code></td>
204<td class="colLast"><span class="strong">RemoteSubjectImpl.</span><code><strong><a href="../../../omq/test/observer/RemoteSubjectImpl.html#removeObserver(java.lang.String)">removeObserver</a></strong>(java.lang.String&nbsp;ref)</code>&nbsp;</td>
205</tr>
206</tbody>
207</table>
208</li>
209</ul>
210</li>
211</ul>
212</div>
213<!-- ======= START OF BOTTOM NAVBAR ====== -->
214<div class="bottomNav"><a name="navbar_bottom">
215<!--   -->
216</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
217<!--   -->
218</a>
219<ul class="navList" title="Navigation">
220<li><a href="../../../overview-summary.html">Overview</a></li>
221<li><a href="../package-summary.html">Package</a></li>
222<li><a href="../../../omq/exception/RemoteException.html" title="class in omq.exception">Class</a></li>
223<li class="navBarCell1Rev">Use</li>
224<li><a href="../package-tree.html">Tree</a></li>
225<li><a href="../../../deprecated-list.html">Deprecated</a></li>
226<li><a href="../../../index-files/index-1.html">Index</a></li>
227<li><a href="../../../help-doc.html">Help</a></li>
228</ul>
229</div>
230<div class="subNav">
231<ul class="navList">
232<li>Prev</li>
233<li>Next</li>
234</ul>
235<ul class="navList">
236<li><a href="../../../index.html?omq/exception/class-use/RemoteException.html" target="_top">Frames</a></li>
237<li><a href="RemoteException.html" target="_top">No Frames</a></li>
238</ul>
239<ul class="navList" id="allclasses_navbar_bottom">
240<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
241</ul>
242<div>
243<script type="text/javascript"><!--
244  allClassesLink = document.getElementById("allclasses_navbar_bottom");
245  if(window==top) {
246    allClassesLink.style.display = "block";
247  }
248  else {
249    allClassesLink.style.display = "none";
250  }
251  //-->
252</script>
253</div>
254<a name="skip-navbar_bottom">
255<!--   -->
256</a></div>
257<!-- ======== END OF BOTTOM NAVBAR ======= -->
258</body>
259</html>
Note: See TracBrowser for help on using the repository browser.