From 28b1756a5edd046e1003431fb5f6f8517bc899f0 Mon Sep 17 00:00:00 2001 From: Sasha Sherstnev Date: Thu, 5 Sep 2013 10:50:39 +0100 Subject: [PATCH] Add new method --- webservices/compbio/data/msa/RegistryWS.java | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. * -- 1.7.10.2