[Batchserver-cvs] batchserver/src/org/jmonks/batchserver/framework/management JobConnectorHelper.j
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-09-14 23:05:02
|
Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/management In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10276/management Modified Files: JobConnectorHelper.java Log Message: no message Index: JobConnectorHelper.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/management/JobConnectorHelper.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** JobConnectorHelper.java 13 Sep 2006 23:29:45 -0000 1.4 --- JobConnectorHelper.java 14 Sep 2006 23:04:59 -0000 1.5 *************** *** 129,135 **** /** ! * Registers the jmx connector server with the given job name in the desired lookup location. * ! * @param jobName Name of the job to be used in the registration. * @param jmxConnectorServer JMX connector server where all the manager and monnitor mbeans are configured. * --- 129,135 ---- /** ! * Registers the jmx connector server with the job name taken from job context in the desired lookup location. * ! * @param jobContext Context of the job is being run. * @param jmxConnectorServer JMX connector server where all the manager and monnitor mbeans are configured. * *************** *** 141,148 **** /** ! * Unregisters the jmx connector server registered in desired lookup location with the given ! * job name. * ! * @param Name of the job by which jmx connector server has been registered with. * * @return Returns true, if it successfully unregistered, false otherwise. --- 141,148 ---- /** ! * Unregisters the jmx connector server registered in desired lookup location with the ! * job name available in job context. * ! * @param jobContext Context of the job is being run. * * @return Returns true, if it successfully unregistered, false otherwise. |