../
|
utils4lh.java
|
30
(18 years ago)
by stehr:
introduced generics, so class will compile in Java 5, not sure though whether the functionality is the same as before, will need more testing
|
utils4DB.java
|
56
(18 years ago)
by filippis:
execUpdateQuery method added and code in comments was removed
|
mySQLConnect.java
|
14
(18 years ago)
by stehr:
removed ununsed imports and variables
|
calcMST.java
|
14
(18 years ago)
by stehr:
removed ununsed imports and variables
|
TableSorter.java
|
121
(17 years ago)
by stehr:
Updated TableSorter to compile in Java 1.5 and some trivial changes in comments
|
SystemCmd.java
|
121
(17 years ago)
by stehr:
Updated TableSorter to compile in Java 1.5 and some trivial changes in comments
|
Report.java
|
14
(18 years ago)
by stehr:
removed ununsed imports and variables
|
R.java
|
14
(18 years ago)
by stehr:
removed ununsed imports and variables
|
QueryThread.java
|
97
(18 years ago)
by duarte:
Added getters/setters to host,db,user and password in MySQLConnection
Added another constructor to QueryThread to take just the MySQLConnection as argument
|
PymolServerOutputStreamTest.java
|
29
(18 years ago)
by stehr:
changed server port to standard
|
PymolServerOutputStream.java
|
28
(18 years ago)
by stehr:
prevent overlong commands from being sent to the server
|
PyMol.java
|
120
(17 years ago)
by stehr:
added overloaded method setDistance for use in CM2Pymol for chains without chain code
|
MySQLConnectionCheck.java
|
110
(18 years ago)
by duarte:
New class MySQLConnectionCheck, to check whether MySQL servers are alive, uses threads
Changes in DataDistribution:
- new field: String[] nodes, initialised in constructor
- changed constructor to check for nodes that are alive, using new method nodesAlive
- renamed getNodes to getMySQLNodes. New method getNodes just returns the new field String[] nodes
DataDistributer: renamed calls to DataDistribution's getNodes to getMySQLNodes
|
MySQLConnection.java
|
121
(17 years ago)
by stehr:
Updated TableSorter to compile in Java 1.5 and some trivial changes in comments
|
MultiOutputStreamTest.java
|
27
(18 years ago)
by stehr:
initial import
|
MultiOutputStream.java
|
27
(18 years ago)
by stehr:
initial import
|
Msdsd2Pdb.java
|
117
(17 years ago)
by dinse:
Fixed space missing in one of the queries
|
Machine.java
|
45
(18 years ago)
by filippis:
Graph2Pymol class now functional
testGraph2Pymol class now functional with comments also
PyMol class:python strings methods and removeList, concatList, refresh methods added
Machine class: indentation
|
Graph2Pml.java
|
49
(18 years ago)
by filippis:
More flexibility in coloring, popDefaults/setDefaults methods plus comments
|
DataDistribution.java
|
113
(18 years ago)
by duarte:
Modified method getIdFromMaster to create keyTable if it didn't exist
|
DataDistributer.java
|
110
(18 years ago)
by duarte:
New class MySQLConnectionCheck, to check whether MySQL servers are alive, uses threads
Changes in DataDistribution:
- new field: String[] nodes, initialised in constructor
- changed constructor to check for nodes that are alive, using new method nodesAlive
- renamed getNodes to getMySQLNodes. New method getNodes just returns the new field String[] nodes
DataDistributer: renamed calls to DataDistribution's getNodes to getMySQLNodes
|
ColoredStringsTest.java
|
54
(18 years ago)
by stehr:
initial import
|
ColoredStrings.java
|
54
(18 years ago)
by stehr:
initial import
|
ClusterConnection.java
|
95
(18 years ago)
by duarte:
Adapted also ClusterConnection and checking methods in DataDistribution to text/numeric keys.
Some methods in ClusterConnection have not changed at all even though they deal with keys. I haven't changed them because they are applicable only to numeric keys:
insertIdxInMaster, getLastInsertId and getIdxSet
|