Thread: [addressing-devel] FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api A
Brought to you by:
nodens2k
From: Gridsystems C. <gsc...@us...> - 2008-09-03 21:27:59
|
Update of /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv8372/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api Modified Files: ApiResourceGroup.java ApiResourceManager.java ApiResourceQuery.java CPU.java Group.java OS.java Resource.java ResourceAssignment.java ResourceId.java ResourceProperties.java ResourceUsage.java Time.java TimeInterval.java Log Message: cvssync-20080903232636 Index: ApiResourceManager.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/ApiResourceManager.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ApiResourceManager.java 16 Jul 2008 06:55:46 -0000 1.2 --- ApiResourceManager.java 3 Sep 2008 21:27:21 -0000 1.3 *************** *** 34,38 **** * <p> * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @author Xmas * @version 1.0 --- 34,38 ---- * <p> * ! * @author Antonia Tugores * @author Xmas * @version 1.0 Index: Group.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/Group.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Group.java 22 Aug 2008 22:16:12 -0000 1.3 --- Group.java 3 Sep 2008 21:27:21 -0000 1.4 *************** *** 28,32 **** * Groups can be heterogeneous. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @author Xmas * @version 1.0 --- 28,32 ---- * Groups can be heterogeneous. * ! * @author Antonia Tugores * @author Xmas * @version 1.0 Index: ResourceId.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/ResourceId.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ResourceId.java 17 Jun 2008 17:18:57 -0000 1.2 --- ResourceId.java 3 Sep 2008 21:27:21 -0000 1.3 *************** *** 21,25 **** * Resource Identifier: type and name. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 21,25 ---- * Resource Identifier: type and name. * ! * @author Antonia Tugores * @version 1.0 */ Index: ApiResourceQuery.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/ApiResourceQuery.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ApiResourceQuery.java 13 Mar 2008 08:23:59 -0000 1.1 --- ApiResourceQuery.java 3 Sep 2008 21:27:21 -0000 1.2 *************** *** 34,38 **** * running the Resources. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @author Xmas * @version 1.0 --- 34,38 ---- * running the Resources. * ! * @author Antonia Tugores * @author Xmas * @version 1.0 Index: ResourceAssignment.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/ResourceAssignment.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ResourceAssignment.java 16 Jul 2008 06:55:46 -0000 1.2 --- ResourceAssignment.java 3 Sep 2008 21:27:21 -0000 1.3 *************** *** 21,26 **** * Class to keep resource assignment data (task and microtask). * ! * @author M. Antònia Tugores (Grid Systems, 2006) ! * @author Xmas (Grid Systems, 2008) * @version 1.0 */ --- 21,26 ---- * Class to keep resource assignment data (task and microtask). * ! * @author Antonia Tugores ! * @author Xmas * @version 1.0 */ Index: Resource.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/Resource.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Resource.java 16 Jul 2008 06:55:46 -0000 1.2 --- Resource.java 3 Sep 2008 21:27:21 -0000 1.3 *************** *** 21,25 **** * Resource data container. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 21,25 ---- * Resource data container. * ! * @author Antonia Tugores * @version 1.0 */ Index: ResourceProperties.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/ResourceProperties.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ResourceProperties.java 16 Jul 2008 06:55:46 -0000 1.3 --- ResourceProperties.java 3 Sep 2008 21:27:21 -0000 1.4 *************** *** 24,28 **** * Class to describe the properties of a resource. * ! * @author M Antonia Tugores (Grid Systems, 2006) * @author Xmas * @version 1.0 --- 24,28 ---- * Class to describe the properties of a resource. * ! * @author Antonia Tugores * @author Xmas * @version 1.0 Index: TimeInterval.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/TimeInterval.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TimeInterval.java 13 Mar 2008 08:24:00 -0000 1.1 --- TimeInterval.java 3 Sep 2008 21:27:21 -0000 1.2 *************** *** 30,34 **** * </ul> * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 30,34 ---- * </ul> * ! * @author Antonia Tugores * @version 1.0 */ Index: CPU.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/CPU.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CPU.java 13 Mar 2008 08:23:59 -0000 1.1 --- CPU.java 3 Sep 2008 21:27:21 -0000 1.2 *************** *** 24,28 **** * a Resource. * ! * @author M Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 24,28 ---- * a Resource. * ! * @author Antonia Tugores * @version 1.0 */ Index: ResourceUsage.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/ResourceUsage.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ResourceUsage.java 13 Mar 2008 08:24:00 -0000 1.1 --- ResourceUsage.java 3 Sep 2008 21:27:21 -0000 1.2 *************** *** 23,27 **** * Resource assignments container. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 23,27 ---- * Resource assignments container. * ! * @author Antonia Tugores * @version 1.0 */ Index: ApiResourceGroup.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/ApiResourceGroup.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ApiResourceGroup.java 22 May 2008 14:55:23 -0000 1.2 --- ApiResourceGroup.java 3 Sep 2008 21:27:21 -0000 1.3 *************** *** 26,30 **** * grid. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 26,30 ---- * grid. * ! * @author Antonia Tugores * @version 1.0 */ Index: OS.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/OS.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OS.java 13 Mar 2008 08:24:00 -0000 1.1 --- OS.java 3 Sep 2008 21:27:21 -0000 1.2 *************** *** 24,28 **** * a Resource. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @author Xmas * @version 1.0 --- 24,28 ---- * a Resource. * ! * @author Antonia Tugores * @author Xmas * @version 1.0 Index: Time.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/Time.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Time.java 13 Mar 2008 08:24:00 -0000 1.1 --- Time.java 3 Sep 2008 21:27:21 -0000 1.2 *************** *** 23,27 **** * Valid values for this class range from 00:00:00 to 23:59:59. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 23,27 ---- * Valid values for this class range from 00:00:00 to 23:59:59. * ! * @author Antonia Tugores * @version 1.0 */ |