/lib/docs/org/apache/xmlrpc/server/XmlRpcServerWorkerFactory.html
HTML | 278 lines | 224 code | 32 blank | 22 comment | 0 complexity | ac701d702f689dcc31e3bc6fced1936b 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:46:00 CEST 2009 --> 6<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<TITLE> 8XmlRpcServerWorkerFactory (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="XmlRpcServerWorkerFactory (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/XmlRpcServerWorkerFactory.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/server/XmlRpcServerWorker.html" title="class in org.apache.xmlrpc.server"><B>PREV CLASS</B></A> 60 <A HREF="../../../../org/apache/xmlrpc/server/XmlRpcStreamServer.html" title="class in org.apache.xmlrpc.server"><B>NEXT CLASS</B></A></FONT></TD> 61<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 62 <A HREF="../../../../index.html?org/apache/xmlrpc/server/XmlRpcServerWorkerFactory.html" target="_top"><B>FRAMES</B></A> 63 <A HREF="XmlRpcServerWorkerFactory.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.server</FONT> 93<BR> 94Class XmlRpcServerWorkerFactory</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.server.XmlRpcServerWorkerFactory</B> 99</PRE> 100<HR> 101<DL> 102<DT><PRE>public class <B>XmlRpcServerWorkerFactory</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> 106Server specific worker factory. 107<P> 108 109<P> 110<HR> 111 112<P> 113 114<!-- ======== CONSTRUCTOR SUMMARY ======== --> 115 116<A NAME="constructor_summary"><!-- --></A> 117<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 118<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 119<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 120<B>Constructor Summary</B></FONT></TH> 121</TR> 122<TR BGCOLOR="white" CLASS="TableRowColor"> 123<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/server/XmlRpcServerWorkerFactory.html#XmlRpcServerWorkerFactory(org.apache.xmlrpc.server.XmlRpcServer)">XmlRpcServerWorkerFactory</A></B>(<A HREF="../../../../org/apache/xmlrpc/server/XmlRpcServer.html" title="class in org.apache.xmlrpc.server">XmlRpcServer</A> pServer)</CODE> 124 125<BR> 126 Creates a new factory with the given controller.</TD> 127</TR> 128</TABLE> 129 130<!-- ========== METHOD SUMMARY =========== --> 131 132<A NAME="method_summary"><!-- --></A> 133<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 134<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 135<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 136<B>Method Summary</B></FONT></TH> 137</TR> 138<TR BGCOLOR="white" CLASS="TableRowColor"> 139<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 140<CODE>protected <A HREF="../../../../org/apache/xmlrpc/common/XmlRpcWorker.html" title="interface in org.apache.xmlrpc.common">XmlRpcWorker</A></CODE></FONT></TD> 141<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/server/XmlRpcServerWorkerFactory.html#newWorker()">newWorker</A></B>()</CODE> 142 143<BR> 144 Creates a new worker instance.</TD> 145</TR> 146</TABLE> 147 <A NAME="methods_inherited_from_class_org.apache.xmlrpc.common.XmlRpcWorkerFactory"><!-- --></A> 148<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 149<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 150<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> 151</TR> 152<TR BGCOLOR="white" CLASS="TableRowColor"> 153<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> 154</TR> 155</TABLE> 156 <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> 157<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 158<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 159<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> 160</TR> 161<TR BGCOLOR="white" CLASS="TableRowColor"> 162<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> 163</TR> 164</TABLE> 165 166<P> 167 168<!-- ========= CONSTRUCTOR DETAIL ======== --> 169 170<A NAME="constructor_detail"><!-- --></A> 171<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 172<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 173<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 174<B>Constructor Detail</B></FONT></TH> 175</TR> 176</TABLE> 177 178<A NAME="XmlRpcServerWorkerFactory(org.apache.xmlrpc.server.XmlRpcServer)"><!-- --></A><H3> 179XmlRpcServerWorkerFactory</H3> 180<PRE> 181public <B>XmlRpcServerWorkerFactory</B>(<A HREF="../../../../org/apache/xmlrpc/server/XmlRpcServer.html" title="class in org.apache.xmlrpc.server">XmlRpcServer</A> pServer)</PRE> 182<DL> 183<DD>Creates a new factory with the given controller. 184<P> 185<DL> 186<DT><B>Parameters:</B><DD><CODE>pServer</CODE> - The factory controller.</DL> 187</DL> 188 189<!-- ============ METHOD DETAIL ========== --> 190 191<A NAME="method_detail"><!-- --></A> 192<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 193<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 194<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 195<B>Method Detail</B></FONT></TH> 196</TR> 197</TABLE> 198 199<A NAME="newWorker()"><!-- --></A><H3> 200newWorker</H3> 201<PRE> 202protected <A HREF="../../../../org/apache/xmlrpc/common/XmlRpcWorker.html" title="interface in org.apache.xmlrpc.common">XmlRpcWorker</A> <B>newWorker</B>()</PRE> 203<DL> 204<DD><B>Description copied from class: <CODE><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcWorkerFactory.html#newWorker()">XmlRpcWorkerFactory</A></CODE></B></DD> 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/common/XmlRpcWorker.html" title="interface in org.apache.xmlrpc.common"><CODE>XmlRpcWorker</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/XmlRpcServerWorkerFactory.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/server/XmlRpcServerWorker.html" title="class in org.apache.xmlrpc.server"><B>PREV CLASS</B></A> 247 <A HREF="../../../../org/apache/xmlrpc/server/XmlRpcStreamServer.html" title="class in org.apache.xmlrpc.server"><B>NEXT CLASS</B></A></FONT></TD> 248<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 249 <A HREF="../../../../index.html?org/apache/xmlrpc/server/XmlRpcServerWorkerFactory.html" target="_top"><B>FRAMES</B></A> 250 <A HREF="XmlRpcServerWorkerFactory.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>