* @return the Set of Services which are functioning on the server\r
* @see #testAllServices()\r
*/\r
- Set<Services> getNonoperatedServices(); /**\r
+ //Set<Services> getNonoperatedServices(); \r
+ /**\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
init();\r
return operating.keySet();\r
}\r
-\r
+/* FOR FUTURE RELEASES!!!\r
@Override\r
public Set<Services> getNonoperatedServices() {\r
init();\r
return nonoperating.keySet();\r
}\r
-\r
+*/\r
private void init() {\r
// Do not allow tests to run concurrently\r
if (timeToTest()) {\r
<message name="getSupportedServicesResponse">
<part name="parameters" element="tns:getSupportedServicesResponse"/>
</message>
- <message name="getNonoperatedServices">
- <part name="parameters" element="tns:getNonoperatedServices"/>
- </message>
- <message name="getNonoperatedServicesResponse">
- <part name="parameters" element="tns:getNonoperatedServicesResponse"/>
- </message>
<message name="getLastTested">
<part name="parameters" element="tns:getLastTested"/>
</message>
<input wsam:Action="http://msa.data.compbio/01/12/2010/RegistryWS/getSupportedServicesRequest" message="tns:getSupportedServices"/>
<output wsam:Action="http://msa.data.compbio/01/12/2010/RegistryWS/getSupportedServicesResponse" message="tns:getSupportedServicesResponse"/>
</operation>
- <operation name="getNonoperatedServices">
- <input wsam:Action="http://msa.data.compbio/01/12/2010/RegistryWS/getNonoperatedServicesRequest" message="tns:getNonoperatedServices"/>
- <output wsam:Action="http://msa.data.compbio/01/12/2010/RegistryWS/getNonoperatedServicesResponse" message="tns:getNonoperatedServicesResponse"/>
- </operation>
<operation name="getLastTested">
<input wsam:Action="http://msa.data.compbio/01/12/2010/RegistryWS/getLastTestedRequest" message="tns:getLastTested"/>
<output wsam:Action="http://msa.data.compbio/01/12/2010/RegistryWS/getLastTestedResponse" message="tns:getLastTestedResponse"/>
<soap:body use="literal"/>
</output>
</operation>
- <operation name="getNonoperatedServices">
- <soap:operation soapAction=""/>
- <input>
- <soap:body use="literal"/>
- </input>
- <output>
- <soap:body use="literal"/>
- </output>
- </operation>
<operation name="getLastTested">
<soap:operation soapAction=""/>
<input>
<xs:element name="getLastTestedResponse" type="tns:getLastTestedResponse"/>
- <xs:element name="getNonoperatedServices" type="tns:getNonoperatedServices"/>
-
- <xs:element name="getNonoperatedServicesResponse" type="tns:getNonoperatedServicesResponse"/>
-
<xs:element name="getServiceCategories" type="tns:getServiceCategories"/>
<xs:element name="getServiceCategoriesResponse" type="tns:getServiceCategoriesResponse"/>
</xs:sequence>
</xs:complexType>
- <xs:complexType name="getNonoperatedServices">
- <xs:sequence/>
- </xs:complexType>
-
- <xs:complexType name="getNonoperatedServicesResponse">
- <xs:sequence>
- <xs:element name="return" type="tns:services" minOccurs="0" maxOccurs="unbounded"/>
- </xs:sequence>
- </xs:complexType>
-
<xs:complexType name="getServiceCategories">
<xs:sequence/>
</xs:complexType>