*/\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