Add new method
authorSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Thu, 5 Sep 2013 09:50:39 +0000 (10:50 +0100)
committerSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Thu, 5 Sep 2013 09:50:39 +0000 (10:50 +0100)
webservices/compbio/data/msa/RegistryWS.java

index 439a340..e2ce9a4 100644 (file)
@@ -45,6 +45,16 @@ public interface RegistryWS extends JABAService {
         */\r
        Set<Services> getSupportedServices();\r
        /**\r
+        * List of services that are functioning on the server. This function\r
+        * returns the results of testing performed some time ago by\r
+        * {@link #testAllServices} or {@link #testService(Services)} methods. The\r
+        * time of last check can be obtained from\r
+        * {@link #getLastTestedOn(Services)} method\r
+        * \r
+        * @return the Set of Services which are functioning on the server\r
+        * @see #testAllServices()\r
+        */\r
+       Set<Services> getNonoperatedServices(); /**\r
         * Number of seconds since the last test. Returns 0 if the service was not\r
         * tested or tested less then a one second ago.\r
         * \r