[MOBY-guts] biomoby commit
senger@ebi.ac.uk
senger at pub.open-bio.org
Thu Jun 12 10:00:23 UTC 2003
senger
Thu Jun 12 06:00:22 EDT 2003
Update of /home/repository/moby/moby-live/Java/org/biomoby/shared
In directory pub.open-bio.org:/tmp/cvs-serv9158/org/biomoby/shared
Modified Files:
Central.java
Log Message:
moby-live/Java/org/biomoby/shared Central.java,1.3,1.4
===================================================================
RCS file: /home/repository/moby/moby-live/Java/org/biomoby/shared/Central.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/moby-live/Java/org/biomoby/shared/Central.java 2003/05/09 15:51:11 1.3
+++ /home/repository/moby/moby-live/Java/org/biomoby/shared/Central.java 2003/06/12 10:00:22 1.4
@@ -121,9 +121,7 @@
throws MobyException, NoSuccessException;
/*************************************************************************
- * Register new data type. It also updates 'dataType' with an ID given
- * by the registration process - this ID will be the only way how to
- * de-register this data type later.
+ * Register new data type.
*<p>
* If the same data type is already registered, it is overwritten.
*<p>
@@ -134,9 +132,7 @@
throws MobyException, NoSuccessException, PendingCurationException;
/*************************************************************************
- * Unregister given Moby data type. Note that it may not work if the
- * given object does not contain registration ID. But this may change
- * in the future.
+ * Unregister given Moby data type.
*<p>
* @throws MobyException if communication with the Moby Registry fails
* @throws NoSuccessException if unregistration failed
@@ -145,9 +141,7 @@
throws MobyException, NoSuccessException, PendingCurationException;
/*************************************************************************
- * Register new service type. It also updates 'serviceType' with an ID
- * given by the registration process - this ID will be the only way how to
- * de-register this service type later.
+ * Register new service type.
*<p>
* If the same service type is already registered, it is <b>not</b>
* overwritten but an exception is raised.
@@ -159,9 +153,7 @@
throws MobyException, NoSuccessException, PendingCurationException;
/*************************************************************************
- * Unregister given Moby service type. Note that it may not work if the
- * given object does not contain registration ID. But this may change
- * in the future.
+ * Unregister given Moby service type.
*<p>
* @throws MobyException if communication with the Moby Registry fails
* @throws NoSuccessException if unregistration failed
@@ -170,9 +162,7 @@
throws MobyException, NoSuccessException, PendingCurationException;
/*************************************************************************
- * Register new namespace. It also updates 'namespace' with an ID
- * given by the registration process - this ID will be the only way how to
- * de-register this namespace later.
+ * Register new namespace.
*<p>
* If the same namespace is already registered, it is overwritten.
*<p>
@@ -183,9 +173,7 @@
throws MobyException, NoSuccessException, PendingCurationException;
/*************************************************************************
- * Unregister given Moby namespace. Note that it may not work if the
- * given object does not contain registration ID. But this may change
- * in the future.
+ * Unregister given Moby namespace.
*<p>
* @throws MobyException if communication with the Moby Registry fails
* @throws NoSuccessException if unregistration failed
@@ -194,9 +182,7 @@
throws MobyException, NoSuccessException, PendingCurationException;
/*************************************************************************
- * Register a new service. It also updates 'service' with an ID
- * given by the registration process - this ID will be the only way how to
- * de-register this service later.
+ * Register a new service.
*<p>
* If the same service type is already registered, it is <b>not</b>
* overwritten but an exception is raised.
@@ -208,9 +194,7 @@
throws MobyException, NoSuccessException, PendingCurationException;
/*************************************************************************
- * Unregister given Moby service. Note that it may not work if the
- * given object does not contain registration ID. But this may change
- * in the future.
+ * Unregister given Moby service.
*<p>
* @throws MobyException if communication with the Moby Registry fails
* @throws NoSuccessException if unregistration failed
More information about the MOBY-guts
mailing list