X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fws%2Fclient%2Fclass-use%2FServices.html;h=66b3efde68a55b1bfc2aaf95698a1ba287cda1a2;hb=bc3346bd7c1c518fad867d4c60a53779e7516588;hp=91b63bbd30a075e2606880d40b6637ddcf3d8484;hpb=6582e82919b0d3697fe5e96f1be6a369f90a2d93;p=jabaws.git diff --git a/website/dm_javadoc/compbio/ws/client/class-use/Services.html b/website/dm_javadoc/compbio/ws/client/class-use/Services.html index 91b63bb..66b3efd 100644 --- a/website/dm_javadoc/compbio/ws/client/class-use/Services.html +++ b/website/dm_javadoc/compbio/ws/client/class-use/Services.html @@ -2,12 +2,12 @@ - + Uses of Class compbio.ws.client.Services - + @@ -90,6 +90,14 @@ function windowTitle() Packages that use Services +compbio.data.msa +Web Service interfaces for JAva Bioinformatics Analysis Web Services.  + + +compbio.data.msa.jaxws +   + + compbio.ws.client A command line client and web services testing client for JAva Bioinformatics Analysis Web Services.  @@ -97,6 +105,192 @@ Packages that use + + + + +
+Uses of Services in compbio.data.msa
+  +

+ + + + + + + + + +
Methods in compbio.data.msa that return types with arguments of type Services
+ Set<Services>RegistryWS.getSupportedServices() + +
+          List of services that are functioning on the server.
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in compbio.data.msa with parameters of type Services
+ intRegistryWS.getLastTested(Services service) + +
+          Number of seconds since the last test.
+ DateRegistryWS.getLastTestedOn(Services service) + +
+          The date and time the service has been verified to work last time
+ booleanRegistryWS.isOperating(Services service) + +
+          Check whether a particular web service is working on this server
+ StringRegistryWS.testService(Services service) + +
+          Test a particular service
+  +

+ + + + + +
+Uses of Services in compbio.data.msa.jaxws
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in compbio.data.msa.jaxws that return Services
+ ServicesTestService.getArg0() + +
+           
+ ServicesIsOperating.getArg0() + +
+           
+ ServicesGetLastTestedOn.getArg0() + +
+           
+ ServicesGetLastTested.getArg0() + +
+           
+  +

+ + + + + + + + + +
Methods in compbio.data.msa.jaxws that return types with arguments of type Services
+ Set<Services>GetSupportedServicesResponse.getReturn() + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in compbio.data.msa.jaxws with parameters of type Services
+ voidTestService.setArg0(Services arg0) + +
+           
+ voidIsOperating.setArg0(Services arg0) + +
+           
+ voidGetLastTestedOn.setArg0(Services arg0) + +
+           
+ voidGetLastTested.setArg0(Services arg0) + +
+           
+  +

+ + + + + + + + + +
Method parameters in compbio.data.msa.jaxws with type arguments of type Services
+ voidGetSupportedServicesResponse.setReturn(Set<Services> _return) + +
+           
+  +

@@ -122,6 +316,22 @@ Uses of + + + + + + + +
static ServicesServicesUtil.getServiceByJobDirectory(File jobdir) + +
+           
+static ServicesServicesUtil.getServiceByRunner(Class<compbio.engine.client.Executable<?>> runnerClassName) + +
+           
+static Services Services.valueOf(String name)
@@ -142,16 +352,75 @@ the order they are declared.
+ + + + + + +
Methods in compbio.ws.client that return types with arguments of type Services
+static Set<Services>Jws2Client.getServices(String hostname) + +
+           
+  +

+ + + + + + + +          Connects to a web service by the host and the service name web service + type + + + + + + + + + +
Methods in compbio.ws.client with parameters of type Services
+ booleanWSTester.checkService(Services service) + +
+          Test JABA web service
static JABAService Jws2Client.connect(String host, Services service)
-          Connects to a web service by the host and the service name
+static Class<? extends compbio.engine.client.Executable<?>>ServicesUtil.getServiceImpl(Services service) + +
+           
+static voidJws2Client.testService(String hostname, + Services service, + PrintWriter writer) + +
+          Asks registry to test the service on the host hostname
+  +

+ + + + + + + +
Method parameters in compbio.ws.client with type arguments of type Services
+static StringServices.toString(Set<Services> services) + +
+