Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/management
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16940/framework/management
Modified Files:
JobManagementAgent.java
Log Message:
no message
Index: JobManagementAgent.java
===================================================================
RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/management/JobManagementAgent.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** JobManagementAgent.java 14 Sep 2006 23:05:12 -0000 1.6
--- JobManagementAgent.java 15 Sep 2006 06:21:12 -0000 1.7
***************
*** 251,254 ****
--- 251,256 ----
try
{
+ JobNotification notification=new JobNotification(this.jobName, JobNotification.JOB_FINISHED, this, exitCode.toString());
+ this.jmxConnectorServer.sendNotification(notification);
this.jmxConnectorServer.stop();
this.jobConnectorHelper.unregisterConnectorServer(jobContext);
|