comparison apache-xmlrpc-3.1.3/docs/apidocs/org/apache/xmlrpc/util/ThreadPool.html @ 151:db5f735fd2b4

add xml-rpc.jar
author e085711
date Sat, 10 Sep 2011 04:13:50 +0900
parents
children
comparison
equal deleted inserted replaced
147:a2b5149bbbe6 151:db5f735fd2b4
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_17) on Sat Feb 06 17:11:26 CET 2010 -->
6 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <TITLE>
8 ThreadPool (Apache XML-RPC 3.1.3 API)
9 </TITLE>
10
11 <META NAME="date" CONTENT="2010-02-06">
12
13 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
14
15 <SCRIPT type="text/javascript">
16 function windowTitle()
17 {
18 if (location.href.indexOf('is-external=true') == -1) {
19 parent.document.title="ThreadPool (Apache XML-RPC 3.1.3 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>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ThreadPool.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
46 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
47 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
48 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</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 &nbsp;<A HREF="../../../../org/apache/xmlrpc/util/SAXParsers.html" title="class in org.apache.xmlrpc.util"><B>PREV CLASS</B></A>&nbsp;
60 &nbsp;<A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.InterruptableTask.html" title="interface in org.apache.xmlrpc.util"><B>NEXT CLASS</B></A></FONT></TD>
61 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
62 <A HREF="../../../../index.html?org/apache/xmlrpc/util/ThreadPool.html" target="_top"><B>FRAMES</B></A> &nbsp;
63 &nbsp;<A HREF="ThreadPool.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
64 &nbsp;<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:&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>
81 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
82 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<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">
92 org.apache.xmlrpc.util</FONT>
93 <BR>
94 Class ThreadPool</H2>
95 <PRE>
96 java.lang.Object
97 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.xmlrpc.util.ThreadPool</B>
98 </PRE>
99 <HR>
100 <DL>
101 <DT><PRE>public class <B>ThreadPool</B><DT>extends java.lang.Object</DL>
102 </PRE>
103
104 <P>
105 Simple thread pool. A task is executed by obtaining a thread from
106 the pool
107 <P>
108
109 <P>
110 <HR>
111
112 <P>
113 <!-- ======== NESTED CLASS SUMMARY ======== -->
114
115 <A NAME="nested_class_summary"><!-- --></A>
116 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
117 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
118 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
119 <B>Nested Class Summary</B></FONT></TH>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
123 <CODE>static&nbsp;interface</CODE></FONT></TD>
124 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.InterruptableTask.html" title="interface in org.apache.xmlrpc.util">ThreadPool.InterruptableTask</A></B></CODE>
125
126 <BR>
127 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A task, which may be interrupted, if the pool is shutting down.</TD>
128 </TR>
129 <TR BGCOLOR="white" CLASS="TableRowColor">
130 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
131 <CODE>static&nbsp;interface</CODE></FONT></TD>
132 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.Task.html" title="interface in org.apache.xmlrpc.util">ThreadPool.Task</A></B></CODE>
133
134 <BR>
135 &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>
136 </TR>
137 </TABLE>
138 &nbsp;
139 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
140
141 <A NAME="constructor_summary"><!-- --></A>
142 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
143 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
144 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
145 <B>Constructor Summary</B></FONT></TH>
146 </TR>
147 <TR BGCOLOR="white" CLASS="TableRowColor">
148 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.html#ThreadPool(int, java.lang.String)">ThreadPool</A></B>(int&nbsp;pMaxSize,
149 java.lang.String&nbsp;pName)</CODE>
150
151 <BR>
152 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new instance.</TD>
153 </TR>
154 </TABLE>
155 &nbsp;
156 <!-- ========== METHOD SUMMARY =========== -->
157
158 <A NAME="method_summary"><!-- --></A>
159 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
160 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
161 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
162 <B>Method Summary</B></FONT></TH>
163 </TR>
164 <TR BGCOLOR="white" CLASS="TableRowColor">
165 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
166 <CODE>&nbsp;boolean</CODE></FONT></TD>
167 <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>
168
169 <BR>
170 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>No longer in use.</I></TD>
171 </TR>
172 <TR BGCOLOR="white" CLASS="TableRowColor">
173 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
174 <CODE>&nbsp;int</CODE></FONT></TD>
175 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.html#getMaxThreads()">getMaxThreads</A></B>()</CODE>
176
177 <BR>
178 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the maximum number of concurrent threads.</TD>
179 </TR>
180 <TR BGCOLOR="white" CLASS="TableRowColor">
181 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
182 <CODE>&nbsp;int</CODE></FONT></TD>
183 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.html#getNumThreads()">getNumThreads</A></B>()</CODE>
184
185 <BR>
186 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the number of threads, which have actually been created,
187 as opposed to the number of currently running threads.</TD>
188 </TR>
189 <TR BGCOLOR="white" CLASS="TableRowColor">
190 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
191 <CODE>&nbsp;void</CODE></FONT></TD>
192 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.html#shutdown()">shutdown</A></B>()</CODE>
193
194 <BR>
195 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Closes the pool.</TD>
196 </TR>
197 <TR BGCOLOR="white" CLASS="TableRowColor">
198 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
199 <CODE>&nbsp;boolean</CODE></FONT></TD>
200 <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>
201
202 <BR>
203 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Starts a task immediately.</TD>
204 </TR>
205 </TABLE>
206 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
207 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
208 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
209 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
210 </TR>
211 <TR BGCOLOR="white" CLASS="TableRowColor">
212 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
213 </TR>
214 </TABLE>
215 &nbsp;
216 <P>
217
218 <!-- ========= CONSTRUCTOR DETAIL ======== -->
219
220 <A NAME="constructor_detail"><!-- --></A>
221 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
222 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
223 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
224 <B>Constructor Detail</B></FONT></TH>
225 </TR>
226 </TABLE>
227
228 <A NAME="ThreadPool(int, java.lang.String)"><!-- --></A><H3>
229 ThreadPool</H3>
230 <PRE>
231 public <B>ThreadPool</B>(int&nbsp;pMaxSize,
232 java.lang.String&nbsp;pName)</PRE>
233 <DL>
234 <DD>Creates a new instance.
235 <P>
236 <DL>
237 <DT><B>Parameters:</B><DD><CODE>pMaxSize</CODE> - Maximum number of concurrent threads.<DD><CODE>pName</CODE> - Thread group name.</DL>
238 </DL>
239
240 <!-- ============ METHOD DETAIL ========== -->
241
242 <A NAME="method_detail"><!-- --></A>
243 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
244 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
245 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
246 <B>Method Detail</B></FONT></TH>
247 </TR>
248 </TABLE>
249
250 <A NAME="startTask(org.apache.xmlrpc.util.ThreadPool.Task)"><!-- --></A><H3>
251 startTask</H3>
252 <PRE>
253 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>
254 <DL>
255 <DD>Starts a task immediately.
256 <P>
257 <DD><DL>
258 <DT><B>Parameters:</B><DD><CODE>pTask</CODE> - The task being started.
259 <DT><B>Returns:</B><DD>True, if the task could be started immediately. False, if
260 the maxmimum number of concurrent tasks was exceeded. If so, you
261 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>
262 </DD>
263 </DL>
264 <HR>
265
266 <A NAME="addTask(org.apache.xmlrpc.util.ThreadPool.Task)"><!-- --></A><H3>
267 addTask</H3>
268 <PRE>
269 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>
270 <DL>
271 <DD><B>Deprecated.</B>&nbsp;<I>No longer in use.</I>
272 <P>
273 <DD>Adds a task for immediate or deferred execution.
274 <P>
275 <DD><DL>
276 <DT><B>Parameters:</B><DD><CODE>pTask</CODE> - The task being added.
277 <DT><B>Returns:</B><DD>True, if the task was started immediately. False, if
278 the task will be executed later.</DL>
279 </DD>
280 </DL>
281 <HR>
282
283 <A NAME="shutdown()"><!-- --></A><H3>
284 shutdown</H3>
285 <PRE>
286 public void <B>shutdown</B>()</PRE>
287 <DL>
288 <DD>Closes the pool.
289 <P>
290 <DD><DL>
291 </DL>
292 </DD>
293 </DL>
294 <HR>
295
296 <A NAME="getMaxThreads()"><!-- --></A><H3>
297 getMaxThreads</H3>
298 <PRE>
299 public int <B>getMaxThreads</B>()</PRE>
300 <DL>
301 <DD>Returns the maximum number of concurrent threads.
302 <P>
303 <DD><DL>
304
305 <DT><B>Returns:</B><DD>Maximum number of threads.</DL>
306 </DD>
307 </DL>
308 <HR>
309
310 <A NAME="getNumThreads()"><!-- --></A><H3>
311 getNumThreads</H3>
312 <PRE>
313 public int <B>getNumThreads</B>()</PRE>
314 <DL>
315 <DD>Returns the number of threads, which have actually been created,
316 as opposed to the number of currently running threads.
317 <P>
318 <DD><DL>
319 </DL>
320 </DD>
321 </DL>
322 <!-- ========= END OF CLASS DATA ========= -->
323 <HR>
324
325
326 <!-- ======= START OF BOTTOM NAVBAR ====== -->
327 <A NAME="navbar_bottom"><!-- --></A>
328 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
329 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
330 <TR>
331 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
332 <A NAME="navbar_bottom_firstrow"><!-- --></A>
333 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
334 <TR ALIGN="center" VALIGN="top">
335 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
336 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
337 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
338 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ThreadPool.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
339 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
340 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
341 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
342 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
343 </TR>
344 </TABLE>
345 </TD>
346 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
347 </EM>
348 </TD>
349 </TR>
350
351 <TR>
352 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
353 &nbsp;<A HREF="../../../../org/apache/xmlrpc/util/SAXParsers.html" title="class in org.apache.xmlrpc.util"><B>PREV CLASS</B></A>&nbsp;
354 &nbsp;<A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.InterruptableTask.html" title="interface in org.apache.xmlrpc.util"><B>NEXT CLASS</B></A></FONT></TD>
355 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
356 <A HREF="../../../../index.html?org/apache/xmlrpc/util/ThreadPool.html" target="_top"><B>FRAMES</B></A> &nbsp;
357 &nbsp;<A HREF="ThreadPool.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
358 &nbsp;<SCRIPT type="text/javascript">
359 <!--
360 if(window==top) {
361 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
362 }
363 //-->
364 </SCRIPT>
365 <NOSCRIPT>
366 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
367 </NOSCRIPT>
368
369
370 </FONT></TD>
371 </TR>
372 <TR>
373 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
374 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>
375 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
376 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
377 </TR>
378 </TABLE>
379 <A NAME="skip-navbar_bottom"></A>
380 <!-- ======== END OF BOTTOM NAVBAR ======= -->
381
382 <HR>
383 Copyright &#169; 2001-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
384 </BODY>
385 </HTML>