Revision
35 -
Directory Listing
Modified
Fri Mar 17 11:00:33 2006 UTC
(18 years, 11 months ago)
by
duarte
Clean up a bit and added some more comments
Revision
34 -
Directory Listing
Modified
Fri Mar 17 10:48:03 2006 UTC
(18 years, 11 months 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.
Revision
33 -
Directory Listing
Modified
Wed Mar 15 11:58:24 2006 UTC
(18 years, 11 months ago)
by
duarte
Changed all error printing in catches to STDERR instead of STDOUT
Revision
32 -
Directory Listing
Modified
Tue Mar 14 09:45:57 2006 UTC
(18 years, 11 months ago)
by
duarte
New exec method taking only a String argument wasn't working. Fixed the bug.
Revision
31 -
Directory Listing
Modified
Tue Mar 14 07:40:32 2006 UTC
(18 years, 11 months ago)
by
duarte
Added exec method to take only a string as argument.
Revision
30 -
Directory Listing
Modified
Fri Mar 10 15:19:32 2006 UTC
(18 years, 11 months 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
Revision
29 -
Directory Listing
Modified
Fri Mar 10 10:57:12 2006 UTC
(18 years, 11 months ago)
by
stehr
changed server port to standard
Revision
28 -
Directory Listing
Modified
Fri Mar 10 10:56:22 2006 UTC
(18 years, 11 months ago)
by
stehr
prevent overlong commands from being sent to the server
Revision
27 -
Directory Listing
Modified
Thu Mar 9 17:12:43 2006 UTC
(18 years, 11 months ago)
by
stehr
initial import
Revision
26 -
Directory Listing
Modified
Thu Mar 9 15:55:56 2006 UTC
(18 years, 11 months ago)
by
stehr
fixed bug for very long command strings (> 255 characters)
Revision
24 -
Directory Listing
Modified
Thu Mar 9 10:08:44 2006 UTC
(18 years, 11 months ago)
by
stehr
moved executables (classes with main function) to root directory
Revision
23 -
Directory Listing
Modified
Wed Mar 8 15:25:45 2006 UTC
(18 years, 11 months ago)
by
duarte
Fixed important bug:
- now closing nCon connection before opening a new one in the setHost method.
- this is important. Before lots of connection were left opened after having used the ClusterConnection object
Revision
22 -
Directory Listing
Modified
Tue Mar 7 13:22:37 2006 UTC
(18 years, 11 months ago)
by
duarte
Fixed bug in getIdxSet method. Wasn't reading properly the index_matrix table into the array. Was starting from columnn 1 which actually is the serial column. Now starting from column 2.
Revision
21 -
Directory Listing
Modified
Tue Mar 7 11:50:37 2006 UTC
(18 years, 11 months ago)
by
duarte
New method int[][] getIdxSet.
- Returns a 2-dimensional array with all indices for a certain key.
- Each column j corresponds to client_id j+1
- Each row i is a set of idx values for each of the client_ids. If there is no idx for a certain client_id then the value is 0.
Revision
17 -
Directory Listing
Modified
Mon Mar 6 09:20:16 2006 UTC
(18 years, 11 months ago)
by
duarte
Grouped all the setIdxColumn and setMasterTable into setKey.
Also rationalised a bit the constructors by calling one from the other.
Revision
16 -
Directory Listing
Modified
Mon Mar 6 08:32:55 2006 UTC
(18 years, 11 months ago)
by
duarte
Added package tools.
Revision
15 -
Directory Listing
Modified
Mon Mar 6 08:25:22 2006 UTC
(18 years, 11 months ago)
by
duarte
Initial commit of the ClusterConnection class + small test class to test it out.
Revision
14 -
Directory Listing
Modified
Mon Mar 6 08:05:31 2006 UTC
(18 years, 11 months ago)
by
stehr
removed ununsed imports and variables
Revision
13 -
Directory Listing
Modified
Fri Mar 3 15:15:31 2006 UTC
(18 years, 11 months ago)
by
filippis
Adding SystemCmd class
Revision
12 -
Directory Listing
Modified
Thu Mar 2 17:21:28 2006 UTC
(18 years, 11 months ago)
by
stehr
removed some debug code
Revision
11 -
Directory Listing
Modified
Thu Mar 2 15:42:09 2006 UTC
(18 years, 11 months ago)
by
stehr
Corrected some bad mistake
Revision
10 -
Directory Listing
Modified
Thu Mar 2 11:42:06 2006 UTC
(18 years, 11 months ago)
by
stehr
Initial commit of the remote-pymol-from-java stuff
Revision
9 -
Directory Listing
Modified
Tue Feb 14 11:00:40 2006 UTC
(19 years ago)
by
filippis
Adding R class
Revision
7 -
Directory Listing
Added
Mon Jan 23 09:19:47 2006 UTC
(19 years, 1 month ago)
by
duarte
Moved everything to subdir tools, so that we keep the tools name for the package. Also changed the package name in the files to tools. To work with it please check out only file:///.../svn/tools/trunk/tools