PageRenderTime 50ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/api/org/gjt/sp/util/WorkThreadPool.html

#
HTML | 403 lines | 342 code | 49 blank | 12 comment | 0 complexity | 01c94ddf741ee186c73bb1331c7b6557 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  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.5.0_14) on Tue Jul 22 07:14:17 GMT-08:00 2008 -->
  6. <TITLE>
  7. WorkThreadPool (jEdit API)
  8. </TITLE>
  9. <META NAME="keywords" CONTENT="org.gjt.sp.util.WorkThreadPool class">
  10. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
  11. <NOSCRIPT>
  12. </NOSCRIPT>
  13. </HEAD>
  14. <BODY BGCOLOR="white" >
  15. <!-- ========= START OF TOP NAVBAR ======= -->
  16. <A NAME="navbar_top"><!-- --></A>
  17. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  18. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  19. <TR>
  20. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  21. <A NAME="navbar_top_firstrow"><!-- --></A>
  22. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  23. <TR ALIGN="center" VALIGN="top">
  24. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  25. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  26. <TD BGCOLOR="#00008B" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  27. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/WorkThreadPool.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  28. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  29. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  30. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  31. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  32. </TR>
  33. </TABLE>
  34. </TD>
  35. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  36. </EM>
  37. </TD>
  38. </TR>
  39. <TR>
  40. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  41. &nbsp;<A HREF="../../../../org/gjt/sp/util/WorkThread.Abort.html" title="class in org.gjt.sp.util"><B>PREV CLASS</B></A>&nbsp;
  42. &nbsp;<A HREF="../../../../org/gjt/sp/util/WorkThreadProgressListener.html" title="interface in org.gjt.sp.util"><B>NEXT CLASS</B></A></FONT></TD>
  43. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  44. <A HREF="../../../../index.html?org/gjt/sp/util/WorkThreadPool.html" target="_top"><B>FRAMES</B></A> &nbsp;
  45. &nbsp;<A HREF="WorkThreadPool.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  46. &nbsp;
  47. <NOSCRIPT>
  48. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  49. </NOSCRIPT>
  50. </FONT></TD>
  51. </TR>
  52. <TR>
  53. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  54. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  55. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  56. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  57. </TR>
  58. </TABLE>
  59. <A NAME="skip-navbar_top"></A>
  60. <!-- ========= END OF TOP NAVBAR ========= -->
  61. <HR>
  62. <!-- ======== START OF CLASS DATA ======== -->
  63. <H2>
  64. <FONT SIZE="-1">
  65. org.gjt.sp.util</FONT>
  66. <BR>
  67. Class WorkThreadPool</H2>
  68. <PRE>
  69. java.lang.Object
  70. <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.gjt.sp.util.WorkThreadPool</B>
  71. </PRE>
  72. <HR>
  73. <DL>
  74. <DT><PRE>public class <B>WorkThreadPool</B><DT>extends java.lang.Object</DL>
  75. </PRE>
  76. <P>
  77. A pool of work threads.
  78. <P>
  79. <P>
  80. <DL>
  81. <DT><B>Since:</B></DT>
  82. <DD>jEdit 2.6pre1</DD>
  83. <DT><B>See Also:</B><DD><A HREF="../../../../org/gjt/sp/util/WorkThread.html" title="class in org.gjt.sp.util"><CODE>WorkThread</CODE></A></DL>
  84. <HR>
  85. <P>
  86. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  87. <A NAME="constructor_summary"><!-- --></A>
  88. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  89. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  90. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  91. <B>Constructor Summary</B></FONT></TH>
  92. </TR>
  93. <TR BGCOLOR="white" CLASS="TableRowColor">
  94. <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/WorkThreadPool.html#WorkThreadPool(java.lang.String, int)">WorkThreadPool</A></B>(java.lang.String&nbsp;name,
  95. int&nbsp;count)</CODE>
  96. <BR>
  97. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new work thread pool with the specified number of
  98. work threads.</TD>
  99. </TR>
  100. </TABLE>
  101. &nbsp;
  102. <!-- ========== METHOD SUMMARY =========== -->
  103. <A NAME="method_summary"><!-- --></A>
  104. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  105. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  106. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  107. <B>Method Summary</B></FONT></TH>
  108. </TR>
  109. <TR BGCOLOR="white" CLASS="TableRowColor">
  110. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  111. <CODE>&nbsp;void</CODE></FONT></TD>
  112. <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/WorkThreadPool.html#addProgressListener(org.gjt.sp.util.WorkThreadProgressListener)">addProgressListener</A></B>(<A HREF="../../../../org/gjt/sp/util/WorkThreadProgressListener.html" title="interface in org.gjt.sp.util">WorkThreadProgressListener</A>&nbsp;listener)</CODE>
  113. <BR>
  114. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a progress listener to this thread pool.</TD>
  115. </TR>
  116. <TR BGCOLOR="white" CLASS="TableRowColor">
  117. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  118. <CODE>&nbsp;void</CODE></FONT></TD>
  119. <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/WorkThreadPool.html#addWorkRequest(java.lang.Runnable, boolean)">addWorkRequest</A></B>(java.lang.Runnable&nbsp;run,
  120. boolean&nbsp;inAWT)</CODE>
  121. <BR>
  122. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a work request to the queue.</TD>
  123. </TR>
  124. <TR BGCOLOR="white" CLASS="TableRowColor">
  125. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  126. <CODE>&nbsp;int</CODE></FONT></TD>
  127. <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/WorkThreadPool.html#getRequestCount()">getRequestCount</A></B>()</CODE>
  128. <BR>
  129. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the number of pending requests.</TD>
  130. </TR>
  131. <TR BGCOLOR="white" CLASS="TableRowColor">
  132. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  133. <CODE>&nbsp;<A HREF="../../../../org/gjt/sp/util/WorkThread.html" title="class in org.gjt.sp.util">WorkThread</A></CODE></FONT></TD>
  134. <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/WorkThreadPool.html#getThread(int)">getThread</A></B>(int&nbsp;index)</CODE>
  135. <BR>
  136. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the specified thread.</TD>
  137. </TR>
  138. <TR BGCOLOR="white" CLASS="TableRowColor">
  139. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  140. <CODE>&nbsp;int</CODE></FONT></TD>
  141. <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/WorkThreadPool.html#getThreadCount()">getThreadCount</A></B>()</CODE>
  142. <BR>
  143. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the number of threads in this pool.</TD>
  144. </TR>
  145. <TR BGCOLOR="white" CLASS="TableRowColor">
  146. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  147. <CODE>&nbsp;void</CODE></FONT></TD>
  148. <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/WorkThreadPool.html#removeProgressListener(org.gjt.sp.util.WorkThreadProgressListener)">removeProgressListener</A></B>(<A HREF="../../../../org/gjt/sp/util/WorkThreadProgressListener.html" title="interface in org.gjt.sp.util">WorkThreadProgressListener</A>&nbsp;listener)</CODE>
  149. <BR>
  150. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes a progress listener from this thread pool.</TD>
  151. </TR>
  152. <TR BGCOLOR="white" CLASS="TableRowColor">
  153. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  154. <CODE>&nbsp;void</CODE></FONT></TD>
  155. <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/WorkThreadPool.html#start()">start</A></B>()</CODE>
  156. <BR>
  157. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Starts all the threads in this thread pool.</TD>
  158. </TR>
  159. <TR BGCOLOR="white" CLASS="TableRowColor">
  160. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  161. <CODE>&nbsp;void</CODE></FONT></TD>
  162. <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/WorkThreadPool.html#waitForRequests()">waitForRequests</A></B>()</CODE>
  163. <BR>
  164. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Waits until all requests are complete.</TD>
  165. </TR>
  166. </TABLE>
  167. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  168. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  169. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  170. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
  171. </TR>
  172. <TR BGCOLOR="white" CLASS="TableRowColor">
  173. <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
  174. </TR>
  175. </TABLE>
  176. &nbsp;
  177. <P>
  178. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  179. <A NAME="constructor_detail"><!-- --></A>
  180. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  181. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  182. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  183. <B>Constructor Detail</B></FONT></TH>
  184. </TR>
  185. </TABLE>
  186. <A NAME="WorkThreadPool(java.lang.String, int)"><!-- --></A><H3>
  187. WorkThreadPool</H3>
  188. <PRE>
  189. public <B>WorkThreadPool</B>(java.lang.String&nbsp;name,
  190. int&nbsp;count)</PRE>
  191. <DL>
  192. <DD>Creates a new work thread pool with the specified number of
  193. work threads.
  194. <P>
  195. <DL>
  196. <DT><B>Parameters:</B><DD><CODE>name</CODE> - The thread name prefix<DD><CODE>count</CODE> - The number of work threads</DL>
  197. </DL>
  198. <!-- ============ METHOD DETAIL ========== -->
  199. <A NAME="method_detail"><!-- --></A>
  200. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  201. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  202. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  203. <B>Method Detail</B></FONT></TH>
  204. </TR>
  205. </TABLE>
  206. <A NAME="start()"><!-- --></A><H3>
  207. start</H3>
  208. <PRE>
  209. public void <B>start</B>()</PRE>
  210. <DL>
  211. <DD>Starts all the threads in this thread pool.
  212. <P>
  213. <DD><DL>
  214. </DL>
  215. </DD>
  216. </DL>
  217. <HR>
  218. <A NAME="addWorkRequest(java.lang.Runnable, boolean)"><!-- --></A><H3>
  219. addWorkRequest</H3>
  220. <PRE>
  221. public void <B>addWorkRequest</B>(java.lang.Runnable&nbsp;run,
  222. boolean&nbsp;inAWT)</PRE>
  223. <DL>
  224. <DD>Adds a work request to the queue.
  225. <P>
  226. <DD><DL>
  227. <DT><B>Parameters:</B><DD><CODE>run</CODE> - The runnable<DD><CODE>inAWT</CODE> - If true, will be executed in AWT thread. Otherwise,
  228. will be executed in work thread</DL>
  229. </DD>
  230. </DL>
  231. <HR>
  232. <A NAME="waitForRequests()"><!-- --></A><H3>
  233. waitForRequests</H3>
  234. <PRE>
  235. public void <B>waitForRequests</B>()</PRE>
  236. <DL>
  237. <DD>Waits until all requests are complete.
  238. <P>
  239. <DD><DL>
  240. </DL>
  241. </DD>
  242. </DL>
  243. <HR>
  244. <A NAME="getRequestCount()"><!-- --></A><H3>
  245. getRequestCount</H3>
  246. <PRE>
  247. public int <B>getRequestCount</B>()</PRE>
  248. <DL>
  249. <DD>Returns the number of pending requests.
  250. <P>
  251. <DD><DL>
  252. <DT><B>Returns:</B><DD>the pending request count</DL>
  253. </DD>
  254. </DL>
  255. <HR>
  256. <A NAME="getThreadCount()"><!-- --></A><H3>
  257. getThreadCount</H3>
  258. <PRE>
  259. public int <B>getThreadCount</B>()</PRE>
  260. <DL>
  261. <DD>Returns the number of threads in this pool.
  262. <P>
  263. <DD><DL>
  264. <DT><B>Returns:</B><DD>the thread count</DL>
  265. </DD>
  266. </DL>
  267. <HR>
  268. <A NAME="getThread(int)"><!-- --></A><H3>
  269. getThread</H3>
  270. <PRE>
  271. public <A HREF="../../../../org/gjt/sp/util/WorkThread.html" title="class in org.gjt.sp.util">WorkThread</A> <B>getThread</B>(int&nbsp;index)</PRE>
  272. <DL>
  273. <DD>Returns the specified thread.
  274. <P>
  275. <DD><DL>
  276. <DT><B>Parameters:</B><DD><CODE>index</CODE> - The index of the thread
  277. <DT><B>Returns:</B><DD>a WorkThread</DL>
  278. </DD>
  279. </DL>
  280. <HR>
  281. <A NAME="addProgressListener(org.gjt.sp.util.WorkThreadProgressListener)"><!-- --></A><H3>
  282. addProgressListener</H3>
  283. <PRE>
  284. public void <B>addProgressListener</B>(<A HREF="../../../../org/gjt/sp/util/WorkThreadProgressListener.html" title="interface in org.gjt.sp.util">WorkThreadProgressListener</A>&nbsp;listener)</PRE>
  285. <DL>
  286. <DD>Adds a progress listener to this thread pool.
  287. <P>
  288. <DD><DL>
  289. <DT><B>Parameters:</B><DD><CODE>listener</CODE> - The listener</DL>
  290. </DD>
  291. </DL>
  292. <HR>
  293. <A NAME="removeProgressListener(org.gjt.sp.util.WorkThreadProgressListener)"><!-- --></A><H3>
  294. removeProgressListener</H3>
  295. <PRE>
  296. public void <B>removeProgressListener</B>(<A HREF="../../../../org/gjt/sp/util/WorkThreadProgressListener.html" title="interface in org.gjt.sp.util">WorkThreadProgressListener</A>&nbsp;listener)</PRE>
  297. <DL>
  298. <DD>Removes a progress listener from this thread pool.
  299. <P>
  300. <DD><DL>
  301. <DT><B>Parameters:</B><DD><CODE>listener</CODE> - The listener</DL>
  302. </DD>
  303. </DL>
  304. <!-- ========= END OF CLASS DATA ========= -->
  305. <HR>
  306. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  307. <A NAME="navbar_bottom"><!-- --></A>
  308. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  309. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  310. <TR>
  311. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  312. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  313. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  314. <TR ALIGN="center" VALIGN="top">
  315. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  316. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  317. <TD BGCOLOR="#00008B" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  318. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/WorkThreadPool.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  319. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  320. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  321. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  322. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  323. </TR>
  324. </TABLE>
  325. </TD>
  326. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  327. </EM>
  328. </TD>
  329. </TR>
  330. <TR>
  331. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  332. &nbsp;<A HREF="../../../../org/gjt/sp/util/WorkThread.Abort.html" title="class in org.gjt.sp.util"><B>PREV CLASS</B></A>&nbsp;
  333. &nbsp;<A HREF="../../../../org/gjt/sp/util/WorkThreadProgressListener.html" title="interface in org.gjt.sp.util"><B>NEXT CLASS</B></A></FONT></TD>
  334. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  335. <A HREF="../../../../index.html?org/gjt/sp/util/WorkThreadPool.html" target="_top"><B>FRAMES</B></A> &nbsp;
  336. &nbsp;<A HREF="WorkThreadPool.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  337. &nbsp;
  338. <NOSCRIPT>
  339. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  340. </NOSCRIPT>
  341. </FONT></TD>
  342. </TR>
  343. <TR>
  344. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  345. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  346. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  347. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  348. </TR>
  349. </TABLE>
  350. <A NAME="skip-navbar_bottom"></A>
  351. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  352. <HR>
  353. </BODY>
  354. </HTML>