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>OmqServerImpl</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="OmqServerImpl"; |
---|
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/OmqServerImpl.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/test/exception/ExceptionTest.html" title="class in omq.test.exception"><span class="strong">Prev Class</span></a></li> |
---|
40 | <li><a href="../../../omq/test/exception/ServerInterface.html" title="interface 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/OmqServerImpl.html" target="_top">Frames</a></li> |
---|
44 | <li><a href="OmqServerImpl.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: </li> |
---|
64 | <li><a href="#nested_classes_inherited_from_class_java.lang.Thread">Nested</a> | </li> |
---|
65 | <li><a href="#fields_inherited_from_class_java.lang.Thread">Field</a> | </li> |
---|
66 | <li><a href="#constructor_summary">Constr</a> | </li> |
---|
67 | <li><a href="#method_summary">Method</a></li> |
---|
68 | </ul> |
---|
69 | <ul class="subNavList"> |
---|
70 | <li>Detail: </li> |
---|
71 | <li>Field | </li> |
---|
72 | <li><a href="#constructor_detail">Constr</a> | </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="Class OmqServerImpl" class="title">Class OmqServerImpl</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><a href="../../../omq/server/RemoteObject.html" title="class in omq.server">omq.server.RemoteObject</a></li> |
---|
94 | <li> |
---|
95 | <ul class="inheritance"> |
---|
96 | <li>omq.test.exception.OmqServerImpl</li> |
---|
97 | </ul> |
---|
98 | </li> |
---|
99 | </ul> |
---|
100 | </li> |
---|
101 | </ul> |
---|
102 | </li> |
---|
103 | </ul> |
---|
104 | <div class="description"> |
---|
105 | <ul class="blockList"> |
---|
106 | <li class="blockList"> |
---|
107 | <dl> |
---|
108 | <dt>All Implemented Interfaces:</dt> |
---|
109 | <dd>java.io.Serializable, java.lang.Runnable, <a href="../../../omq/Remote.html" title="interface in omq">Remote</a>, <a href="../../../omq/test/exception/ServerInterface.html" title="interface in omq.test.exception">ServerInterface</a></dd> |
---|
110 | </dl> |
---|
111 | <hr> |
---|
112 | <br> |
---|
113 | <pre>public class <span class="strong">OmqServerImpl</span> |
---|
114 | extends <a href="../../../omq/server/RemoteObject.html" title="class in omq.server">RemoteObject</a> |
---|
115 | implements <a href="../../../omq/test/exception/ServerInterface.html" title="interface in omq.test.exception">ServerInterface</a></pre> |
---|
116 | <dl><dt><span class="strong">Author:</span></dt> |
---|
117 | <dd>Sergi Toda <sergi.toda@estudiants.urv.cat></dd> |
---|
118 | <dt><span class="strong">See Also:</span></dt><dd><a href="../../../serialized-form.html#omq.test.exception.OmqServerImpl">Serialized Form</a></dd></dl> |
---|
119 | </li> |
---|
120 | </ul> |
---|
121 | </div> |
---|
122 | <div class="summary"> |
---|
123 | <ul class="blockList"> |
---|
124 | <li class="blockList"> |
---|
125 | <!-- ======== NESTED CLASS SUMMARY ======== --> |
---|
126 | <ul class="blockList"> |
---|
127 | <li class="blockList"><a name="nested_class_summary"> |
---|
128 | <!-- --> |
---|
129 | </a> |
---|
130 | <h3>Nested Class Summary</h3> |
---|
131 | <ul class="blockList"> |
---|
132 | <li class="blockList"><a name="nested_classes_inherited_from_class_java.lang.Thread"> |
---|
133 | <!-- --> |
---|
134 | </a> |
---|
135 | <h3>Nested classes/interfaces inherited from class java.lang.Thread</h3> |
---|
136 | <code>java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler</code></li> |
---|
137 | </ul> |
---|
138 | </li> |
---|
139 | </ul> |
---|
140 | <!-- =========== FIELD SUMMARY =========== --> |
---|
141 | <ul class="blockList"> |
---|
142 | <li class="blockList"><a name="field_summary"> |
---|
143 | <!-- --> |
---|
144 | </a> |
---|
145 | <h3>Field Summary</h3> |
---|
146 | <ul class="blockList"> |
---|
147 | <li class="blockList"><a name="fields_inherited_from_class_java.lang.Thread"> |
---|
148 | <!-- --> |
---|
149 | </a> |
---|
150 | <h3>Fields inherited from class java.lang.Thread</h3> |
---|
151 | <code>MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY</code></li> |
---|
152 | </ul> |
---|
153 | </li> |
---|
154 | </ul> |
---|
155 | <!-- ======== CONSTRUCTOR SUMMARY ======== --> |
---|
156 | <ul class="blockList"> |
---|
157 | <li class="blockList"><a name="constructor_summary"> |
---|
158 | <!-- --> |
---|
159 | </a> |
---|
160 | <h3>Constructor Summary</h3> |
---|
161 | <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> |
---|
162 | <caption><span>Constructors</span><span class="tabEnd"> </span></caption> |
---|
163 | <tr> |
---|
164 | <th class="colOne" scope="col">Constructor and Description</th> |
---|
165 | </tr> |
---|
166 | <tr class="altColor"> |
---|
167 | <td class="colOne"><code><strong><a href="../../../omq/test/exception/OmqServerImpl.html#OmqServerImpl()">OmqServerImpl</a></strong>()</code> </td> |
---|
168 | </tr> |
---|
169 | </table> |
---|
170 | </li> |
---|
171 | </ul> |
---|
172 | <!-- ========== METHOD SUMMARY =========== --> |
---|
173 | <ul class="blockList"> |
---|
174 | <li class="blockList"><a name="method_summary"> |
---|
175 | <!-- --> |
---|
176 | </a> |
---|
177 | <h3>Method Summary</h3> |
---|
178 | <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> |
---|
179 | <caption><span>Methods</span><span class="tabEnd"> </span></caption> |
---|
180 | <tr> |
---|
181 | <th class="colFirst" scope="col">Modifier and Type</th> |
---|
182 | <th class="colLast" scope="col">Method and Description</th> |
---|
183 | </tr> |
---|
184 | <tr class="altColor"> |
---|
185 | <td class="colFirst"><code>void</code></td> |
---|
186 | <td class="colLast"><code><strong><a href="../../../omq/test/exception/OmqServerImpl.html#addHp(int)">addHp</a></strong>(int hp)</code> </td> |
---|
187 | </tr> |
---|
188 | <tr class="rowColor"> |
---|
189 | <td class="colFirst"><code>void</code></td> |
---|
190 | <td class="colLast"><code><strong><a href="../../../omq/test/exception/OmqServerImpl.html#addWheels(int)">addWheels</a></strong>(int numWheels)</code> </td> |
---|
191 | </tr> |
---|
192 | <tr class="altColor"> |
---|
193 | <td class="colFirst"><code>int</code></td> |
---|
194 | <td class="colLast"><code><strong><a href="../../../omq/test/exception/OmqServerImpl.html#getHp()">getHp</a></strong>()</code> </td> |
---|
195 | </tr> |
---|
196 | <tr class="rowColor"> |
---|
197 | <td class="colFirst"><code>int</code></td> |
---|
198 | <td class="colLast"><code><strong><a href="../../../omq/test/exception/OmqServerImpl.html#getPrice()">getPrice</a></strong>()</code> </td> |
---|
199 | </tr> |
---|
200 | <tr class="altColor"> |
---|
201 | <td class="colFirst"><code>int</code></td> |
---|
202 | <td class="colLast"><code><strong><a href="../../../omq/test/exception/OmqServerImpl.html#getWheels()">getWheels</a></strong>()</code> </td> |
---|
203 | </tr> |
---|
204 | <tr class="rowColor"> |
---|
205 | <td class="colFirst"><code>void</code></td> |
---|
206 | <td class="colLast"><code><strong><a href="../../../omq/test/exception/OmqServerImpl.html#setPrice(int)">setPrice</a></strong>(int price)</code> </td> |
---|
207 | </tr> |
---|
208 | </table> |
---|
209 | <ul class="blockList"> |
---|
210 | <li class="blockList"><a name="methods_inherited_from_class_omq.server.RemoteObject"> |
---|
211 | <!-- --> |
---|
212 | </a> |
---|
213 | <h3>Methods inherited from class omq.server.<a href="../../../omq/server/RemoteObject.html" title="class in omq.server">RemoteObject</a></h3> |
---|
214 | <code><a href="../../../omq/server/RemoteObject.html#getChannel()">getChannel</a>, <a href="../../../omq/server/RemoteObject.html#getParams(java.lang.String)">getParams</a>, <a href="../../../omq/server/RemoteObject.html#getRef()">getRef</a>, <a href="../../../omq/server/RemoteObject.html#invokeMethod(java.lang.String, java.lang.Object[])">invokeMethod</a>, <a href="../../../omq/server/RemoteObject.html#kill()">kill</a>, <a href="../../../omq/server/RemoteObject.html#run()">run</a>, <a href="../../../omq/server/RemoteObject.html#startRemoteObject(java.lang.String, omq.common.broker.Broker, java.util.Properties)">startRemoteObject</a></code></li> |
---|
215 | </ul> |
---|
216 | <ul class="blockList"> |
---|
217 | <li class="blockList"><a name="methods_inherited_from_class_java.lang.Thread"> |
---|
218 | <!-- --> |
---|
219 | </a> |
---|
220 | <h3>Methods inherited from class java.lang.Thread</h3> |
---|
221 | <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> |
---|
222 | </ul> |
---|
223 | <ul class="blockList"> |
---|
224 | <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> |
---|
225 | <!-- --> |
---|
226 | </a> |
---|
227 | <h3>Methods inherited from class java.lang.Object</h3> |
---|
228 | <code>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> |
---|
229 | </ul> |
---|
230 | <ul class="blockList"> |
---|
231 | <li class="blockList"><a name="methods_inherited_from_class_omq.Remote"> |
---|
232 | <!-- --> |
---|
233 | </a> |
---|
234 | <h3>Methods inherited from interface omq.<a href="../../../omq/Remote.html" title="interface in omq">Remote</a></h3> |
---|
235 | <code><a href="../../../omq/Remote.html#getRef()">getRef</a></code></li> |
---|
236 | </ul> |
---|
237 | </li> |
---|
238 | </ul> |
---|
239 | </li> |
---|
240 | </ul> |
---|
241 | </div> |
---|
242 | <div class="details"> |
---|
243 | <ul class="blockList"> |
---|
244 | <li class="blockList"> |
---|
245 | <!-- ========= CONSTRUCTOR DETAIL ======== --> |
---|
246 | <ul class="blockList"> |
---|
247 | <li class="blockList"><a name="constructor_detail"> |
---|
248 | <!-- --> |
---|
249 | </a> |
---|
250 | <h3>Constructor Detail</h3> |
---|
251 | <a name="OmqServerImpl()"> |
---|
252 | <!-- --> |
---|
253 | </a> |
---|
254 | <ul class="blockListLast"> |
---|
255 | <li class="blockList"> |
---|
256 | <h4>OmqServerImpl</h4> |
---|
257 | <pre>public OmqServerImpl()</pre> |
---|
258 | </li> |
---|
259 | </ul> |
---|
260 | </li> |
---|
261 | </ul> |
---|
262 | <!-- ============ METHOD DETAIL ========== --> |
---|
263 | <ul class="blockList"> |
---|
264 | <li class="blockList"><a name="method_detail"> |
---|
265 | <!-- --> |
---|
266 | </a> |
---|
267 | <h3>Method Detail</h3> |
---|
268 | <a name="addWheels(int)"> |
---|
269 | <!-- --> |
---|
270 | </a> |
---|
271 | <ul class="blockList"> |
---|
272 | <li class="blockList"> |
---|
273 | <h4>addWheels</h4> |
---|
274 | <pre>public void addWheels(int numWheels)</pre> |
---|
275 | <dl> |
---|
276 | <dt><strong>Specified by:</strong></dt> |
---|
277 | <dd><code><a href="../../../omq/test/exception/ServerInterface.html#addWheels(int)">addWheels</a></code> in interface <code><a href="../../../omq/test/exception/ServerInterface.html" title="interface in omq.test.exception">ServerInterface</a></code></dd> |
---|
278 | </dl> |
---|
279 | </li> |
---|
280 | </ul> |
---|
281 | <a name="addHp(int)"> |
---|
282 | <!-- --> |
---|
283 | </a> |
---|
284 | <ul class="blockList"> |
---|
285 | <li class="blockList"> |
---|
286 | <h4>addHp</h4> |
---|
287 | <pre>public void addHp(int hp)</pre> |
---|
288 | <dl> |
---|
289 | <dt><strong>Specified by:</strong></dt> |
---|
290 | <dd><code><a href="../../../omq/test/exception/ServerInterface.html#addHp(int)">addHp</a></code> in interface <code><a href="../../../omq/test/exception/ServerInterface.html" title="interface in omq.test.exception">ServerInterface</a></code></dd> |
---|
291 | </dl> |
---|
292 | </li> |
---|
293 | </ul> |
---|
294 | <a name="getHp()"> |
---|
295 | <!-- --> |
---|
296 | </a> |
---|
297 | <ul class="blockList"> |
---|
298 | <li class="blockList"> |
---|
299 | <h4>getHp</h4> |
---|
300 | <pre>public int getHp()</pre> |
---|
301 | <dl> |
---|
302 | <dt><strong>Specified by:</strong></dt> |
---|
303 | <dd><code><a href="../../../omq/test/exception/ServerInterface.html#getHp()">getHp</a></code> in interface <code><a href="../../../omq/test/exception/ServerInterface.html" title="interface in omq.test.exception">ServerInterface</a></code></dd> |
---|
304 | </dl> |
---|
305 | </li> |
---|
306 | </ul> |
---|
307 | <a name="getWheels()"> |
---|
308 | <!-- --> |
---|
309 | </a> |
---|
310 | <ul class="blockList"> |
---|
311 | <li class="blockList"> |
---|
312 | <h4>getWheels</h4> |
---|
313 | <pre>public int getWheels()</pre> |
---|
314 | <dl> |
---|
315 | <dt><strong>Specified by:</strong></dt> |
---|
316 | <dd><code><a href="../../../omq/test/exception/ServerInterface.html#getWheels()">getWheels</a></code> in interface <code><a href="../../../omq/test/exception/ServerInterface.html" title="interface in omq.test.exception">ServerInterface</a></code></dd> |
---|
317 | </dl> |
---|
318 | </li> |
---|
319 | </ul> |
---|
320 | <a name="setPrice(int)"> |
---|
321 | <!-- --> |
---|
322 | </a> |
---|
323 | <ul class="blockList"> |
---|
324 | <li class="blockList"> |
---|
325 | <h4>setPrice</h4> |
---|
326 | <pre>public void setPrice(int price)</pre> |
---|
327 | <dl> |
---|
328 | <dt><strong>Specified by:</strong></dt> |
---|
329 | <dd><code><a href="../../../omq/test/exception/ServerInterface.html#setPrice(int)">setPrice</a></code> in interface <code><a href="../../../omq/test/exception/ServerInterface.html" title="interface in omq.test.exception">ServerInterface</a></code></dd> |
---|
330 | </dl> |
---|
331 | </li> |
---|
332 | </ul> |
---|
333 | <a name="getPrice()"> |
---|
334 | <!-- --> |
---|
335 | </a> |
---|
336 | <ul class="blockListLast"> |
---|
337 | <li class="blockList"> |
---|
338 | <h4>getPrice</h4> |
---|
339 | <pre>public int getPrice()</pre> |
---|
340 | <dl> |
---|
341 | <dt><strong>Specified by:</strong></dt> |
---|
342 | <dd><code><a href="../../../omq/test/exception/ServerInterface.html#getPrice()">getPrice</a></code> in interface <code><a href="../../../omq/test/exception/ServerInterface.html" title="interface in omq.test.exception">ServerInterface</a></code></dd> |
---|
343 | </dl> |
---|
344 | </li> |
---|
345 | </ul> |
---|
346 | </li> |
---|
347 | </ul> |
---|
348 | </li> |
---|
349 | </ul> |
---|
350 | </div> |
---|
351 | </div> |
---|
352 | <!-- ========= END OF CLASS DATA ========= --> |
---|
353 | <!-- ======= START OF BOTTOM NAVBAR ====== --> |
---|
354 | <div class="bottomNav"><a name="navbar_bottom"> |
---|
355 | <!-- --> |
---|
356 | </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> |
---|
357 | <!-- --> |
---|
358 | </a> |
---|
359 | <ul class="navList" title="Navigation"> |
---|
360 | <li><a href="../../../overview-summary.html">Overview</a></li> |
---|
361 | <li><a href="package-summary.html">Package</a></li> |
---|
362 | <li class="navBarCell1Rev">Class</li> |
---|
363 | <li><a href="class-use/OmqServerImpl.html">Use</a></li> |
---|
364 | <li><a href="package-tree.html">Tree</a></li> |
---|
365 | <li><a href="../../../deprecated-list.html">Deprecated</a></li> |
---|
366 | <li><a href="../../../index-files/index-1.html">Index</a></li> |
---|
367 | <li><a href="../../../help-doc.html">Help</a></li> |
---|
368 | </ul> |
---|
369 | </div> |
---|
370 | <div class="subNav"> |
---|
371 | <ul class="navList"> |
---|
372 | <li><a href="../../../omq/test/exception/ExceptionTest.html" title="class in omq.test.exception"><span class="strong">Prev Class</span></a></li> |
---|
373 | <li><a href="../../../omq/test/exception/ServerInterface.html" title="interface in omq.test.exception"><span class="strong">Next Class</span></a></li> |
---|
374 | </ul> |
---|
375 | <ul class="navList"> |
---|
376 | <li><a href="../../../index.html?omq/test/exception/OmqServerImpl.html" target="_top">Frames</a></li> |
---|
377 | <li><a href="OmqServerImpl.html" target="_top">No Frames</a></li> |
---|
378 | </ul> |
---|
379 | <ul class="navList" id="allclasses_navbar_bottom"> |
---|
380 | <li><a href="../../../allclasses-noframe.html">All Classes</a></li> |
---|
381 | </ul> |
---|
382 | <div> |
---|
383 | <script type="text/javascript"><!-- |
---|
384 | allClassesLink = document.getElementById("allclasses_navbar_bottom"); |
---|
385 | if(window==top) { |
---|
386 | allClassesLink.style.display = "block"; |
---|
387 | } |
---|
388 | else { |
---|
389 | allClassesLink.style.display = "none"; |
---|
390 | } |
---|
391 | //--> |
---|
392 | </script> |
---|
393 | </div> |
---|
394 | <div> |
---|
395 | <ul class="subNavList"> |
---|
396 | <li>Summary: </li> |
---|
397 | <li><a href="#nested_classes_inherited_from_class_java.lang.Thread">Nested</a> | </li> |
---|
398 | <li><a href="#fields_inherited_from_class_java.lang.Thread">Field</a> | </li> |
---|
399 | <li><a href="#constructor_summary">Constr</a> | </li> |
---|
400 | <li><a href="#method_summary">Method</a></li> |
---|
401 | </ul> |
---|
402 | <ul class="subNavList"> |
---|
403 | <li>Detail: </li> |
---|
404 | <li>Field | </li> |
---|
405 | <li><a href="#constructor_detail">Constr</a> | </li> |
---|
406 | <li><a href="#method_detail">Method</a></li> |
---|
407 | </ul> |
---|
408 | </div> |
---|
409 | <a name="skip-navbar_bottom"> |
---|
410 | <!-- --> |
---|
411 | </a></div> |
---|
412 | <!-- ======== END OF BOTTOM NAVBAR ======= --> |
---|
413 | </body> |
---|
414 | </html> |
---|