[Idrs-commit] CVS: Idrs/dev/docs/net/sourceforge/idrs/jdbc JDBCInfo.html,1.4,1.5 JDBCPool.html,1.4,1
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2002-03-04 23:06:09
|
Update of /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/jdbc In directory usw-pr-cvs1:/tmp/cvs-serv28790/docs/net/sourceforge/idrs/jdbc Modified Files: JDBCInfo.html JDBCPool.html package-frame.html package-summary.html package-tree.html Log Message: Completed initial xml compilation system Index: JDBCInfo.html =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/jdbc/JDBCInfo.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** JDBCInfo.html 30 Jan 2002 01:43:13 -0000 1.4 --- JDBCInfo.html 4 Mar 2002 23:05:33 -0000 1.5 *************** *** 1,13 **** ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> <!--NewPage--> <HTML> <HEAD> ! <!-- Generated by javadoc on Tue Jan 29 20:40:54 EST 2002 --> <TITLE> ! : Class JDBCInfo </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> </HEAD> ! <BODY BGCOLOR="white"> <!-- ========== START OF NAVBAR ========== --> --- 1,19 ---- ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <!--NewPage--> <HTML> <HEAD> ! <!-- Generated by javadoc on Mon Mar 04 18:04:04 EST 2002 --> <TITLE> ! JDBCInfo </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> </HEAD> ! <SCRIPT> ! function asd() ! { ! parent.document.title="JDBCInfo"; ! } ! </SCRIPT> ! <BODY BGCOLOR="white" onload="asd();"> <!-- ========== START OF NAVBAR ========== --> *************** *** 15,19 **** <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> ! <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> --- 21,25 ---- <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> ! <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> *************** *** 40,50 **** <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> ! <A HREF="JDBCInfo.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! SUMMARY: INNER | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> --- 46,68 ---- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> ! <A HREF="JDBCInfo.html" TARGET="_top"><B>NO FRAMES</B></A> ! ! <SCRIPT> ! <!-- ! if(window==top) { ! document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); ! } ! //--> ! </SCRIPT> ! <NOSCRIPT> ! <A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A> ! </NOSCRIPT> ! </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> *************** *** 69,80 **** <P> JDBCthis maintains useful information that describes ! JDBCPool. It contains this such as the pool name, ! the connection parameters, and the number of available ! connections. <P> <HR> <P> ! <!-- ======== INNER CLASS SUMMARY ======== --> --- 87,100 ---- <P> JDBCthis maintains useful information that describes ! JDBCPool. It contains this such as the pool name, ! the connection parameters, and the number of available ! connections. ! <P> ! <P> <HR> <P> ! <!-- ======== NESTED CLASS SUMMARY ======== --> *************** *** 266,270 **** </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> ! <TD><CODE><clinit>, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> --- 286,290 ---- </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> ! <TD><CODE>equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> *************** *** 287,290 **** --- 307,312 ---- protected java.lang.String <B>poolname</B></PRE> <DL> + <DL> + </DL> </DL> <HR> *************** *** 295,298 **** --- 317,322 ---- protected java.lang.String <B>drivername</B></PRE> <DL> + <DL> + </DL> </DL> <HR> *************** *** 303,306 **** --- 327,332 ---- protected java.lang.String <B>url</B></PRE> <DL> + <DL> + </DL> </DL> <HR> *************** *** 311,314 **** --- 337,342 ---- protected java.lang.String <B>username</B></PRE> <DL> + <DL> + </DL> </DL> <HR> *************** *** 319,322 **** --- 347,352 ---- protected java.lang.String <B>password</B></PRE> <DL> + <DL> + </DL> </DL> *************** *** 348,352 **** java.lang.String password)</PRE> <DL> ! <DD>Generates the jdbc information</DL> <!-- ============ METHOD DETAIL ========== --> --- 378,384 ---- java.lang.String password)</PRE> <DL> ! <DD>Generates the jdbc information ! <P> ! </DL> <!-- ============ METHOD DETAIL ========== --> *************** *** 365,369 **** public java.lang.String <B>getPoolname</B>()</PRE> <DL> ! <DD>Retrieves the pool name</DL> <HR> --- 397,406 ---- public java.lang.String <B>getPoolname</B>()</PRE> <DL> ! <DD>Retrieves the pool name ! <P> ! <DD><DL> ! </DL> ! </DD> ! </DL> <HR> *************** *** 373,377 **** public void <B>setPoolname</B>(java.lang.String name)</PRE> <DL> ! <DD>Sets the pool name<DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - Name of pool</DL> </DD> --- 410,416 ---- public void <B>setPoolname</B>(java.lang.String name)</PRE> <DL> ! <DD>Sets the pool name ! <P> ! <DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - Name of pool</DL> </DD> *************** *** 384,388 **** public java.lang.String <B>getDrivername</B>()</PRE> <DL> ! <DD>Retrieves the pool driver</DL> <HR> --- 423,432 ---- public java.lang.String <B>getDrivername</B>()</PRE> <DL> ! <DD>Retrieves the pool driver ! <P> ! <DD><DL> ! </DL> ! </DD> ! </DL> <HR> *************** *** 392,396 **** public void <B>setDrivername</B>(java.lang.String drivername)</PRE> <DL> ! <DD>Sets the pool driver<DD><DL> <DT><B>Parameters:</B><DD><CODE>drivername</CODE> - The driver</DL> </DD> --- 436,442 ---- public void <B>setDrivername</B>(java.lang.String drivername)</PRE> <DL> ! <DD>Sets the pool driver ! <P> ! <DD><DL> <DT><B>Parameters:</B><DD><CODE>drivername</CODE> - The driver</DL> </DD> *************** *** 403,407 **** public java.lang.String <B>getUrl</B>()</PRE> <DL> ! <DD>Retrieves the pool url</DL> <HR> --- 449,458 ---- public java.lang.String <B>getUrl</B>()</PRE> <DL> ! <DD>Retrieves the pool url ! <P> ! <DD><DL> ! </DL> ! </DD> ! </DL> <HR> *************** *** 411,415 **** public void <B>setUrl</B>(java.lang.String url)</PRE> <DL> ! <DD>Sets the pool url<DD><DL> <DT><B>Parameters:</B><DD><CODE>url</CODE> - The URL is used</DL> </DD> --- 462,468 ---- public void <B>setUrl</B>(java.lang.String url)</PRE> <DL> ! <DD>Sets the pool url ! <P> ! <DD><DL> <DT><B>Parameters:</B><DD><CODE>url</CODE> - The URL is used</DL> </DD> *************** *** 422,426 **** public java.lang.String <B>getUsername</B>()</PRE> <DL> ! <DD>Retrieves the user name specified</DL> <HR> --- 475,484 ---- public java.lang.String <B>getUsername</B>()</PRE> <DL> ! <DD>Retrieves the user name specified ! <P> ! <DD><DL> ! </DL> ! </DD> ! </DL> <HR> *************** *** 430,434 **** public void <B>setUsername</B>(java.lang.String username)</PRE> <DL> ! <DD>Sets the user name specified<DD><DL> <DT><B>Parameters:</B><DD><CODE>username</CODE> - User name specified</DL> </DD> --- 488,494 ---- public void <B>setUsername</B>(java.lang.String username)</PRE> <DL> ! <DD>Sets the user name specified ! <P> ! <DD><DL> <DT><B>Parameters:</B><DD><CODE>username</CODE> - User name specified</DL> </DD> *************** *** 441,445 **** public java.lang.String <B>getPassword</B>()</PRE> <DL> ! <DD>Retrieves the password specified</DL> <HR> --- 501,510 ---- public java.lang.String <B>getPassword</B>()</PRE> <DL> ! <DD>Retrieves the password specified ! <P> ! <DD><DL> ! </DL> ! </DD> ! </DL> <HR> *************** *** 449,453 **** public void <B>setPassword</B>(java.lang.String password)</PRE> <DL> ! <DD>Sets the Password specified<DD><DL> <DT><B>Parameters:</B><DD><CODE>password</CODE> - Password specified</DL> </DD> --- 514,520 ---- public void <B>setPassword</B>(java.lang.String password)</PRE> <DL> ! <DD>Sets the Password specified ! <P> ! <DD><DL> <DT><B>Parameters:</B><DD><CODE>password</CODE> - Password specified</DL> </DD> *************** *** 461,465 **** throws java.lang.Exception</PRE> <DL> ! <DD>Generates a new connection based on the JDBC info</DL> <HR> --- 528,538 ---- throws java.lang.Exception</PRE> <DL> ! <DD>Generates a new connection based on the JDBC info ! <P> ! <DD><DL> ! ! <DD><CODE>java.lang.Exception</CODE></DL> ! </DD> ! </DL> <HR> *************** *** 472,475 **** --- 545,551 ---- <DT><B>Overrides:</B><DD><CODE>clone</CODE> in class <CODE>java.lang.Object</CODE></DL> </DD> + <DD><DL> + </DL> + </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> *************** *** 480,484 **** <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> ! <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> --- 556,560 ---- <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> ! <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> *************** *** 505,515 **** <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> ! <A HREF="JDBCInfo.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! SUMMARY: INNER | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> --- 581,603 ---- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> ! <A HREF="JDBCInfo.html" TARGET="_top"><B>NO FRAMES</B></A> ! ! <SCRIPT> ! <!-- ! if(window==top) { ! document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); ! } ! //--> ! </SCRIPT> ! <NOSCRIPT> ! <A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A> ! </NOSCRIPT> ! </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> Index: JDBCPool.html =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/jdbc/JDBCPool.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** JDBCPool.html 30 Jan 2002 01:43:13 -0000 1.4 --- JDBCPool.html 4 Mar 2002 23:05:33 -0000 1.5 *************** *** 1,13 **** ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> <!--NewPage--> <HTML> <HEAD> ! <!-- Generated by javadoc on Tue Jan 29 20:40:54 EST 2002 --> <TITLE> ! : Class JDBCPool </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> </HEAD> ! <BODY BGCOLOR="white"> <!-- ========== START OF NAVBAR ========== --> --- 1,19 ---- ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <!--NewPage--> <HTML> <HEAD> ! <!-- Generated by javadoc on Mon Mar 04 18:04:04 EST 2002 --> <TITLE> ! JDBCPool </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> </HEAD> ! <SCRIPT> ! function asd() ! { ! parent.document.title="JDBCPool"; ! } ! </SCRIPT> ! <BODY BGCOLOR="white" onload="asd();"> <!-- ========== START OF NAVBAR ========== --> *************** *** 15,19 **** <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> ! <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> --- 21,25 ---- <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> ! <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> *************** *** 40,50 **** <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> ! <A HREF="JDBCPool.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! SUMMARY: INNER | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> --- 46,68 ---- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> ! <A HREF="JDBCPool.html" TARGET="_top"><B>NO FRAMES</B></A> ! ! <SCRIPT> ! <!-- ! if(window==top) { ! document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); ! } ! //--> ! </SCRIPT> ! <NOSCRIPT> ! <A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A> ! </NOSCRIPT> ! </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> *************** *** 75,84 **** JDBCPool is an ObjectPool of JDBC connection objects. <P> <DL> ! <DT><B>See Also: </B><DD><A HREF="../../../../serialized-form.html#net.sourceforge.idrs.jdbc.JDBCPool">Serialized Form</A></DL> <HR> <P> ! <!-- ======== INNER CLASS SUMMARY ======== --> --- 93,104 ---- JDBCPool is an ObjectPool of JDBC connection objects. <P> + + <P> <DL> ! <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html" TARGET="net.sourceforge.idrs.jdbc.JDBCPool">Serialized Form</A></DL> <HR> <P> ! <!-- ======== NESTED CLASS SUMMARY ======== --> *************** *** 275,279 **** </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> ! <TD><CODE><clinit>, clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> --- 295,299 ---- </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> ! <TD><CODE>clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> *************** *** 296,299 **** --- 316,321 ---- protected <A HREF="../../../../net/sourceforge/idrs/jdbc/JDBCInfo.html">JDBCInfo</A> <B>info</B></PRE> <DL> + <DL> + </DL> </DL> *************** *** 324,331 **** throws java.lang.Exception</PRE> <DL> ! <DD>Create a JDBCPool with full control of all parameters.<DD><DL> ! <DT><B>Parameters:</B><DD><CODE>drivername</CODE> - the name of the sql driver<DD><CODE>url</CODE> - the url for the db connection<DD><CODE>username</CODE> - the user of the db connections<DD><CODE>password</CODE> - the paswer for the db user<DD><CODE>timeout</CODE> - the timout for a given connection<DD><CODE>sleep</CODE> - the amount of time between sk4m cycles.<DD><CODE>limit</CODE> - is the maximum number of open connections allowed.</DL> ! </DD> ! </DL> <!-- ============ METHOD DETAIL ========== --> --- 346,352 ---- throws java.lang.Exception</PRE> <DL> ! <DD>Create a JDBCPool with full control of all parameters. ! <P> ! <DT><B>Parameters:</B><DD><CODE>drivername</CODE> - the name of the sql driver<DD><CODE>url</CODE> - the url for the db connection<DD><CODE>username</CODE> - the user of the db connections<DD><CODE>password</CODE> - the paswer for the db user<DD><CODE>sleep</CODE> - the amount of time between sk4m cycles.<DD><CODE>limit</CODE> - is the maximum number of open connections allowed.</DL> <!-- ============ METHOD DETAIL ========== --> *************** *** 346,350 **** <DL> <DD><DL> ! <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../net/sourceforge/idrs/utils/pool/ObjectPool.html#logHeader()">logHeader</A></CODE> in class <CODE><A HREF="../../../../net/sourceforge/idrs/utils/pool/ObjectPool.html">ObjectPool</A></CODE></DL> </DD> </DL> --- 367,375 ---- <DL> <DD><DL> ! <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../net/sourceforge/idrs/utils/pool/ObjectPool.html#logHeader()">logHeader</A></CODE> in class <CODE><A HREF="../../../../net/sourceforge/idrs/utils/pool/ObjectPool.html">ObjectPool</A></CODE></DL> ! </DD> ! <DD><DL> ! ! <DD><CODE>java.lang.Exception</CODE></DL> </DD> </DL> *************** *** 357,362 **** throws java.sql.SQLException</PRE> <DL> ! <DD>Creates a new JDBC connection<DD><DL> ! <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../net/sourceforge/idrs/utils/pool/ObjectPool.html#create(int)">create</A></CODE> in class <CODE><A HREF="../../../../net/sourceforge/idrs/utils/pool/ObjectPool.html">ObjectPool</A></CODE></DL> </DD> </DL> --- 382,393 ---- throws java.sql.SQLException</PRE> <DL> ! <DD>Creates a new JDBC connection ! <P> ! <DD><DL> ! <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../net/sourceforge/idrs/utils/pool/ObjectPool.html#create(int)">create</A></CODE> in class <CODE><A HREF="../../../../net/sourceforge/idrs/utils/pool/ObjectPool.html">ObjectPool</A></CODE></DL> ! </DD> ! <DD><DL> ! ! <DD><CODE>java.sql.SQLException</CODE></DL> </DD> </DL> *************** *** 368,373 **** protected boolean <B>validate</B>(<A HREF="../../../../net/sourceforge/idrs/utils/pool/PooledObject.html">PooledObject</A> o)</PRE> <DL> ! <DD>Checks to see if the current connection is valid.<DD><DL> ! <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../net/sourceforge/idrs/utils/pool/ObjectPool.html#validate(net.sourceforge.idrs.utils.pool.PooledObject)">validate</A></CODE> in class <CODE><A HREF="../../../../net/sourceforge/idrs/utils/pool/ObjectPool.html">ObjectPool</A></CODE></DL> </DD> </DL> --- 399,409 ---- protected boolean <B>validate</B>(<A HREF="../../../../net/sourceforge/idrs/utils/pool/PooledObject.html">PooledObject</A> o)</PRE> <DL> ! <DD>Checks to see if the current connection is valid. ! <P> ! <DD><DL> ! <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../net/sourceforge/idrs/utils/pool/ObjectPool.html#validate(net.sourceforge.idrs.utils.pool.PooledObject)">validate</A></CODE> in class <CODE><A HREF="../../../../net/sourceforge/idrs/utils/pool/ObjectPool.html">ObjectPool</A></CODE></DL> ! </DD> ! <DD><DL> ! </DL> </DD> </DL> *************** *** 379,384 **** protected void <B>expire</B>(<A HREF="../../../../net/sourceforge/idrs/utils/pool/PooledObject.html">PooledObject</A> o)</PRE> <DL> ! <DD>Closes a database connection.<DD><DL> ! <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../net/sourceforge/idrs/utils/pool/ObjectPool.html#expire(net.sourceforge.idrs.utils.pool.PooledObject)">expire</A></CODE> in class <CODE><A HREF="../../../../net/sourceforge/idrs/utils/pool/ObjectPool.html">ObjectPool</A></CODE></DL> </DD> </DL> --- 415,425 ---- protected void <B>expire</B>(<A HREF="../../../../net/sourceforge/idrs/utils/pool/PooledObject.html">PooledObject</A> o)</PRE> <DL> ! <DD>Closes a database connection. ! <P> ! <DD><DL> ! <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../net/sourceforge/idrs/utils/pool/ObjectPool.html#expire(net.sourceforge.idrs.utils.pool.PooledObject)">expire</A></CODE> in class <CODE><A HREF="../../../../net/sourceforge/idrs/utils/pool/ObjectPool.html">ObjectPool</A></CODE></DL> ! </DD> ! <DD><DL> ! </DL> </DD> </DL> *************** *** 391,395 **** throws java.sql.SQLException</PRE> <DL> ! <DD>Retrieves a connection. Renamed from requestConnection</DL> <HR> --- 432,442 ---- throws java.sql.SQLException</PRE> <DL> ! <DD>Retrieves a connection. Renamed from requestConnection ! <P> ! <DD><DL> ! ! <DD><CODE>java.sql.SQLException</CODE></DL> ! </DD> ! </DL> <HR> *************** *** 400,404 **** throws java.lang.Exception</PRE> <DL> ! <DD>Returns a connection to the pool. Renamed from returnConnection</DL> <HR> --- 447,457 ---- throws java.lang.Exception</PRE> <DL> ! <DD>Returns a connection to the pool. Renamed from returnConnection ! <P> ! <DD><DL> ! ! <DD><CODE>java.lang.Exception</CODE></DL> ! </DD> ! </DL> <HR> *************** *** 409,412 **** --- 462,469 ---- throws java.lang.Exception</PRE> <DL> + <DD><DL> + + <DD><CODE>java.lang.Exception</CODE></DL> + </DD> </DL> <HR> *************** *** 418,421 **** --- 475,482 ---- throws java.lang.Exception</PRE> <DL> + <DD><DL> + + <DD><CODE>java.lang.Exception</CODE></DL> + </DD> </DL> <HR> *************** *** 426,429 **** --- 487,493 ---- public <A HREF="../../../../net/sourceforge/idrs/jdbc/JDBCInfo.html">JDBCInfo</A> <B>getInfo</B>()</PRE> <DL> + <DD><DL> + </DL> + </DD> </DL> <HR> *************** *** 434,437 **** --- 498,504 ---- public void <B>setInfo</B>(<A HREF="../../../../net/sourceforge/idrs/jdbc/JDBCInfo.html">JDBCInfo</A> i)</PRE> <DL> + <DD><DL> + </DL> + </DD> </DL> <HR> *************** *** 445,450 **** <DD>Static method that closes the statement and result sets in one place; this is here as a convenience to shorten the finally block ! in statements. Both arguments may be null;<DD><DL> ! <DT><B>Parameters:</B><DD><CODE>statement</CODE> - the statement to be closed<DD><CODE>resultSet</CODE> - the resultSet to be closed</DL> </DD> </DL> --- 512,519 ---- <DD>Static method that closes the statement and result sets in one place; this is here as a convenience to shorten the finally block ! in statements. Both arguments may be null; ! <P> ! <DD><DL> ! </DL> </DD> </DL> *************** *** 459,462 **** --- 528,534 ---- <DT><B>Overrides:</B><DD><CODE>hashCode</CODE> in class <CODE>java.lang.Object</CODE></DL> </DD> + <DD><DL> + </DL> + </DD> </DL> <HR> *************** *** 470,473 **** --- 542,548 ---- <DT><B>Overrides:</B><DD><CODE>equals</CODE> in class <CODE>java.lang.Object</CODE></DL> </DD> + <DD><DL> + </DL> + </DD> </DL> <HR> *************** *** 479,483 **** <DL> <DD><DL> ! <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../net/sourceforge/idrs/utils/pool/ObjectPool.html#reset(int)">reset</A></CODE> in class <CODE><A HREF="../../../../net/sourceforge/idrs/utils/pool/ObjectPool.html">ObjectPool</A></CODE></DL> </DD> </DL> --- 554,561 ---- <DL> <DD><DL> ! <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../net/sourceforge/idrs/utils/pool/ObjectPool.html#reset(int)">reset</A></CODE> in class <CODE><A HREF="../../../../net/sourceforge/idrs/utils/pool/ObjectPool.html">ObjectPool</A></CODE></DL> ! </DD> ! <DD><DL> ! </DL> </DD> </DL> *************** *** 489,493 **** <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> ! <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> --- 567,571 ---- <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> ! <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> *************** *** 514,524 **** <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> ! <A HREF="JDBCPool.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! SUMMARY: INNER | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> --- 592,614 ---- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> ! <A HREF="JDBCPool.html" TARGET="_top"><B>NO FRAMES</B></A> ! ! <SCRIPT> ! <!-- ! if(window==top) { ! document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); ! } ! //--> ! </SCRIPT> ! <NOSCRIPT> ! <A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A> ! </NOSCRIPT> ! </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ! DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> Index: package-frame.html =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/jdbc/package-frame.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** package-frame.html 30 Jan 2002 01:43:13 -0000 1.4 --- package-frame.html 4 Mar 2002 23:05:33 -0000 1.5 *************** *** 1,13 **** ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> <!--NewPage--> <HTML> <HEAD> ! <!-- Generated by javadoc on Tue Jan 29 20:40:52 EST 2002 --> <TITLE> ! : Package net.sourceforge.idrs.jdbc </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> </HEAD> ! <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../../net/sourceforge/idrs/jdbc/package-summary.html" TARGET="classFrame">net.sourceforge.idrs.jdbc</A></FONT> --- 1,19 ---- ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <!--NewPage--> <HTML> <HEAD> ! <!-- Generated by javadoc on Mon Mar 04 18:04:01 EST 2002 --> <TITLE> ! net.sourceforge.idrs.jdbc() </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> </HEAD> ! <SCRIPT> ! function asd() ! { ! parent.document.title="net.sourceforge.idrs.jdbc()"; ! } ! </SCRIPT> ! <BODY BGCOLOR="white" onload="asd();"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../../net/sourceforge/idrs/jdbc/package-summary.html" TARGET="classFrame">net.sourceforge.idrs.jdbc</A></FONT> Index: package-summary.html =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/jdbc/package-summary.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** package-summary.html 30 Jan 2002 01:43:13 -0000 1.4 --- package-summary.html 4 Mar 2002 23:05:33 -0000 1.5 *************** *** 1,13 **** ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> <!--NewPage--> <HTML> <HEAD> ! <!-- Generated by javadoc on Tue Jan 29 20:40:52 EST 2002 --> <TITLE> ! : Package net.sourceforge.idrs.jdbc </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> </HEAD> ! <BODY BGCOLOR="white"> <!-- ========== START OF NAVBAR ========== --> --- 1,19 ---- ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <!--NewPage--> <HTML> <HEAD> ! <!-- Generated by javadoc on Mon Mar 04 18:04:01 EST 2002 --> <TITLE> ! net.sourceforge.idrs.jdbc() </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> </HEAD> ! <SCRIPT> ! function asd() ! { ! parent.document.title="net.sourceforge.idrs.jdbc()"; ! } ! </SCRIPT> ! <BODY BGCOLOR="white" onload="asd();"> <!-- ========== START OF NAVBAR ========== --> *************** *** 15,19 **** <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> ! <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> --- 21,25 ---- <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> ! <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> *************** *** 40,44 **** <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> ! <A HREF="package-summary.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> </TABLE> --- 46,62 ---- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> ! <A HREF="package-summary.html" TARGET="_top"><B>NO FRAMES</B></A> ! ! <SCRIPT> ! <!-- ! if(window==top) { ! document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); ! } ! //--> ! </SCRIPT> ! <NOSCRIPT> ! <A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A> ! </NOSCRIPT> ! </FONT></TD> </TR> </TABLE> *************** *** 58,62 **** <TD WIDTH="15%"><B><A HREF="JDBCInfo.html">JDBCInfo</A></B></TD> <TD>JDBCthis maintains useful information that describes ! JDBCPool.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> --- 76,80 ---- <TD WIDTH="15%"><B><A HREF="JDBCInfo.html">JDBCInfo</A></B></TD> <TD>JDBCthis maintains useful information that describes ! JDBCPool.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> *************** *** 74,78 **** <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> ! <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> --- 92,96 ---- <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> ! <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> *************** *** 99,103 **** <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> ! <A HREF="package-summary.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> </TABLE> --- 117,133 ---- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> ! <A HREF="package-summary.html" TARGET="_top"><B>NO FRAMES</B></A> ! ! <SCRIPT> ! <!-- ! if(window==top) { ! document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); ! } ! //--> ! </SCRIPT> ! <NOSCRIPT> ! <A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A> ! </NOSCRIPT> ! </FONT></TD> </TR> </TABLE> Index: package-tree.html =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/jdbc/package-tree.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** package-tree.html 30 Jan 2002 01:43:13 -0000 1.4 --- package-tree.html 4 Mar 2002 23:05:33 -0000 1.5 *************** *** 1,13 **** ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> <!--NewPage--> <HTML> <HEAD> ! <!-- Generated by javadoc on Tue Jan 29 20:40:52 EST 2002 --> <TITLE> ! : net.sourceforge.idrs.jdbc Class Hierarchy </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> </HEAD> ! <BODY BGCOLOR="white"> <!-- ========== START OF NAVBAR ========== --> --- 1,19 ---- ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <!--NewPage--> <HTML> <HEAD> ! <!-- Generated by javadoc on Mon Mar 04 18:04:01 EST 2002 --> <TITLE> ! net.sourceforge.idrs.jdbc Class Hierarchy </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> </HEAD> ! <SCRIPT> ! function asd() ! { ! parent.document.title="net.sourceforge.idrs.jdbc Class Hierarchy"; ! } ! </SCRIPT> ! <BODY BGCOLOR="white" onload="asd();"> <!-- ========== START OF NAVBAR ========== --> *************** *** 15,19 **** <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> ! <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> --- 21,25 ---- <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> ! <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> *************** *** 40,44 **** <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> ! <A HREF="package-tree.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> </TABLE> --- 46,62 ---- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> ! <A HREF="package-tree.html" TARGET="_top"><B>NO FRAMES</B></A> ! ! <SCRIPT> ! <!-- ! if(window==top) { ! document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); ! } ! //--> ! </SCRIPT> ! <NOSCRIPT> ! <A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A> ! </NOSCRIPT> ! </FONT></TD> </TR> </TABLE> *************** *** 52,56 **** </CENTER> <DL> ! <DT><B>Package Hierarchies: </B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL> <HR> <H2> --- 70,74 ---- </CENTER> <DL> ! <DT><B>Package Hierarchies:</B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL> <HR> <H2> *************** *** 70,74 **** <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> ! <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> --- 88,92 ---- <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> ! <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> *************** *** 95,99 **** <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> ! <A HREF="package-tree.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> </TABLE> --- 113,129 ---- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> ! <A HREF="package-tree.html" TARGET="_top"><B>NO FRAMES</B></A> ! ! <SCRIPT> ! <!-- ! if(window==top) { ! document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); ! } ! //--> ! </SCRIPT> ! <NOSCRIPT> ! <A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A> ! </NOSCRIPT> ! </FONT></TD> </TR> </TABLE> |