/javadoc/com/googlecode/jmxtrans/util/SocketDetails.html

http://jmxtrans.googlecode.com/ · HTML · 418 lines · 351 code · 45 blank · 22 comment · 0 complexity · 2f4b9af85766f0c3a19a5090f94cbcbc MD5 · raw file

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5. <!-- Generated by javadoc (build 1.6.0_24) on Sat Jul 02 00:53:33 PDT 2011 -->
  6. <TITLE>
  7. SocketDetails (jmxlogger javadoc)
  8. </TITLE>
  9. <META NAME="date" CONTENT="2011-07-02">
  10. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
  11. <SCRIPT type="text/javascript">
  12. function windowTitle()
  13. {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="SocketDetails (jmxlogger javadoc)";
  16. }
  17. }
  18. </SCRIPT>
  19. <NOSCRIPT>
  20. </NOSCRIPT>
  21. </HEAD>
  22. <BODY BGCOLOR="white" onload="windowTitle();">
  23. <HR>
  24. <!-- ========= START OF TOP NAVBAR ======= -->
  25. <A NAME="navbar_top"><!-- --></A>
  26. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  27. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  28. <TR>
  29. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  30. <A NAME="navbar_top_firstrow"><!-- --></A>
  31. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  32. <TR ALIGN="center" VALIGN="top">
  33. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  34. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  35. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  36. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  37. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  38. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  39. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  40. </TR>
  41. </TABLE>
  42. </TD>
  43. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  44. </EM>
  45. </TD>
  46. </TR>
  47. <TR>
  48. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  49. &nbsp;<A HREF="../../../../com/googlecode/jmxtrans/util/SignalInterceptor.html" title="class in com.googlecode.jmxtrans.util"><B>PREV CLASS</B></A>&nbsp;
  50. &nbsp;<A HREF="../../../../com/googlecode/jmxtrans/util/SocketFactory.html" title="class in com.googlecode.jmxtrans.util"><B>NEXT CLASS</B></A></FONT></TD>
  51. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  52. <A HREF="../../../../index.html?com/googlecode/jmxtrans/util/SocketDetails.html" target="_top"><B>FRAMES</B></A> &nbsp;
  53. &nbsp;<A HREF="SocketDetails.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  54. &nbsp;<SCRIPT type="text/javascript">
  55. <!--
  56. if(window==top) {
  57. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  58. }
  59. //-->
  60. </SCRIPT>
  61. <NOSCRIPT>
  62. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  63. </NOSCRIPT>
  64. </FONT></TD>
  65. </TR>
  66. <TR>
  67. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  68. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  69. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  70. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  71. </TR>
  72. </TABLE>
  73. <A NAME="skip-navbar_top"></A>
  74. <!-- ========= END OF TOP NAVBAR ========= -->
  75. <HR>
  76. <!-- ======== START OF CLASS DATA ======== -->
  77. <H2>
  78. <FONT SIZE="-1">
  79. com.googlecode.jmxtrans.util</FONT>
  80. <BR>
  81. Class SocketDetails</H2>
  82. <PRE>
  83. java.lang.Object
  84. <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.googlecode.jmxtrans.util.SocketDetails</B>
  85. </PRE>
  86. <DL>
  87. <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD>
  88. </DL>
  89. <HR>
  90. <DL>
  91. <DT><PRE>public class <B>SocketDetails</B><DT>extends java.lang.Object<DT>implements java.io.Serializable</DL>
  92. </PRE>
  93. <P>
  94. Class which holds the details about the socket connection. Primarily host/port.
  95. <P>
  96. <P>
  97. <DL>
  98. <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#com.googlecode.jmxtrans.util.SocketDetails">Serialized Form</A></DL>
  99. <HR>
  100. <P>
  101. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  102. <A NAME="constructor_summary"><!-- --></A>
  103. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  104. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  105. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  106. <B>Constructor Summary</B></FONT></TH>
  107. </TR>
  108. <TR BGCOLOR="white" CLASS="TableRowColor">
  109. <TD><CODE><B><A HREF="../../../../com/googlecode/jmxtrans/util/SocketDetails.html#SocketDetails(java.lang.String, int)">SocketDetails</A></B>(java.lang.String&nbsp;host,
  110. int&nbsp;port)</CODE>
  111. <BR>
  112. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  113. </TR>
  114. </TABLE>
  115. &nbsp;
  116. <!-- ========== METHOD SUMMARY =========== -->
  117. <A NAME="method_summary"><!-- --></A>
  118. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  119. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  120. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  121. <B>Method Summary</B></FONT></TH>
  122. </TR>
  123. <TR BGCOLOR="white" CLASS="TableRowColor">
  124. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  125. <CODE>&nbsp;boolean</CODE></FONT></TD>
  126. <TD><CODE><B><A HREF="../../../../com/googlecode/jmxtrans/util/SocketDetails.html#equals(java.lang.Object)">equals</A></B>(java.lang.Object&nbsp;o)</CODE>
  127. <BR>
  128. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  129. </TR>
  130. <TR BGCOLOR="white" CLASS="TableRowColor">
  131. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  132. <CODE>static&nbsp;<A HREF="../../../../com/googlecode/jmxtrans/util/SocketDetails.html" title="class in com.googlecode.jmxtrans.util">SocketDetails</A></CODE></FONT></TD>
  133. <TD><CODE><B><A HREF="../../../../com/googlecode/jmxtrans/util/SocketDetails.html#fromString(java.lang.String)">fromString</A></B>(java.lang.String&nbsp;key)</CODE>
  134. <BR>
  135. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  136. </TR>
  137. <TR BGCOLOR="white" CLASS="TableRowColor">
  138. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  139. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  140. <TD><CODE><B><A HREF="../../../../com/googlecode/jmxtrans/util/SocketDetails.html#getHost()">getHost</A></B>()</CODE>
  141. <BR>
  142. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  143. </TR>
  144. <TR BGCOLOR="white" CLASS="TableRowColor">
  145. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  146. <CODE>&nbsp;int</CODE></FONT></TD>
  147. <TD><CODE><B><A HREF="../../../../com/googlecode/jmxtrans/util/SocketDetails.html#getPort()">getPort</A></B>()</CODE>
  148. <BR>
  149. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  150. </TR>
  151. <TR BGCOLOR="white" CLASS="TableRowColor">
  152. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  153. <CODE>&nbsp;int</CODE></FONT></TD>
  154. <TD><CODE><B><A HREF="../../../../com/googlecode/jmxtrans/util/SocketDetails.html#hashCode()">hashCode</A></B>()</CODE>
  155. <BR>
  156. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  157. </TR>
  158. <TR BGCOLOR="white" CLASS="TableRowColor">
  159. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  160. <CODE>&nbsp;void</CODE></FONT></TD>
  161. <TD><CODE><B><A HREF="../../../../com/googlecode/jmxtrans/util/SocketDetails.html#setHost(java.lang.String)">setHost</A></B>(java.lang.String&nbsp;host)</CODE>
  162. <BR>
  163. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  164. </TR>
  165. <TR BGCOLOR="white" CLASS="TableRowColor">
  166. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  167. <CODE>&nbsp;void</CODE></FONT></TD>
  168. <TD><CODE><B><A HREF="../../../../com/googlecode/jmxtrans/util/SocketDetails.html#setPort(int)">setPort</A></B>(int&nbsp;port)</CODE>
  169. <BR>
  170. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  171. </TR>
  172. <TR BGCOLOR="white" CLASS="TableRowColor">
  173. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  174. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  175. <TD><CODE><B><A HREF="../../../../com/googlecode/jmxtrans/util/SocketDetails.html#toString()">toString</A></B>()</CODE>
  176. <BR>
  177. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  178. </TR>
  179. </TABLE>
  180. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  181. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  182. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  183. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
  184. </TR>
  185. <TR BGCOLOR="white" CLASS="TableRowColor">
  186. <TD><CODE>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
  187. </TR>
  188. </TABLE>
  189. &nbsp;
  190. <P>
  191. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  192. <A NAME="constructor_detail"><!-- --></A>
  193. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  194. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  195. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  196. <B>Constructor Detail</B></FONT></TH>
  197. </TR>
  198. </TABLE>
  199. <A NAME="SocketDetails(java.lang.String, int)"><!-- --></A><H3>
  200. SocketDetails</H3>
  201. <PRE>
  202. public <B>SocketDetails</B>(java.lang.String&nbsp;host,
  203. int&nbsp;port)</PRE>
  204. <DL>
  205. </DL>
  206. <!-- ============ METHOD DETAIL ========== -->
  207. <A NAME="method_detail"><!-- --></A>
  208. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  209. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  210. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  211. <B>Method Detail</B></FONT></TH>
  212. </TR>
  213. </TABLE>
  214. <A NAME="fromString(java.lang.String)"><!-- --></A><H3>
  215. fromString</H3>
  216. <PRE>
  217. public static <A HREF="../../../../com/googlecode/jmxtrans/util/SocketDetails.html" title="class in com.googlecode.jmxtrans.util">SocketDetails</A> <B>fromString</B>(java.lang.String&nbsp;key)</PRE>
  218. <DL>
  219. <DD><DL>
  220. </DL>
  221. </DD>
  222. <DD><DL>
  223. </DL>
  224. </DD>
  225. </DL>
  226. <HR>
  227. <A NAME="getHost()"><!-- --></A><H3>
  228. getHost</H3>
  229. <PRE>
  230. public java.lang.String <B>getHost</B>()</PRE>
  231. <DL>
  232. <DD><DL>
  233. </DL>
  234. </DD>
  235. <DD><DL>
  236. </DL>
  237. </DD>
  238. </DL>
  239. <HR>
  240. <A NAME="setHost(java.lang.String)"><!-- --></A><H3>
  241. setHost</H3>
  242. <PRE>
  243. public void <B>setHost</B>(java.lang.String&nbsp;host)</PRE>
  244. <DL>
  245. <DD><DL>
  246. </DL>
  247. </DD>
  248. <DD><DL>
  249. </DL>
  250. </DD>
  251. </DL>
  252. <HR>
  253. <A NAME="getPort()"><!-- --></A><H3>
  254. getPort</H3>
  255. <PRE>
  256. public int <B>getPort</B>()</PRE>
  257. <DL>
  258. <DD><DL>
  259. </DL>
  260. </DD>
  261. <DD><DL>
  262. </DL>
  263. </DD>
  264. </DL>
  265. <HR>
  266. <A NAME="setPort(int)"><!-- --></A><H3>
  267. setPort</H3>
  268. <PRE>
  269. public void <B>setPort</B>(int&nbsp;port)</PRE>
  270. <DL>
  271. <DD><DL>
  272. </DL>
  273. </DD>
  274. <DD><DL>
  275. </DL>
  276. </DD>
  277. </DL>
  278. <HR>
  279. <A NAME="equals(java.lang.Object)"><!-- --></A><H3>
  280. equals</H3>
  281. <PRE>
  282. public boolean <B>equals</B>(java.lang.Object&nbsp;o)</PRE>
  283. <DL>
  284. <DD><DL>
  285. <DT><B>Overrides:</B><DD><CODE>equals</CODE> in class <CODE>java.lang.Object</CODE></DL>
  286. </DD>
  287. <DD><DL>
  288. </DL>
  289. </DD>
  290. </DL>
  291. <HR>
  292. <A NAME="hashCode()"><!-- --></A><H3>
  293. hashCode</H3>
  294. <PRE>
  295. public int <B>hashCode</B>()</PRE>
  296. <DL>
  297. <DD><DL>
  298. <DT><B>Overrides:</B><DD><CODE>hashCode</CODE> in class <CODE>java.lang.Object</CODE></DL>
  299. </DD>
  300. <DD><DL>
  301. </DL>
  302. </DD>
  303. </DL>
  304. <HR>
  305. <A NAME="toString()"><!-- --></A><H3>
  306. toString</H3>
  307. <PRE>
  308. public java.lang.String <B>toString</B>()</PRE>
  309. <DL>
  310. <DD><DL>
  311. <DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL>
  312. </DD>
  313. <DD><DL>
  314. </DL>
  315. </DD>
  316. </DL>
  317. <!-- ========= END OF CLASS DATA ========= -->
  318. <HR>
  319. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  320. <A NAME="navbar_bottom"><!-- --></A>
  321. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  322. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  323. <TR>
  324. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  325. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  326. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  327. <TR ALIGN="center" VALIGN="top">
  328. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  329. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  330. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  331. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  332. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  333. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  334. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  335. </TR>
  336. </TABLE>
  337. </TD>
  338. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  339. </EM>
  340. </TD>
  341. </TR>
  342. <TR>
  343. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  344. &nbsp;<A HREF="../../../../com/googlecode/jmxtrans/util/SignalInterceptor.html" title="class in com.googlecode.jmxtrans.util"><B>PREV CLASS</B></A>&nbsp;
  345. &nbsp;<A HREF="../../../../com/googlecode/jmxtrans/util/SocketFactory.html" title="class in com.googlecode.jmxtrans.util"><B>NEXT CLASS</B></A></FONT></TD>
  346. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  347. <A HREF="../../../../index.html?com/googlecode/jmxtrans/util/SocketDetails.html" target="_top"><B>FRAMES</B></A> &nbsp;
  348. &nbsp;<A HREF="SocketDetails.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  349. &nbsp;<SCRIPT type="text/javascript">
  350. <!--
  351. if(window==top) {
  352. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  353. }
  354. //-->
  355. </SCRIPT>
  356. <NOSCRIPT>
  357. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  358. </NOSCRIPT>
  359. </FONT></TD>
  360. </TR>
  361. <TR>
  362. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  363. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  364. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  365. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  366. </TR>
  367. </TABLE>
  368. <A NAME="skip-navbar_bottom"></A>
  369. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  370. <HR>
  371. <i>Copyright &#169; 2011 Jon Stevens and a gang of pencils. All Rights Reserved. Build version: 168</i>
  372. </BODY>
  373. </HTML>