[addressing-devel] FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/intern
Brought to you by:
nodens2k
From: Gridsystems C. <gsc...@us...> - 2008-09-03 21:27:52
|
Update of /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/internal In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv8372/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/internal Modified Files: ApiResourceGroupImpl.java ApiResourceManagerImpl.java GroupAclListener.java GroupChecker.java GroupHolder.java GroupList.java ResourceChecker.java ResourceEventUtils.java ResourceHolder.java ResourceList.java Log Message: cvssync-20080903232636 Index: ResourceEventUtils.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/internal/ResourceEventUtils.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ResourceEventUtils.java 13 Mar 2008 08:24:02 -0000 1.1 --- ResourceEventUtils.java 3 Sep 2008 21:27:21 -0000 1.2 *************** *** 31,35 **** * Resource Events utilities. * ! * @author Xmas (2008) * @version 1.0 */ --- 31,35 ---- * Resource Events utilities. * ! * @author Xmas * @version 1.0 */ Index: ResourceChecker.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/internal/ResourceChecker.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ResourceChecker.java 16 Jul 2008 06:55:46 -0000 1.3 --- ResourceChecker.java 3 Sep 2008 21:27:21 -0000 1.4 *************** *** 36,40 **** * Resource Checker. * ! * @author Xmas (2008) * @version 1.0 */ --- 36,40 ---- * Resource Checker. * ! * @author Xmas * @version 1.0 */ Index: GroupHolder.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/internal/GroupHolder.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** GroupHolder.java 16 Jul 2008 06:55:46 -0000 1.3 --- GroupHolder.java 3 Sep 2008 21:27:21 -0000 1.4 *************** *** 55,59 **** * @author Gaston Freire * @author Xmas (migration) ! * @author M. Antònia Tupores * @version 1.0 */ --- 55,59 ---- * @author Gaston Freire * @author Xmas (migration) ! * @author Antonia Tugores * @version 1.0 */ Index: ApiResourceManagerImpl.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/internal/ApiResourceManagerImpl.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ApiResourceManagerImpl.java 23 Jul 2008 09:58:28 -0000 1.5 --- ApiResourceManagerImpl.java 3 Sep 2008 21:27:21 -0000 1.6 *************** *** 35,40 **** /** ! * @author M. Ant�nia Tugores ! * @author Xmas (2008) */ public final class ApiResourceManagerImpl implements ApiResourceManager { --- 35,40 ---- /** ! * @author Antonia Tugores ! * @author Xmas */ public final class ApiResourceManagerImpl implements ApiResourceManager { Index: ResourceList.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/internal/ResourceList.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ResourceList.java 16 Jul 2008 06:55:47 -0000 1.3 --- ResourceList.java 3 Sep 2008 21:27:21 -0000 1.4 *************** *** 50,54 **** * Management of the list of resources registered in the system and its configuration. * @author Xmas (listener) ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 50,54 ---- * Management of the list of resources registered in the system and its configuration. * @author Xmas (listener) ! * @author Antonia Tugores * @version 1.0 */ Index: GroupAclListener.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/internal/GroupAclListener.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GroupAclListener.java 13 Mar 2008 08:24:01 -0000 1.1 --- GroupAclListener.java 3 Sep 2008 21:27:21 -0000 1.2 *************** *** 25,29 **** /** ! * @author M Antònia Tugores (Grid Systems) * @version 1.0 * --- 25,29 ---- /** ! * @author Antonia Tugores * @version 1.0 * Index: GroupList.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/internal/GroupList.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** GroupList.java 16 Jul 2008 06:55:46 -0000 1.3 --- GroupList.java 3 Sep 2008 21:27:21 -0000 1.4 *************** *** 54,61 **** * * @author Sergio Juan ! * @author Gastón Freire * @author Job Torres ! * * @author Xmas (migration & isQueue) ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 54,61 ---- * * @author Sergio Juan ! * @author Gaston Freire * @author Job Torres ! * @author Xmas (migration & isQueue) ! * @author Antonia Tugores * @version 1.0 */ Index: ResourceHolder.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/internal/ResourceHolder.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ResourceHolder.java 16 Jul 2008 06:55:47 -0000 1.2 --- ResourceHolder.java 3 Sep 2008 21:27:21 -0000 1.3 *************** *** 42,46 **** * Stores hardware configuration and state of a resource connected to the server. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 42,46 ---- * Stores hardware configuration and state of a resource connected to the server. * ! * @author Antonia Tugores * @version 1.0 */ Index: GroupChecker.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/internal/GroupChecker.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GroupChecker.java 23 Jul 2008 09:58:29 -0000 1.2 --- GroupChecker.java 3 Sep 2008 21:27:21 -0000 1.3 *************** *** 30,34 **** * Group Checker implementation. * ! * @author Xmas (Grid Systems, 2007) * @version 1.0 */ --- 30,34 ---- * Group Checker implementation. * ! * @author Xmas * @version 1.0 */ Index: ApiResourceGroupImpl.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/internal/ApiResourceGroupImpl.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ApiResourceGroupImpl.java 22 Aug 2008 22:16:12 -0000 1.4 --- ApiResourceGroupImpl.java 3 Sep 2008 21:27:21 -0000 1.5 *************** *** 42,47 **** /** ! * @author M. Antònia Tugores (Grid Systems, 2006) * */ public final class ApiResourceGroupImpl implements ApiResourceGroup { --- 42,49 ---- /** ! * ApiResourceGroup service implementation. * + * @author Antonia Tugores + * @version 1.0 */ public final class ApiResourceGroupImpl implements ApiResourceGroup { |