Print

Print


Commit in hps-java/src/main/java/org/lcsim/hps/conditions on MAIN
ConnectionManager.java-21.2 -> 1.3
ConnectionParameters.java+1-21.7 -> 1.8
DatabaseConditionsReader.java+2-31.12 -> 1.13
+3-7
3 modified files

hps-java/src/main/java/org/lcsim/hps/conditions
ConnectionManager.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- ConnectionManager.java	24 Sep 2013 02:51:35 -0000	1.2
+++ ConnectionManager.java	4 Oct 2013 01:54:16 -0000	1.3
@@ -10,8 +10,6 @@
 /**
  * @author Jeremy McCormick <[log in to unmask]>
  */
-// TODO: add connection pool 
-// TODO: add basic query API
 public class ConnectionManager {
     
     private static ConnectionParameters connectionParameters = new ConnectionParameters();

hps-java/src/main/java/org/lcsim/hps/conditions
ConnectionParameters.java 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- ConnectionParameters.java	24 Sep 2013 02:51:35 -0000	1.7
+++ ConnectionParameters.java	4 Oct 2013 01:54:16 -0000	1.8
@@ -10,7 +10,7 @@
  * including hostname, port, user and password.  It can also create and 
  * return a Connection object based on these parameters.
  * @author Jeremy McCormick <[log in to unmask]>
- * @version $Id: ConnectionParameters.java,v 1.7 2013/09/24 02:51:35 jeremy Exp $
+ * @version $Id: ConnectionParameters.java,v 1.8 2013/10/04 01:54:16 jeremy Exp $
  */
 public final class ConnectionParameters {
     
@@ -20,7 +20,6 @@
     private int port = 3306;
     private String hostname = "mysql-node03.slac.stanford.edu";
     private String database = "rd_hps_cond";
-    //private String conditionsTable = "conditions_test";
     private String conditionsTable = "conditions_dev";
 
     /**

hps-java/src/main/java/org/lcsim/hps/conditions
DatabaseConditionsReader.java 1.12 -> 1.13
diff -u -r1.12 -r1.13
--- DatabaseConditionsReader.java	4 Oct 2013 01:43:47 -0000	1.12
+++ DatabaseConditionsReader.java	4 Oct 2013 01:54:16 -0000	1.13
@@ -41,12 +41,11 @@
  * 
  * <p>
  * Currently, this class should "know" directly about all the converters that are needed for loading
- * conditions data via the <code>registerConditionsConverters</code> method.  The SVT is the only example 
- * currently of an actual HPS sub-system, but more will be added as they are created.
+ * conditions data via the <code>registerConditionsConverters</code> method.  
  * </p>
  * 
  * @author Jeremy McCormick <[log in to unmask]>
- * @version $Id: DatabaseConditionsReader.java,v 1.12 2013/10/04 01:43:47 jeremy Exp $ 
+ * @version $Id: DatabaseConditionsReader.java,v 1.13 2013/10/04 01:54:16 jeremy Exp $ 
  */
 public class DatabaseConditionsReader extends ConditionsReader {
         
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1