From gordonp at dev.open-bio.org Mon Feb 8 21:07:25 2010 From: gordonp at dev.open-bio.org (Paul Gordon) Date: Mon, 8 Feb 2010 21:07:25 -0500 Subject: [MOBY-guts] biomoby commit Message-ID: <201002090207.o1927P8b002786@dev.open-bio.org> gordonp Mon Feb 8 21:07:25 EST 2010 Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/client In directory dev.open-bio.org:/tmp/cvs-serv2746/src/main/org/biomoby/client Modified Files: CentralImpl.java Log Message: Added documentation to getDefaultCenral to explain impl class selection process moby-live/Java/src/main/org/biomoby/client CentralImpl.java,1.61,1.62 =================================================================== RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/CentralImpl.java,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/CentralImpl.java 2009/06/10 15:20:51 1.61 +++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/CentralImpl.java 2010/02/09 02:07:24 1.62 @@ -1868,7 +1868,8 @@ * Using this method to get a Central object will ensure that other parts of the org.biomoby.shared * class hierarchy that implicitly check the registry will use the same cache. Otherwise, methods * such as MobyNamespace.getNamespace() must be passed a Central object parameter as well. - * + * The actual CentralImpl subclass returned is based on info from META-INF/org.biomoby.shared.CentralDefaultImpl + * or failing that the class specified in DEFAULT_CENTRAL_IMPL_CLASSNAME * @return a CentralImpl using the default Central URI, and currently a class implementing a caching mechanism */ public static CentralImpl getDefaultCentral() throws MobyException{ From gordonp at dev.open-bio.org Tue Feb 9 02:07:25 2010 From: gordonp at dev.open-bio.org (Paul Gordon) Date: Mon, 8 Feb 2010 21:07:25 -0500 Subject: [MOBY-guts] biomoby commit Message-ID: <201002090207.o1927P8b002786@dev.open-bio.org> gordonp Mon Feb 8 21:07:25 EST 2010 Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/client In directory dev.open-bio.org:/tmp/cvs-serv2746/src/main/org/biomoby/client Modified Files: CentralImpl.java Log Message: Added documentation to getDefaultCenral to explain impl class selection process moby-live/Java/src/main/org/biomoby/client CentralImpl.java,1.61,1.62 =================================================================== RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/CentralImpl.java,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/CentralImpl.java 2009/06/10 15:20:51 1.61 +++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/CentralImpl.java 2010/02/09 02:07:24 1.62 @@ -1868,7 +1868,8 @@ * Using this method to get a Central object will ensure that other parts of the org.biomoby.shared * class hierarchy that implicitly check the registry will use the same cache. Otherwise, methods * such as MobyNamespace.getNamespace() must be passed a Central object parameter as well. - * + * The actual CentralImpl subclass returned is based on info from META-INF/org.biomoby.shared.CentralDefaultImpl + * or failing that the class specified in DEFAULT_CENTRAL_IMPL_CLASSNAME * @return a CentralImpl using the default Central URI, and currently a class implementing a caching mechanism */ public static CentralImpl getDefaultCentral() throws MobyException{