From: Sasha Sherstnev Date: Thu, 5 Sep 2013 09:50:39 +0000 (+0100) Subject: Add new method X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=28b1756a5edd046e1003431fb5f6f8517bc899f0;p=jabaws.git Add new method --- diff --git a/webservices/compbio/data/msa/RegistryWS.java b/webservices/compbio/data/msa/RegistryWS.java index 439a340..e2ce9a4 100644 --- a/webservices/compbio/data/msa/RegistryWS.java +++ b/webservices/compbio/data/msa/RegistryWS.java @@ -45,6 +45,16 @@ public interface RegistryWS extends JABAService { */ Set getSupportedServices(); /** + * List of services that are functioning on the server. This function + * returns the results of testing performed some time ago by + * {@link #testAllServices} or {@link #testService(Services)} methods. The + * time of last check can be obtained from + * {@link #getLastTestedOn(Services)} method + * + * @return the Set of Services which are functioning on the server + * @see #testAllServices() + */ + Set getNonoperatedServices(); /** * Number of seconds since the last test. Returns 0 if the service was not * tested or tested less then a one second ago. *