[MOBY-guts] biomoby commit

Paul Gordon gordonp at dev.open-bio.org
Wed Apr 14 23:48:28 UTC 2010


gordonp
Wed Apr 14 19:48:27 EDT 2010
Update of /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/util
In directory dev.open-bio.org:/tmp/cvs-serv9535/src/main/ca/ucalgary/seahawk/util

Modified Files:
	MobyPayloadRequestListener.java 
Added Files:
	MobyContentCreator.java MobyDataObjectDeferred.java 
	MobyDataObjectSetDeferred.java 
Log Message:
Additional commit related to initial implementation 'for each' in Seahawk service invocation
moby-live/Java/src/main/ca/ucalgary/seahawk/util MobyContentCreator.java,NONE,1.1 MobyDataObjectDeferred.java,NONE,1.1 MobyDataObjectSetDeferred.java,NONE,1.1 MobyPayloadRequestListener.java,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/util/MobyPayloadRequestListener.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/util/MobyPayloadRequestListener.java	2010/04/14 22:02:04	1.1
+++ /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/util/MobyPayloadRequestListener.java	2010/04/14 23:48:27	1.2
@@ -10,7 +10,10 @@
  */	
 public interface MobyPayloadRequestListener{
     /**
-     * @param requestKey the value given to the caller when the listener was registered (tells the listener what payload to create baesd on some internal naming convention for the listener)
+     * Assumes the listener knows what payload to create based on some internal context stored by the listener. 
+     * (i.e. you need to create a new listener specific to each deferred payload. 
+     *
+     * @param paramNameforJobs the name of the moby job  parameter to which each value should be assigned
      */
-    public org.biomoby.shared.data.MobyContentInstance createPayload(String requestKey, String paramNameforJobs); 
+    public org.biomoby.shared.data.MobyContentInstance createPayload(String paramNameforJobs); 
 }




More information about the MOBY-guts mailing list