X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fdata%2Fmsa%2FRegistryWS.html;fp=website%2Fdm_javadoc%2Fcompbio%2Fdata%2Fmsa%2FRegistryWS.html;h=0000000000000000000000000000000000000000;hb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;hp=601c1f4edf3930d48b5d1ac5b7c835e24f5cc4fc;hpb=bc3346bd7c1c518fad867d4c60a53779e7516588;p=jabaws.git diff --git a/website/dm_javadoc/compbio/data/msa/RegistryWS.html b/website/dm_javadoc/compbio/data/msa/RegistryWS.html deleted file mode 100644 index 601c1f4..0000000 --- a/website/dm_javadoc/compbio/data/msa/RegistryWS.html +++ /dev/null @@ -1,373 +0,0 @@ - - - - - - -RegistryWS - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -compbio.data.msa -
-Interface RegistryWS

-
-
All Superinterfaces:
JABAService
-
-
-
-
public interface RegistryWS
extends JABAService
- - -

-JABAWS services registry -

- -

-

-
Version:
-
1.0 June 2011
-
Author:
-
pvtroshin
-
-
- -

- - - - - - - -
-Field Summary
- - - - - - - -
Fields inherited from interface compbio.data.msa.JABAService
SERVICE_NAMESPACE, V2_SERVICE_NAMESPACE
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- intgetLastTested(Services service) - -
-          Number of seconds since the last test.
- DategetLastTestedOn(Services service) - -
-          The date and time the service has been verified to work last time
- Set<Services>getSupportedServices() - -
-          List of services that are functioning on the server.
- booleanisOperating(Services service) - -
-          Check whether a particular web service is working on this server
- StringtestAllServices() - -
-          Test all JABAWS services on the server
- StringtestService(Services service) - -
-          Test a particular service
-  -

- - - - - - - - -
-Method Detail
- -

-getSupportedServices

-
-Set<Services> getSupportedServices()
-
-
List of services that are functioning on the server. This function - returns the results of testing performed some time ago by - testAllServices() or testService(Services) methods. The - time of last check can be obtained from - getLastTestedOn(Services) method -

-

-
-
-
- -
Returns:
the Set of Services which are functioning on the server
See Also:
testAllServices()
-
-
-
- -

-getLastTested

-
-int getLastTested(Services service)
-
-
Number of seconds since the last test. Returns 0 if the service was not - tested or tested less then a one second ago. -

-

-
-
-
-
Parameters:
service - -
Returns:
when last time tested
-
-
-
- -

-getLastTestedOn

-
-Date getLastTestedOn(Services service)
-
-
The date and time the service has been verified to work last time -

-

-
-
-
-
Parameters:
service - -
Returns:
the Date and time on which the service was last tested
-
-
-
- -

-testAllServices

-
-String testAllServices()
-
-
Test all JABAWS services on the server -

-

-
-
-
- -
Returns:
the test log
-
-
-
- -

-testService

-
-String testService(Services service)
-
-
Test a particular service -

-

-
-
-
-
Parameters:
service - -
Returns:
the testing log
-
-
-
- -

-isOperating

-
-boolean isOperating(Services service)
-
-
Check whether a particular web service is working on this server -

-

-
-
-
-
Parameters:
service - -
Returns:
true if the service was functioning in time of last testing.
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -