|
From: <ha...@us...> - 2008-09-08 21:19:01
|
Revision: 2139
http://cogkit.svn.sourceforge.net/cogkit/?rev=2139&view=rev
Author: hategan
Date: 2008-09-08 21:18:59 +0000 (Mon, 08 Sep 2008)
Log Message:
-----------
prevent staying up permanently if no jobs have been submitted
Modified Paths:
--------------
trunk/current/src/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/execution/coaster/NotificationManager.java
Modified: trunk/current/src/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/execution/coaster/NotificationManager.java
===================================================================
--- trunk/current/src/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/execution/coaster/NotificationManager.java 2008-09-08 21:17:56 UTC (rev 2138)
+++ trunk/current/src/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/execution/coaster/NotificationManager.java 2008-09-08 21:18:59 UTC (rev 2139)
@@ -44,6 +44,7 @@
public NotificationManager() {
tasks = new HashMap();
pending = new HashMap();
+ lastNotificationTime = System.currentTimeMillis();
}
public void registerTask(String id, Task task) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|