[MOBY-guts] biomoby commit

Dmitry Repchevski drepchevski at dev.open-bio.org
Wed Sep 2 21:48:09 UTC 2009


drepchevski
Wed Sep  2 17:48:09 EDT 2009
Update of /home/repository/moby//moby-live/Java/src/INB/MobyCentral/src/org/inb/biomoby/central
In directory dev.open-bio.org:/tmp/cvs-serv29023

Modified Files:
	MobyCentralFactory.java 
Log Message:
test
/moby-live/Java/src/INB/MobyCentral/src/org/inb/biomoby/central MobyCentralFactory.java,1.1.1.1,1.2
===================================================================
RCS file: /home/repository/moby//moby-live/Java/src/INB/MobyCentral/src/org/inb/biomoby/central/MobyCentralFactory.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- /home/repository/moby//moby-live/Java/src/INB/MobyCentral/src/org/inb/biomoby/central/MobyCentralFactory.java	2009/09/02 21:12:16	1.1.1.1
+++ /home/repository/moby//moby-live/Java/src/INB/MobyCentral/src/org/inb/biomoby/central/MobyCentralFactory.java	2009/09/02 21:48:09	1.2
@@ -15,7 +15,14 @@
 public class MobyCentralFactory
 {
     private MobyCentralFactory() {}
-    
+
+    /**
+     * Factory method to obtain an implementation of MobyCentralOperations interface
+     *
+     * @param central - A MobyCentral object which defines which BioMoby Registry we are connecting.
+     *
+     * @return - MobyCentralOperatons interface implementation to connect to the given BioMoby Registry
+     */
     public static MobyCentralOperations getCentralDigest(MobyCentral central)
     {
         ServiceLoader<MobyCentralService> loader = java.util.ServiceLoader.load(MobyCentralService.class);




More information about the MOBY-guts mailing list