[addressing-devel] FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/events
Brought to you by:
nodens2k
From: Gridsystems C. <gsc...@us...> - 2008-09-03 21:27:50
|
Update of /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/events In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv8372/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/events Modified Files: GroupEvent.java GroupListener.java ResourceEvent.java ResourceListener.java ResourceListenerAdapter.java Log Message: cvssync-20080903232636 Index: ResourceEvent.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/events/ResourceEvent.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ResourceEvent.java 13 Mar 2008 08:24:01 -0000 1.1 --- ResourceEvent.java 3 Sep 2008 21:27:21 -0000 1.2 *************** *** 30,35 **** * Encapsulation for resource related events. * ! * @author M. Antònia Tugores (Grid Systems, 2006) ! * @author Xmas (2008) * @version 1.0 */ --- 30,35 ---- * Encapsulation for resource related events. * ! * @author Antonia Tugores ! * @author Xmas * @version 1.0 */ Index: ResourceListenerAdapter.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/events/ResourceListenerAdapter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ResourceListenerAdapter.java 13 Mar 2008 08:24:01 -0000 1.1 --- ResourceListenerAdapter.java 3 Sep 2008 21:27:21 -0000 1.2 *************** *** 24,28 **** * Dummy implementation class for ResourceListener. All its methods are empty. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @author Xmas * --- 24,28 ---- * Dummy implementation class for ResourceListener. All its methods are empty. * ! * @author Antonia Tugores * @author Xmas * Index: GroupListener.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/events/GroupListener.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GroupListener.java 22 May 2008 14:55:23 -0000 1.2 --- GroupListener.java 3 Sep 2008 21:27:21 -0000 1.3 *************** *** 27,33 **** * receive notification of predefined events. * ! * @author rruiz * @author Xmas (migration) ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 27,33 ---- * receive notification of predefined events. * ! * @author Rodrigo Ruiz * @author Xmas (migration) ! * @author Antonia Tugores * @version 1.0 */ Index: GroupEvent.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/events/GroupEvent.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GroupEvent.java 22 May 2008 14:55:23 -0000 1.2 --- GroupEvent.java 3 Sep 2008 21:27:21 -0000 1.3 *************** *** 26,31 **** * Encapsulation for Group related events. * ! * @author rr...@gr... ! * @author M. Antònia Tugores (Grid Systems, 2006) * @author Xmas * @since 3.0 --- 26,31 ---- * Encapsulation for Group related events. * ! * @author Rodrigo Ruiz ! * @author Antonia Tugores * @author Xmas * @since 3.0 Index: ResourceListener.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/events/ResourceListener.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ResourceListener.java 13 Mar 2008 08:24:01 -0000 1.1 --- ResourceListener.java 3 Sep 2008 21:27:21 -0000 1.2 *************** *** 27,32 **** * receive notification of predefined events. * ! * @author M. Antònia Tugores (Grid Systems, 2006) ! * @author Xmas (2008) * */ --- 27,32 ---- * receive notification of predefined events. * ! * @author Antonia Tugores ! * @author Xmas * */ |