/lib/docs/org/apache/xmlrpc/util/ThreadPool.html

http://mp-rechnungs-und-kundenverwaltung.googlecode.com/ · HTML · 383 lines · 318 code · 42 blank · 23 comment · 0 complexity · 33a067ae1e79b3274e91fa1b6a307b87 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:57 CEST 2009 -->
  6. <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <TITLE>
  8. ThreadPool (Apache XML-RPC 3.1.2 API)
  9. </TITLE>
  10. <META NAME="date" CONTENT="2009-04-20">
  11. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
  12. <SCRIPT type="text/javascript">
  13. function windowTitle()
  14. {
  15. if (location.href.indexOf('is-external=true') == -1) {
  16. parent.document.title="ThreadPool (Apache XML-RPC 3.1.2 API)";
  17. }
  18. }
  19. </SCRIPT>
  20. <NOSCRIPT>
  21. </NOSCRIPT>
  22. </HEAD>
  23. <BODY BGCOLOR="white" onload="windowTitle();">
  24. <HR>
  25. <!-- ========= START OF TOP NAVBAR ======= -->
  26. <A NAME="navbar_top"><!-- --></A>
  27. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  28. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  29. <TR>
  30. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  31. <A NAME="navbar_top_firstrow"><!-- --></A>
  32. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  33. <TR ALIGN="center" VALIGN="top">
  34. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  35. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  36. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  37. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ThreadPool.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  38. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  39. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  40. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  41. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  42. </TR>
  43. </TABLE>
  44. </TD>
  45. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  46. </EM>
  47. </TD>
  48. </TR>
  49. <TR>
  50. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  51. &nbsp;<A HREF="../../../../org/apache/xmlrpc/util/SAXParsers.html" title="class in org.apache.xmlrpc.util"><B>PREV CLASS</B></A>&nbsp;
  52. &nbsp;<A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.InterruptableTask.html" title="interface in org.apache.xmlrpc.util"><B>NEXT CLASS</B></A></FONT></TD>
  53. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  54. <A HREF="../../../../index.html?org/apache/xmlrpc/util/ThreadPool.html" target="_top"><B>FRAMES</B></A> &nbsp;
  55. &nbsp;<A HREF="ThreadPool.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  56. &nbsp;<SCRIPT type="text/javascript">
  57. <!--
  58. if(window==top) {
  59. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  60. }
  61. //-->
  62. </SCRIPT>
  63. <NOSCRIPT>
  64. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  65. </NOSCRIPT>
  66. </FONT></TD>
  67. </TR>
  68. <TR>
  69. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  70. SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  71. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  72. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  73. </TR>
  74. </TABLE>
  75. <A NAME="skip-navbar_top"></A>
  76. <!-- ========= END OF TOP NAVBAR ========= -->
  77. <HR>
  78. <!-- ======== START OF CLASS DATA ======== -->
  79. <H2>
  80. <FONT SIZE="-1">
  81. org.apache.xmlrpc.util</FONT>
  82. <BR>
  83. Class ThreadPool</H2>
  84. <PRE>
  85. java.lang.Object
  86. <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.xmlrpc.util.ThreadPool</B>
  87. </PRE>
  88. <HR>
  89. <DL>
  90. <DT><PRE>public class <B>ThreadPool</B><DT>extends java.lang.Object</DL>
  91. </PRE>
  92. <P>
  93. Simple thread pool. A task is executed by obtaining a thread from
  94. the pool
  95. <P>
  96. <P>
  97. <HR>
  98. <P>
  99. <!-- ======== NESTED CLASS SUMMARY ======== -->
  100. <A NAME="nested_class_summary"><!-- --></A>
  101. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  102. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  103. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  104. <B>Nested Class Summary</B></FONT></TH>
  105. </TR>
  106. <TR BGCOLOR="white" CLASS="TableRowColor">
  107. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  108. <CODE>static&nbsp;interface</CODE></FONT></TD>
  109. <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.InterruptableTask.html" title="interface in org.apache.xmlrpc.util">ThreadPool.InterruptableTask</A></B></CODE>
  110. <BR>
  111. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A task, which may be interrupted, if the pool is shutting down.</TD>
  112. </TR>
  113. <TR BGCOLOR="white" CLASS="TableRowColor">
  114. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  115. <CODE>static&nbsp;interface</CODE></FONT></TD>
  116. <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.Task.html" title="interface in org.apache.xmlrpc.util">ThreadPool.Task</A></B></CODE>
  117. <BR>
  118. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The thread pool contains instances of <A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.Task.html" title="interface in org.apache.xmlrpc.util"><CODE>ThreadPool.Task</CODE></A>.</TD>
  119. </TR>
  120. </TABLE>
  121. &nbsp;
  122. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  123. <A NAME="constructor_summary"><!-- --></A>
  124. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  125. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  126. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  127. <B>Constructor Summary</B></FONT></TH>
  128. </TR>
  129. <TR BGCOLOR="white" CLASS="TableRowColor">
  130. <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.html#ThreadPool(int, java.lang.String)">ThreadPool</A></B>(int&nbsp;pMaxSize,
  131. java.lang.String&nbsp;pName)</CODE>
  132. <BR>
  133. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new instance.</TD>
  134. </TR>
  135. </TABLE>
  136. &nbsp;
  137. <!-- ========== METHOD SUMMARY =========== -->
  138. <A NAME="method_summary"><!-- --></A>
  139. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  140. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  141. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  142. <B>Method Summary</B></FONT></TH>
  143. </TR>
  144. <TR BGCOLOR="white" CLASS="TableRowColor">
  145. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  146. <CODE>&nbsp;boolean</CODE></FONT></TD>
  147. <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.html#addTask(org.apache.xmlrpc.util.ThreadPool.Task)">addTask</A></B>(<A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.Task.html" title="interface in org.apache.xmlrpc.util">ThreadPool.Task</A>&nbsp;pTask)</CODE>
  148. <BR>
  149. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a task for immediate or deferred execution.</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="../../../../org/apache/xmlrpc/util/ThreadPool.html#getMaxThreads()">getMaxThreads</A></B>()</CODE>
  155. <BR>
  156. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the maximum number of concurrent threads.</TD>
  157. </TR>
  158. <TR BGCOLOR="white" CLASS="TableRowColor">
  159. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  160. <CODE>&nbsp;int</CODE></FONT></TD>
  161. <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.html#getNumThreads()">getNumThreads</A></B>()</CODE>
  162. <BR>
  163. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the number of threads, which have actually been created,
  164. as opposed to the number of currently running threads.</TD>
  165. </TR>
  166. <TR BGCOLOR="white" CLASS="TableRowColor">
  167. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  168. <CODE>&nbsp;void</CODE></FONT></TD>
  169. <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.html#shutdown()">shutdown</A></B>()</CODE>
  170. <BR>
  171. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Closes the pool.</TD>
  172. </TR>
  173. <TR BGCOLOR="white" CLASS="TableRowColor">
  174. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  175. <CODE>&nbsp;boolean</CODE></FONT></TD>
  176. <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.html#startTask(org.apache.xmlrpc.util.ThreadPool.Task)">startTask</A></B>(<A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.Task.html" title="interface in org.apache.xmlrpc.util">ThreadPool.Task</A>&nbsp;pTask)</CODE>
  177. <BR>
  178. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Starts a task immediately.</TD>
  179. </TR>
  180. </TABLE>
  181. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  182. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  183. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  184. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
  185. </TR>
  186. <TR BGCOLOR="white" CLASS="TableRowColor">
  187. <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
  188. </TR>
  189. </TABLE>
  190. &nbsp;
  191. <P>
  192. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  193. <A NAME="constructor_detail"><!-- --></A>
  194. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  195. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  196. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  197. <B>Constructor Detail</B></FONT></TH>
  198. </TR>
  199. </TABLE>
  200. <A NAME="ThreadPool(int, java.lang.String)"><!-- --></A><H3>
  201. ThreadPool</H3>
  202. <PRE>
  203. public <B>ThreadPool</B>(int&nbsp;pMaxSize,
  204. java.lang.String&nbsp;pName)</PRE>
  205. <DL>
  206. <DD>Creates a new instance.
  207. <P>
  208. <DL>
  209. <DT><B>Parameters:</B><DD><CODE>pMaxSize</CODE> - Maximum number of concurrent threads.<DD><CODE>pName</CODE> - Thread group name.</DL>
  210. </DL>
  211. <!-- ============ METHOD DETAIL ========== -->
  212. <A NAME="method_detail"><!-- --></A>
  213. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  214. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  215. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  216. <B>Method Detail</B></FONT></TH>
  217. </TR>
  218. </TABLE>
  219. <A NAME="startTask(org.apache.xmlrpc.util.ThreadPool.Task)"><!-- --></A><H3>
  220. startTask</H3>
  221. <PRE>
  222. public boolean <B>startTask</B>(<A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.Task.html" title="interface in org.apache.xmlrpc.util">ThreadPool.Task</A>&nbsp;pTask)</PRE>
  223. <DL>
  224. <DD>Starts a task immediately.
  225. <P>
  226. <DD><DL>
  227. <DT><B>Parameters:</B><DD><CODE>pTask</CODE> - The task being started.
  228. <DT><B>Returns:</B><DD>True, if the task could be started immediately. False, if
  229. the maxmimum number of concurrent tasks was exceeded. If so, you
  230. might consider to use the <A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.html#addTask(org.apache.xmlrpc.util.ThreadPool.Task)"><CODE>addTask(ThreadPool.Task)</CODE></A> method instead.</DL>
  231. </DD>
  232. </DL>
  233. <HR>
  234. <A NAME="addTask(org.apache.xmlrpc.util.ThreadPool.Task)"><!-- --></A><H3>
  235. addTask</H3>
  236. <PRE>
  237. public boolean <B>addTask</B>(<A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.Task.html" title="interface in org.apache.xmlrpc.util">ThreadPool.Task</A>&nbsp;pTask)</PRE>
  238. <DL>
  239. <DD>Adds a task for immediate or deferred execution.
  240. <P>
  241. <DD><DL>
  242. <DT><B>Parameters:</B><DD><CODE>pTask</CODE> - The task being added.
  243. <DT><B>Returns:</B><DD>True, if the task was started immediately. False, if
  244. the task will be executed later.</DL>
  245. </DD>
  246. </DL>
  247. <HR>
  248. <A NAME="shutdown()"><!-- --></A><H3>
  249. shutdown</H3>
  250. <PRE>
  251. public void <B>shutdown</B>()</PRE>
  252. <DL>
  253. <DD>Closes the pool.
  254. <P>
  255. <DD><DL>
  256. </DL>
  257. </DD>
  258. </DL>
  259. <HR>
  260. <A NAME="getMaxThreads()"><!-- --></A><H3>
  261. getMaxThreads</H3>
  262. <PRE>
  263. public int <B>getMaxThreads</B>()</PRE>
  264. <DL>
  265. <DD>Returns the maximum number of concurrent threads.
  266. <P>
  267. <DD><DL>
  268. <DT><B>Returns:</B><DD>Maximum number of threads.</DL>
  269. </DD>
  270. </DL>
  271. <HR>
  272. <A NAME="getNumThreads()"><!-- --></A><H3>
  273. getNumThreads</H3>
  274. <PRE>
  275. public int <B>getNumThreads</B>()</PRE>
  276. <DL>
  277. <DD>Returns the number of threads, which have actually been created,
  278. as opposed to the number of currently running threads.
  279. <P>
  280. <DD><DL>
  281. </DL>
  282. </DD>
  283. </DL>
  284. <!-- ========= END OF CLASS DATA ========= -->
  285. <HR>
  286. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  287. <A NAME="navbar_bottom"><!-- --></A>
  288. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  289. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  290. <TR>
  291. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  292. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  293. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  294. <TR ALIGN="center" VALIGN="top">
  295. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  296. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  297. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  298. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ThreadPool.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  299. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  300. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  301. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  302. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  303. </TR>
  304. </TABLE>
  305. </TD>
  306. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  307. </EM>
  308. </TD>
  309. </TR>
  310. <TR>
  311. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  312. &nbsp;<A HREF="../../../../org/apache/xmlrpc/util/SAXParsers.html" title="class in org.apache.xmlrpc.util"><B>PREV CLASS</B></A>&nbsp;
  313. &nbsp;<A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.InterruptableTask.html" title="interface in org.apache.xmlrpc.util"><B>NEXT CLASS</B></A></FONT></TD>
  314. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  315. <A HREF="../../../../index.html?org/apache/xmlrpc/util/ThreadPool.html" target="_top"><B>FRAMES</B></A> &nbsp;
  316. &nbsp;<A HREF="ThreadPool.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  317. &nbsp;<SCRIPT type="text/javascript">
  318. <!--
  319. if(window==top) {
  320. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  321. }
  322. //-->
  323. </SCRIPT>
  324. <NOSCRIPT>
  325. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  326. </NOSCRIPT>
  327. </FONT></TD>
  328. </TR>
  329. <TR>
  330. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  331. SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  332. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  333. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  334. </TR>
  335. </TABLE>
  336. <A NAME="skip-navbar_bottom"></A>
  337. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  338. <HR>
  339. Copyright &#169; 2001-2009 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
  340. </BODY>
  341. </HTML>