../
|
ClusterConnection.java
|
34
(13 years ago)
by duarte:
Refactor some method names to be more consistent.
Changed some fields to be final (and uppercase them)
Added comments for the most importat methods
Made the createStatment(idx) method private, this should only be used internally. Would be dangerous to use it from anothe class.
|
Machine.java
|
14
(13 years ago)
by stehr:
removed ununsed imports and variables
|
MultiOutputStream.java
|
27
(13 years ago)
by stehr:
initial import
|
MultiOutputStreamTest.java
|
27
(13 years ago)
by stehr:
initial import
|
PymolServerOutputStream.java
|
28
(13 years ago)
by stehr:
prevent overlong commands from being sent to the server
|
PymolServerOutputStreamTest.java
|
29
(13 years ago)
by stehr:
changed server port to standard
|
R.java
|
14
(13 years ago)
by stehr:
removed ununsed imports and variables
|
Report.java
|
14
(13 years ago)
by stehr:
removed ununsed imports and variables
|
SystemCmd.java
|
32
(13 years ago)
by duarte:
New exec method taking only a String argument wasn't working. Fixed the bug.
|
calcMST.java
|
14
(13 years ago)
by stehr:
removed ununsed imports and variables
|
mySQLConnect.java
|
14
(13 years ago)
by stehr:
removed ununsed imports and variables
|
utils4DB.java
|
14
(13 years ago)
by stehr:
removed ununsed imports and variables
|
utils4lh.java
|
30
(13 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
|