From: fhanik Date: Wed, 29 Oct 2008 05:19:32 +0000 (+0000) Subject: added doc around new flag X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=60efad2bdd87eece6199ead00eccdf5230084c4a;p=tomcat7.0 added doc around new flag git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@708780 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSourceFactory.java b/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSourceFactory.java index 5f4cbb680..9cc4e4aad 100644 --- a/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSourceFactory.java +++ b/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSourceFactory.java @@ -51,6 +51,7 @@ import org.apache.juli.logging.LogFactory; *
  • validationInterval - avoid excess validation, only run validation at most at this frequency - time in milliseconds.
  • *
  • jdbcInterceptors - a semicolon separated list of classnames extending {@link JdbcInterceptor} class.
  • *
  • jmxEnabled - true of false, whether to register the pool with JMX.
  • + *
  • fairQueue - true of false, whether the pool should sacrifice a little bit of performance for true fairness.
  • * * @author Craig R. McClanahan * @author Dirk Verbeeck