From: <sul...@us...> - 2007-08-28 06:00:55
|
Revision: 32 http://gridsim.svn.sourceforge.net/gridsim/?rev=32&view=rev Author: sulistio Date: 2007-08-27 23:00:14 -0700 (Mon, 27 Aug 2007) Log Message: ----------- add a new tag regarding to a resource failure functionality Modified Paths: -------------- branches/gridsim4.0-branch1/source/gridsim/index/AbstractGIS.java Modified: branches/gridsim4.0-branch1/source/gridsim/index/AbstractGIS.java =================================================================== --- branches/gridsim4.0-branch1/source/gridsim/index/AbstractGIS.java 2007-08-27 06:48:48 UTC (rev 31) +++ branches/gridsim4.0-branch1/source/gridsim/index/AbstractGIS.java 2007-08-28 06:00:14 UTC (rev 32) @@ -104,7 +104,12 @@ */ public static final int GIS_INQUIRY_RESOURCE_AR_RESULT = GIS_BASE + 12; + /** Denotes an inquiry regarding to a resource failure. + * The user sends this tag to the GIS to update its list of resources. + */ + public static final int NOTIFY_GIS_RESOURCE_FAILURE = GIS_BASE + 13; + /** * Creates a new regional GIS entity * @param name this regional GIS name This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |