You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by he...@apache.org on 2003/01/09 14:40:03 UTC

cvs commit: jakarta-turbine-torque/src/java/org/apache/torque/pool ConnectionPool.java

henning     2003/01/09 05:40:03

  Modified:    src/java/org/apache/torque/pool ConnectionPool.java
  Log:
  Added some docs about the fields in ConnectionPool.
  
  Revision  Changes    Path
  1.19      +4 -1      jakarta-turbine-torque/src/java/org/apache/torque/pool/ConnectionPool.java
  
  Index: ConnectionPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/java/org/apache/torque/pool/ConnectionPool.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- ConnectionPool.java	9 Jan 2003 13:33:51 -0000	1.18
  +++ ConnectionPool.java	9 Jan 2003 13:40:03 -0000	1.19
  @@ -131,7 +131,10 @@
       private static Category category
           = Category.getInstance(ConnectionPool.class.getName());
   
  +    /** Interval (in seconds) that the monitor thread reports the pool state */
       private int logInterval;
  +
  +    /** Monitor thread reporting the pool state */
       private Monitor monitor;
   
       /**