/lib/docs/org/apache/xmlrpc/client/XmlRpcClientWorkerFactory.html
HTML | 278 lines | 224 code | 32 blank | 22 comment | 0 complexity | a5a111d1b8daf9036202fc241424db7d 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:58 CEST 2009 --> 6<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<TITLE> 8XmlRpcClientWorkerFactory (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="XmlRpcClientWorkerFactory (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/XmlRpcClientWorkerFactory.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/client/XmlRpcClientWorker.html" title="class in org.apache.xmlrpc.client"><B>PREV CLASS</B></A> 60 <A HREF="../../../../org/apache/xmlrpc/client/XmlRpcCommonsTransport.html" title="class in org.apache.xmlrpc.client"><B>NEXT CLASS</B></A></FONT></TD> 61<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 62 <A HREF="../../../../index.html?org/apache/xmlrpc/client/XmlRpcClientWorkerFactory.html" target="_top"><B>FRAMES</B></A> 63 <A HREF="XmlRpcClientWorkerFactory.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.client</FONT> 93<BR> 94Class XmlRpcClientWorkerFactory</H2> 95<PRE> 96java.lang.Object 97 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcWorkerFactory.html" title="class in org.apache.xmlrpc.common">org.apache.xmlrpc.common.XmlRpcWorkerFactory</A> 98 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.xmlrpc.client.XmlRpcClientWorkerFactory</B> 99</PRE> 100<HR> 101<DL> 102<DT><PRE>public class <B>XmlRpcClientWorkerFactory</B><DT>extends <A HREF="../../../../org/apache/xmlrpc/common/XmlRpcWorkerFactory.html" title="class in org.apache.xmlrpc.common">XmlRpcWorkerFactory</A></DL> 103</PRE> 104 105<P> 106A worker factory for the client, creating instances of 107 <A HREF="../../../../org/apache/xmlrpc/client/XmlRpcClientWorker.html" title="class in org.apache.xmlrpc.client"><CODE>XmlRpcClientWorker</CODE></A>. 108<P> 109 110<P> 111<HR> 112 113<P> 114 115<!-- ======== CONSTRUCTOR SUMMARY ======== --> 116 117<A NAME="constructor_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>Constructor Summary</B></FONT></TH> 122</TR> 123<TR BGCOLOR="white" CLASS="TableRowColor"> 124<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/client/XmlRpcClientWorkerFactory.html#XmlRpcClientWorkerFactory(org.apache.xmlrpc.client.XmlRpcClient)">XmlRpcClientWorkerFactory</A></B>(<A HREF="../../../../org/apache/xmlrpc/client/XmlRpcClient.html" title="class in org.apache.xmlrpc.client">XmlRpcClient</A> pClient)</CODE> 125 126<BR> 127 Creates a new instance.</TD> 128</TR> 129</TABLE> 130 131<!-- ========== METHOD SUMMARY =========== --> 132 133<A NAME="method_summary"><!-- --></A> 134<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 135<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 136<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 137<B>Method Summary</B></FONT></TH> 138</TR> 139<TR BGCOLOR="white" CLASS="TableRowColor"> 140<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 141<CODE>protected <A HREF="../../../../org/apache/xmlrpc/common/XmlRpcWorker.html" title="interface in org.apache.xmlrpc.common">XmlRpcWorker</A></CODE></FONT></TD> 142<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/client/XmlRpcClientWorkerFactory.html#newWorker()">newWorker</A></B>()</CODE> 143 144<BR> 145 Creates a new worker instance.</TD> 146</TR> 147</TABLE> 148 <A NAME="methods_inherited_from_class_org.apache.xmlrpc.common.XmlRpcWorkerFactory"><!-- --></A> 149<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 150<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 151<TH ALIGN="left"><B>Methods inherited from class org.apache.xmlrpc.common.<A HREF="../../../../org/apache/xmlrpc/common/XmlRpcWorkerFactory.html" title="class in org.apache.xmlrpc.common">XmlRpcWorkerFactory</A></B></TH> 152</TR> 153<TR BGCOLOR="white" CLASS="TableRowColor"> 154<TD><CODE><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcWorkerFactory.html#getController()">getController</A>, <A HREF="../../../../org/apache/xmlrpc/common/XmlRpcWorkerFactory.html#getCurrentRequests()">getCurrentRequests</A>, <A HREF="../../../../org/apache/xmlrpc/common/XmlRpcWorkerFactory.html#getWorker()">getWorker</A>, <A HREF="../../../../org/apache/xmlrpc/common/XmlRpcWorkerFactory.html#releaseWorker(org.apache.xmlrpc.common.XmlRpcWorker)">releaseWorker</A></CODE></TD> 155</TR> 156</TABLE> 157 <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> 158<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 159<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 160<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> 161</TR> 162<TR BGCOLOR="white" CLASS="TableRowColor"> 163<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> 164</TR> 165</TABLE> 166 167<P> 168 169<!-- ========= CONSTRUCTOR DETAIL ======== --> 170 171<A NAME="constructor_detail"><!-- --></A> 172<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 173<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 174<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 175<B>Constructor Detail</B></FONT></TH> 176</TR> 177</TABLE> 178 179<A NAME="XmlRpcClientWorkerFactory(org.apache.xmlrpc.client.XmlRpcClient)"><!-- --></A><H3> 180XmlRpcClientWorkerFactory</H3> 181<PRE> 182public <B>XmlRpcClientWorkerFactory</B>(<A HREF="../../../../org/apache/xmlrpc/client/XmlRpcClient.html" title="class in org.apache.xmlrpc.client">XmlRpcClient</A> pClient)</PRE> 183<DL> 184<DD>Creates a new instance. 185<P> 186<DL> 187<DT><B>Parameters:</B><DD><CODE>pClient</CODE> - The factory controller.</DL> 188</DL> 189 190<!-- ============ METHOD DETAIL ========== --> 191 192<A NAME="method_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>Method Detail</B></FONT></TH> 197</TR> 198</TABLE> 199 200<A NAME="newWorker()"><!-- --></A><H3> 201newWorker</H3> 202<PRE> 203protected <A HREF="../../../../org/apache/xmlrpc/common/XmlRpcWorker.html" title="interface in org.apache.xmlrpc.common">XmlRpcWorker</A> <B>newWorker</B>()</PRE> 204<DL> 205<DD>Creates a new worker instance. 206<P> 207<DD><DL> 208<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcWorkerFactory.html#newWorker()">newWorker</A></CODE> in class <CODE><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcWorkerFactory.html" title="class in org.apache.xmlrpc.common">XmlRpcWorkerFactory</A></CODE></DL> 209</DD> 210<DD><DL> 211 212<DT><B>Returns:</B><DD>New instance of <A HREF="../../../../org/apache/xmlrpc/client/XmlRpcClientWorker.html" title="class in org.apache.xmlrpc.client"><CODE>XmlRpcClientWorker</CODE></A>.</DL> 213</DD> 214</DL> 215<!-- ========= END OF CLASS DATA ========= --> 216<HR> 217 218 219<!-- ======= START OF BOTTOM NAVBAR ====== --> 220<A NAME="navbar_bottom"><!-- --></A> 221<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 222<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 223<TR> 224<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 225<A NAME="navbar_bottom_firstrow"><!-- --></A> 226<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 227 <TR ALIGN="center" VALIGN="top"> 228 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 229 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 230 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> 231 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/XmlRpcClientWorkerFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> 232 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 233 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 234 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 235 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 236 </TR> 237</TABLE> 238</TD> 239<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 240</EM> 241</TD> 242</TR> 243 244<TR> 245<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 246 <A HREF="../../../../org/apache/xmlrpc/client/XmlRpcClientWorker.html" title="class in org.apache.xmlrpc.client"><B>PREV CLASS</B></A> 247 <A HREF="../../../../org/apache/xmlrpc/client/XmlRpcCommonsTransport.html" title="class in org.apache.xmlrpc.client"><B>NEXT CLASS</B></A></FONT></TD> 248<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 249 <A HREF="../../../../index.html?org/apache/xmlrpc/client/XmlRpcClientWorkerFactory.html" target="_top"><B>FRAMES</B></A> 250 <A HREF="XmlRpcClientWorkerFactory.html" target="_top"><B>NO FRAMES</B></A> 251 <SCRIPT type="text/javascript"> 252 <!-- 253 if(window==top) { 254 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); 255 } 256 //--> 257</SCRIPT> 258<NOSCRIPT> 259 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> 260</NOSCRIPT> 261 262 263</FONT></TD> 264</TR> 265<TR> 266<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 267 SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> 268<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 269DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> 270</TR> 271</TABLE> 272<A NAME="skip-navbar_bottom"></A> 273<!-- ======== END OF BOTTOM NAVBAR ======= --> 274 275<HR> 276Copyright © 2001-2009 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. 277</BODY> 278</HTML>