Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16940/framework
Modified Files:
JobContext.java
Log Message:
no message
Index: JobContext.java
===================================================================
RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/JobContext.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** JobContext.java 14 Sep 2006 23:06:22 -0000 1.7
--- JobContext.java 15 Sep 2006 06:21:12 -0000 1.8
***************
*** 20,25 ****
/**
* <p>
! * JobContext provides the references to the framework resources the job is being
! * executed. All the jobs will receives the JobContext reference either in their
* initialize methods or process methods based on the controllers they choose to
* implement the job. It exposes the resources like reference to repository (by
--- 20,25 ----
/**
* <p>
! * JobContext provides the references to the framework resources.
! * All the jobs will receives the JobContext reference either in their
* initialize methods or process methods based on the controllers they choose to
* implement the job. It exposes the resources like reference to repository (by
|