[Batchserver-cvs] batchserver/src/org/jmonks/batchserver/framework/config/db DBBasicJobControllerCon
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-03-09 04:44:28
|
Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/config/db In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9308 Modified Files: DBBasicJobControllerConfig.java DBPoolJobControllerConfig.java Log Message: no message Index: DBBasicJobControllerConfig.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/config/db/DBBasicJobControllerConfig.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DBBasicJobControllerConfig.java 3 Mar 2006 04:19:56 -0000 1.1 --- DBBasicJobControllerConfig.java 9 Mar 2006 04:44:24 -0000 1.2 *************** *** 20,24 **** { /** Creates a new instance of DBBasicJobControllerConfig */ ! DBBasicJobControllerConfig(Object dbValueToReadControllerConfig) { } --- 20,24 ---- { /** Creates a new instance of DBBasicJobControllerConfig */ ! public DBBasicJobControllerConfig(Object dbValueToReadControllerConfig) { } Index: DBPoolJobControllerConfig.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/config/db/DBPoolJobControllerConfig.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DBPoolJobControllerConfig.java 3 Mar 2006 04:19:56 -0000 1.1 --- DBPoolJobControllerConfig.java 9 Mar 2006 04:44:24 -0000 1.2 *************** *** 20,24 **** { /** Creates a new instance of DBPoolJobControllerConfig */ ! DBPoolJobControllerConfig(Object dbValueToReadControllerConfig) { /** --- 20,24 ---- { /** Creates a new instance of DBPoolJobControllerConfig */ ! public DBPoolJobControllerConfig(Object dbValueToReadControllerConfig) { /** |