[Batchserver-cvs] batchserver/src/org/jmonks/batchserver/framework/controller/basic BasicJobProces
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-09-14 23:04:28
|
Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/controller/basic In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10191/controller/basic Modified Files: BasicJobProcessor.java Log Message: no message Index: BasicJobProcessor.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/controller/basic/BasicJobProcessor.java,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** BasicJobProcessor.java 13 Sep 2006 23:29:45 -0000 1.12 --- BasicJobProcessor.java 14 Sep 2006 23:04:23 -0000 1.13 *************** *** 7,11 **** /** * <p> ! * BasicJobProcessor lets developers implement their business logic. * </p> * --- 7,11 ---- /** * <p> ! * BasicJobProcessor lets developers implement their business logic. * </p> * *************** *** 127,134 **** * <p> * Does the processing and return the appropriate error code. Properties ! * configured for this job processor will be passed through the configProps. * </p> * ! * @param configProps Properties defined for job processor in the job configuration. * * @return Returns the appropriate error code needs to be passed to the invocation layer. --- 127,134 ---- * <p> * Does the processing and return the appropriate error code. Properties ! * configured for this job processor can be retrieved from the JobContext. * </p> * ! * @param jobContext Context of the job, where all the properties will be defined. * * @return Returns the appropriate error code needs to be passed to the invocation layer. |