/lib/docs/org/apache/xmlrpc/common/XmlRpcController.html
HTML | 420 lines | 348 code | 50 blank | 22 comment | 0 complexity | 7661364ab62421bb5e85350fb961d588 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_0) on Mon Apr 20 21:45:56 CEST 2009 --> 6<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<TITLE> 8XmlRpcController (Apache XML-RPC 3.1.2 API) 9</TITLE> 10 11<META NAME="date" CONTENT="2009-04-20"> 12 13<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> 14 15<SCRIPT type="text/javascript"> 16function windowTitle() 17{ 18 if (location.href.indexOf('is-external=true') == -1) { 19 parent.document.title="XmlRpcController (Apache XML-RPC 3.1.2 API)"; 20 } 21} 22</SCRIPT> 23<NOSCRIPT> 24</NOSCRIPT> 25 26</HEAD> 27 28<BODY BGCOLOR="white" onload="windowTitle();"> 29<HR> 30 31 32<!-- ========= START OF TOP NAVBAR ======= --> 33<A NAME="navbar_top"><!-- --></A> 34<A HREF="#skip-navbar_top" title="Skip navigation links"></A> 35<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 36<TR> 37<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 38<A NAME="navbar_top_firstrow"><!-- --></A> 39<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 40 <TR ALIGN="center" VALIGN="top"> 41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 43 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> 44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/XmlRpcController.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> 45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 46 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 47 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 48 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 49 </TR> 50</TABLE> 51</TD> 52<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 53</EM> 54</TD> 55</TR> 56 57<TR> 58<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 59 <A HREF="../../../../org/apache/xmlrpc/common/TypeFactoryImpl.html" title="class in org.apache.xmlrpc.common"><B>PREV CLASS</B></A> 60 <A HREF="../../../../org/apache/xmlrpc/common/XmlRpcExtensionException.html" title="class in org.apache.xmlrpc.common"><B>NEXT CLASS</B></A></FONT></TD> 61<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 62 <A HREF="../../../../index.html?org/apache/xmlrpc/common/XmlRpcController.html" target="_top"><B>FRAMES</B></A> 63 <A HREF="XmlRpcController.html" target="_top"><B>NO FRAMES</B></A> 64 <SCRIPT type="text/javascript"> 65 <!-- 66 if(window==top) { 67 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); 68 } 69 //--> 70</SCRIPT> 71<NOSCRIPT> 72 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> 73</NOSCRIPT> 74 75 76</FONT></TD> 77</TR> 78<TR> 79<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 80 SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> 81<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 82DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> 83</TR> 84</TABLE> 85<A NAME="skip-navbar_top"></A> 86<!-- ========= END OF TOP NAVBAR ========= --> 87 88<HR> 89<!-- ======== START OF CLASS DATA ======== --> 90<H2> 91<FONT SIZE="-1"> 92org.apache.xmlrpc.common</FONT> 93<BR> 94Class XmlRpcController</H2> 95<PRE> 96java.lang.Object 97 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.xmlrpc.common.XmlRpcController</B> 98</PRE> 99<DL> 100<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/apache/xmlrpc/client/XmlRpcClient.html" title="class in org.apache.xmlrpc.client">XmlRpcClient</A>, <A HREF="../../../../org/apache/xmlrpc/server/XmlRpcServer.html" title="class in org.apache.xmlrpc.server">XmlRpcServer</A></DD> 101</DL> 102<HR> 103<DL> 104<DT><PRE>public abstract class <B>XmlRpcController</B><DT>extends java.lang.Object</DL> 105</PRE> 106 107<P> 108A common base class for 109 <A HREF="../../../../org/apache/xmlrpc/server/XmlRpcServer.html" title="class in org.apache.xmlrpc.server"><CODE>XmlRpcServer</CODE></A> and 110 <A HREF="../../../../org/apache/xmlrpc/client/XmlRpcClient.html" title="class in org.apache.xmlrpc.client"><CODE>XmlRpcClient</CODE></A>. 111<P> 112 113<P> 114<HR> 115 116<P> 117 118<!-- ======== CONSTRUCTOR SUMMARY ======== --> 119 120<A NAME="constructor_summary"><!-- --></A> 121<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 122<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 123<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 124<B>Constructor Summary</B></FONT></TH> 125</TR> 126<TR BGCOLOR="white" CLASS="TableRowColor"> 127<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcController.html#XmlRpcController()">XmlRpcController</A></B>()</CODE> 128 129<BR> 130 </TD> 131</TR> 132</TABLE> 133 134<!-- ========== METHOD SUMMARY =========== --> 135 136<A NAME="method_summary"><!-- --></A> 137<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 138<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 139<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 140<B>Method Summary</B></FONT></TH> 141</TR> 142<TR BGCOLOR="white" CLASS="TableRowColor"> 143<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 144<CODE>abstract <A HREF="../../../../org/apache/xmlrpc/XmlRpcConfig.html" title="interface in org.apache.xmlrpc">XmlRpcConfig</A></CODE></FONT></TD> 145<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcController.html#getConfig()">getConfig</A></B>()</CODE> 146 147<BR> 148 Returns the controllers default configuration.</TD> 149</TR> 150<TR BGCOLOR="white" CLASS="TableRowColor"> 151<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 152<CODE>protected abstract <A HREF="../../../../org/apache/xmlrpc/common/XmlRpcWorkerFactory.html" title="class in org.apache.xmlrpc.common">XmlRpcWorkerFactory</A></CODE></FONT></TD> 153<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcController.html#getDefaultXmlRpcWorkerFactory()">getDefaultXmlRpcWorkerFactory</A></B>()</CODE> 154 155<BR> 156 Creates the controllers default worker factory.</TD> 157</TR> 158<TR BGCOLOR="white" CLASS="TableRowColor"> 159<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 160<CODE> int</CODE></FONT></TD> 161<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcController.html#getMaxThreads()">getMaxThreads</A></B>()</CODE> 162 163<BR> 164 Returns the maximum number of concurrent requests.</TD> 165</TR> 166<TR BGCOLOR="white" CLASS="TableRowColor"> 167<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 168<CODE> <A HREF="../../../../org/apache/xmlrpc/common/TypeFactory.html" title="interface in org.apache.xmlrpc.common">TypeFactory</A></CODE></FONT></TD> 169<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcController.html#getTypeFactory()">getTypeFactory</A></B>()</CODE> 170 171<BR> 172 Returns the type factory.</TD> 173</TR> 174<TR BGCOLOR="white" CLASS="TableRowColor"> 175<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 176<CODE> <A HREF="../../../../org/apache/xmlrpc/common/XmlRpcWorkerFactory.html" title="class in org.apache.xmlrpc.common">XmlRpcWorkerFactory</A></CODE></FONT></TD> 177<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcController.html#getWorkerFactory()">getWorkerFactory</A></B>()</CODE> 178 179<BR> 180 Returns the clients worker factory.</TD> 181</TR> 182<TR BGCOLOR="white" CLASS="TableRowColor"> 183<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 184<CODE> void</CODE></FONT></TD> 185<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcController.html#setMaxThreads(int)">setMaxThreads</A></B>(int pMaxThreads)</CODE> 186 187<BR> 188 Sets the maximum number of concurrent requests.</TD> 189</TR> 190<TR BGCOLOR="white" CLASS="TableRowColor"> 191<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 192<CODE> void</CODE></FONT></TD> 193<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcController.html#setTypeFactory(org.apache.xmlrpc.common.TypeFactory)">setTypeFactory</A></B>(<A HREF="../../../../org/apache/xmlrpc/common/TypeFactory.html" title="interface in org.apache.xmlrpc.common">TypeFactory</A> pTypeFactory)</CODE> 194 195<BR> 196 Sets the type factory.</TD> 197</TR> 198<TR BGCOLOR="white" CLASS="TableRowColor"> 199<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 200<CODE> void</CODE></FONT></TD> 201<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcController.html#setWorkerFactory(org.apache.xmlrpc.common.XmlRpcWorkerFactory)">setWorkerFactory</A></B>(<A HREF="../../../../org/apache/xmlrpc/common/XmlRpcWorkerFactory.html" title="class in org.apache.xmlrpc.common">XmlRpcWorkerFactory</A> pFactory)</CODE> 202 203<BR> 204 Sets the clients worker factory.</TD> 205</TR> 206</TABLE> 207 <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> 208<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 209<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 210<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> 211</TR> 212<TR BGCOLOR="white" CLASS="TableRowColor"> 213<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> 214</TR> 215</TABLE> 216 217<P> 218 219<!-- ========= CONSTRUCTOR DETAIL ======== --> 220 221<A NAME="constructor_detail"><!-- --></A> 222<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 223<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 224<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 225<B>Constructor Detail</B></FONT></TH> 226</TR> 227</TABLE> 228 229<A NAME="XmlRpcController()"><!-- --></A><H3> 230XmlRpcController</H3> 231<PRE> 232public <B>XmlRpcController</B>()</PRE> 233<DL> 234</DL> 235 236<!-- ============ METHOD DETAIL ========== --> 237 238<A NAME="method_detail"><!-- --></A> 239<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 240<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 241<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 242<B>Method Detail</B></FONT></TH> 243</TR> 244</TABLE> 245 246<A NAME="getDefaultXmlRpcWorkerFactory()"><!-- --></A><H3> 247getDefaultXmlRpcWorkerFactory</H3> 248<PRE> 249protected abstract <A HREF="../../../../org/apache/xmlrpc/common/XmlRpcWorkerFactory.html" title="class in org.apache.xmlrpc.common">XmlRpcWorkerFactory</A> <B>getDefaultXmlRpcWorkerFactory</B>()</PRE> 250<DL> 251<DD>Creates the controllers default worker factory. 252<P> 253<DD><DL> 254 255<DT><B>Returns:</B><DD>The default factory for workers.</DL> 256</DD> 257</DL> 258<HR> 259 260<A NAME="setMaxThreads(int)"><!-- --></A><H3> 261setMaxThreads</H3> 262<PRE> 263public void <B>setMaxThreads</B>(int pMaxThreads)</PRE> 264<DL> 265<DD>Sets the maximum number of concurrent requests. This includes 266 both synchronous and asynchronous requests. 267<P> 268<DD><DL> 269<DT><B>Parameters:</B><DD><CODE>pMaxThreads</CODE> - Maximum number of threads or 0 to disable 270 the limit.</DL> 271</DD> 272</DL> 273<HR> 274 275<A NAME="getMaxThreads()"><!-- --></A><H3> 276getMaxThreads</H3> 277<PRE> 278public int <B>getMaxThreads</B>()</PRE> 279<DL> 280<DD>Returns the maximum number of concurrent requests. This includes 281 both synchronous and asynchronous requests. 282<P> 283<DD><DL> 284 285<DT><B>Returns:</B><DD>Maximum number of threads or 0 to disable 286 the limit.</DL> 287</DD> 288</DL> 289<HR> 290 291<A NAME="setWorkerFactory(org.apache.xmlrpc.common.XmlRpcWorkerFactory)"><!-- --></A><H3> 292setWorkerFactory</H3> 293<PRE> 294public void <B>setWorkerFactory</B>(<A HREF="../../../../org/apache/xmlrpc/common/XmlRpcWorkerFactory.html" title="class in org.apache.xmlrpc.common">XmlRpcWorkerFactory</A> pFactory)</PRE> 295<DL> 296<DD>Sets the clients worker factory. 297<P> 298<DD><DL> 299<DT><B>Parameters:</B><DD><CODE>pFactory</CODE> - The factory being used to create workers.</DL> 300</DD> 301</DL> 302<HR> 303 304<A NAME="getWorkerFactory()"><!-- --></A><H3> 305getWorkerFactory</H3> 306<PRE> 307public <A HREF="../../../../org/apache/xmlrpc/common/XmlRpcWorkerFactory.html" title="class in org.apache.xmlrpc.common">XmlRpcWorkerFactory</A> <B>getWorkerFactory</B>()</PRE> 308<DL> 309<DD>Returns the clients worker factory. 310<P> 311<DD><DL> 312 313<DT><B>Returns:</B><DD>The factory being used to create workers.</DL> 314</DD> 315</DL> 316<HR> 317 318<A NAME="getConfig()"><!-- --></A><H3> 319getConfig</H3> 320<PRE> 321public abstract <A HREF="../../../../org/apache/xmlrpc/XmlRpcConfig.html" title="interface in org.apache.xmlrpc">XmlRpcConfig</A> <B>getConfig</B>()</PRE> 322<DL> 323<DD>Returns the controllers default configuration. 324<P> 325<DD><DL> 326 327<DT><B>Returns:</B><DD>The default configuration.</DL> 328</DD> 329</DL> 330<HR> 331 332<A NAME="setTypeFactory(org.apache.xmlrpc.common.TypeFactory)"><!-- --></A><H3> 333setTypeFactory</H3> 334<PRE> 335public void <B>setTypeFactory</B>(<A HREF="../../../../org/apache/xmlrpc/common/TypeFactory.html" title="interface in org.apache.xmlrpc.common">TypeFactory</A> pTypeFactory)</PRE> 336<DL> 337<DD>Sets the type factory. 338<P> 339<DD><DL> 340<DT><B>Parameters:</B><DD><CODE>pTypeFactory</CODE> - The type factory.</DL> 341</DD> 342</DL> 343<HR> 344 345<A NAME="getTypeFactory()"><!-- --></A><H3> 346getTypeFactory</H3> 347<PRE> 348public <A HREF="../../../../org/apache/xmlrpc/common/TypeFactory.html" title="interface in org.apache.xmlrpc.common">TypeFactory</A> <B>getTypeFactory</B>()</PRE> 349<DL> 350<DD>Returns the type factory. 351<P> 352<DD><DL> 353 354<DT><B>Returns:</B><DD>The type factory.</DL> 355</DD> 356</DL> 357<!-- ========= END OF CLASS DATA ========= --> 358<HR> 359 360 361<!-- ======= START OF BOTTOM NAVBAR ====== --> 362<A NAME="navbar_bottom"><!-- --></A> 363<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 364<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 365<TR> 366<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 367<A NAME="navbar_bottom_firstrow"><!-- --></A> 368<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 369 <TR ALIGN="center" VALIGN="top"> 370 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 371 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 372 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> 373 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/XmlRpcController.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> 374 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 375 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 376 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 377 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 378 </TR> 379</TABLE> 380</TD> 381<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 382</EM> 383</TD> 384</TR> 385 386<TR> 387<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 388 <A HREF="../../../../org/apache/xmlrpc/common/TypeFactoryImpl.html" title="class in org.apache.xmlrpc.common"><B>PREV CLASS</B></A> 389 <A HREF="../../../../org/apache/xmlrpc/common/XmlRpcExtensionException.html" title="class in org.apache.xmlrpc.common"><B>NEXT CLASS</B></A></FONT></TD> 390<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 391 <A HREF="../../../../index.html?org/apache/xmlrpc/common/XmlRpcController.html" target="_top"><B>FRAMES</B></A> 392 <A HREF="XmlRpcController.html" target="_top"><B>NO FRAMES</B></A> 393 <SCRIPT type="text/javascript"> 394 <!-- 395 if(window==top) { 396 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); 397 } 398 //--> 399</SCRIPT> 400<NOSCRIPT> 401 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> 402</NOSCRIPT> 403 404 405</FONT></TD> 406</TR> 407<TR> 408<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 409 SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> 410<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 411DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> 412</TR> 413</TABLE> 414<A NAME="skip-navbar_bottom"></A> 415<!-- ======== END OF BOTTOM NAVBAR ======= --> 416 417<HR> 418Copyright © 2001-2009 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. 419</BODY> 420</HTML>