|
From: <ha...@us...> - 2007-08-23 21:08:30
|
Revision: 1714
http://cogkit.svn.sourceforge.net/cogkit/?rev=1714&view=rev
Author: hategan
Date: 2007-08-23 14:08:23 -0700 (Thu, 23 Aug 2007)
Log Message:
-----------
a more reasonable constructor
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/util/TaskHandlerWrapper.java
Modified: trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/util/TaskHandlerWrapper.java
===================================================================
--- trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/util/TaskHandlerWrapper.java 2007-08-23 20:54:14 UTC (rev 1713)
+++ trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/util/TaskHandlerWrapper.java 2007-08-23 21:08:23 UTC (rev 1714)
@@ -17,6 +17,11 @@
public TaskHandlerWrapper() {
}
+
+ public TaskHandlerWrapper(String provider, int type) {
+ this.provider = provider;
+ this.type = type;
+ }
public int getType() {
return type;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|