LoginSystem/javadoc/fr/xephi/authme/datasource/MiniConnectionPoolManager.html

449 lines
18 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_33) on Fri Aug 22 06:48:05 CEST 2014 -->
<TITLE>
MiniConnectionPoolManager
</TITLE>
<META NAME="date" CONTENT="2014-08-22">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="MiniConnectionPoolManager";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/MiniConnectionPoolManager.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../fr/xephi/authme/datasource/FlatFileThread.html" title="class in fr.xephi.authme.datasource"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../fr/xephi/authme/datasource/MiniConnectionPoolManager.TimeoutException.html" title="class in fr.xephi.authme.datasource"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?fr/xephi/authme/datasource/MiniConnectionPoolManager.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="MiniConnectionPoolManager.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
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>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
fr.xephi.authme.datasource</FONT>
<BR>
Class MiniConnectionPoolManager</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>fr.xephi.authme.datasource.MiniConnectionPoolManager</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>MiniConnectionPoolManager</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
A lightweight standalone JDBC connection pool manager.
<p>
The public methods of this class are thread-safe.
<p>
Home page: <a
href="http://www.source-code.biz/miniconnectionpoolmanager">www.
source-code.biz/miniconnectionpoolmanager</a><br>
Author: Christian d'Heureuse, Inventec Informatik AG, Zurich, Switzerland<br>
Multi-licensed: EPL / LGPL / MPL.
<P>
<P>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<A NAME="nested_class_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Nested Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../fr/xephi/authme/datasource/MiniConnectionPoolManager.TimeoutException.html" title="class in fr.xephi.authme.datasource">MiniConnectionPoolManager.TimeoutException</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Thrown in <A HREF="../../../../fr/xephi/authme/datasource/MiniConnectionPoolManager.html#getConnection()"><CODE>getConnection()</CODE></A> or <A HREF="../../../../fr/xephi/authme/datasource/MiniConnectionPoolManager.html#getValidConnection()"><CODE>getValidConnection()</CODE></A> when
no free connection becomes available within <code>timeout</code> seconds.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../fr/xephi/authme/datasource/MiniConnectionPoolManager.html#MiniConnectionPoolManager(javax.sql.ConnectionPoolDataSource, int)">MiniConnectionPoolManager</A></B>(javax.sql.ConnectionPoolDataSource&nbsp;dataSource,
int&nbsp;maxConnections)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a MiniConnectionPoolManager object with a timeout of 60
seconds.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../fr/xephi/authme/datasource/MiniConnectionPoolManager.html#MiniConnectionPoolManager(javax.sql.ConnectionPoolDataSource, int, int)">MiniConnectionPoolManager</A></B>(javax.sql.ConnectionPoolDataSource&nbsp;dataSource,
int&nbsp;maxConnections,
int&nbsp;timeout)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a MiniConnectionPoolManager object.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../fr/xephi/authme/datasource/MiniConnectionPoolManager.html#dispose()">dispose</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Closes all unused pooled connections.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../fr/xephi/authme/datasource/MiniConnectionPoolManager.html#getActiveConnections()">getActiveConnections</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the number of active (open) connections of this pool.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.sql.Connection</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../fr/xephi/authme/datasource/MiniConnectionPoolManager.html#getConnection()">getConnection</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieves a connection from the connection pool.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../fr/xephi/authme/datasource/MiniConnectionPoolManager.html#getInactiveConnections()">getInactiveConnections</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the number of inactive (unused) connections in this pool.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.sql.Connection</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../fr/xephi/authme/datasource/MiniConnectionPoolManager.html#getValidConnection()">getValidConnection</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieves a connection from the connection pool and ensures that it is
valid by calling <CODE>Connection.isValid(int)</CODE>.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="MiniConnectionPoolManager(javax.sql.ConnectionPoolDataSource, int)"><!-- --></A><H3>
MiniConnectionPoolManager</H3>
<PRE>
public <B>MiniConnectionPoolManager</B>(javax.sql.ConnectionPoolDataSource&nbsp;dataSource,
int&nbsp;maxConnections)</PRE>
<DL>
<DD>Constructs a MiniConnectionPoolManager object with a timeout of 60
seconds.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>dataSource</CODE> - the data source for the connections.<DD><CODE>maxConnections</CODE> - the maximum number of connections.</DL>
</DL>
<HR>
<A NAME="MiniConnectionPoolManager(javax.sql.ConnectionPoolDataSource, int, int)"><!-- --></A><H3>
MiniConnectionPoolManager</H3>
<PRE>
public <B>MiniConnectionPoolManager</B>(javax.sql.ConnectionPoolDataSource&nbsp;dataSource,
int&nbsp;maxConnections,
int&nbsp;timeout)</PRE>
<DL>
<DD>Constructs a MiniConnectionPoolManager object.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>dataSource</CODE> - the data source for the connections.<DD><CODE>maxConnections</CODE> - the maximum number of connections.<DD><CODE>timeout</CODE> - the maximum time in seconds to wait for a free connection.</DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="dispose()"><!-- --></A><H3>
dispose</H3>
<PRE>
public void <B>dispose</B>()
throws java.sql.SQLException</PRE>
<DL>
<DD>Closes all unused pooled connections.
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.sql.SQLException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getConnection()"><!-- --></A><H3>
getConnection</H3>
<PRE>
public java.sql.Connection <B>getConnection</B>()
throws java.sql.SQLException</PRE>
<DL>
<DD>Retrieves a connection from the connection pool.
<p>
If <code>maxConnections</code> connections are already in use, the method
waits until a connection becomes available or <code>timeout</code>
seconds elapsed. When the application is finished using the connection,
it must close it in order to return it to the pool.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>a new <code>Connection</code> object.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../fr/xephi/authme/datasource/MiniConnectionPoolManager.TimeoutException.html" title="class in fr.xephi.authme.datasource">MiniConnectionPoolManager.TimeoutException</A></CODE> - when no connection becomes available within
<code>timeout</code> seconds.
<DD><CODE>java.sql.SQLException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getValidConnection()"><!-- --></A><H3>
getValidConnection</H3>
<PRE>
public java.sql.Connection <B>getValidConnection</B>()</PRE>
<DL>
<DD>Retrieves a connection from the connection pool and ensures that it is
valid by calling <CODE>Connection.isValid(int)</CODE>.
<p>
If a connection is not valid, the method tries to get another connection
until one is valid (or a timeout occurs).
<p>
Pooled connections may become invalid when e.g. the database server is
restarted.
<p>
This method is slower than <A HREF="../../../../fr/xephi/authme/datasource/MiniConnectionPoolManager.html#getConnection()"><CODE>getConnection()</CODE></A> because the JDBC
driver has to send an extra command to the database server to test the
connection.
<p>
This method requires Java 1.6 or newer.
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../fr/xephi/authme/datasource/MiniConnectionPoolManager.TimeoutException.html" title="class in fr.xephi.authme.datasource">MiniConnectionPoolManager.TimeoutException</A></CODE> - when no valid connection becomes available within
<code>timeout</code> seconds.</DL>
</DD>
</DL>
<HR>
<A NAME="getActiveConnections()"><!-- --></A><H3>
getActiveConnections</H3>
<PRE>
public int <B>getActiveConnections</B>()</PRE>
<DL>
<DD>Returns the number of active (open) connections of this pool.
<p>
This is the number of <code>Connection</code> objects that have been
issued by <A HREF="../../../../fr/xephi/authme/datasource/MiniConnectionPoolManager.html#getConnection()"><CODE>getConnection()</CODE></A>, for which
<code>Connection.close()</code> has not yet been called.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the number of active connections.</DL>
</DD>
</DL>
<HR>
<A NAME="getInactiveConnections()"><!-- --></A><H3>
getInactiveConnections</H3>
<PRE>
public int <B>getInactiveConnections</B>()</PRE>
<DL>
<DD>Returns the number of inactive (unused) connections in this pool.
<p>
This is the number of internally kept recycled connections, for which
<code>Connection.close()</code> has been called and which have not yet
been reused.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the number of inactive connections.</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/MiniConnectionPoolManager.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../fr/xephi/authme/datasource/FlatFileThread.html" title="class in fr.xephi.authme.datasource"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../fr/xephi/authme/datasource/MiniConnectionPoolManager.TimeoutException.html" title="class in fr.xephi.authme.datasource"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?fr/xephi/authme/datasource/MiniConnectionPoolManager.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="MiniConnectionPoolManager.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
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>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>