X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fws%2Fclient%2Fclass-use%2FServices.html;fp=website%2Fdm_javadoc%2Fcompbio%2Fws%2Fclient%2Fclass-use%2FServices.html;h=18b3ef0dfa5b45d15990b7e2fb7a8943fcd4a580;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;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 new file mode 100644 index 0000000..18b3ef0 --- /dev/null +++ b/website/dm_javadoc/compbio/ws/client/class-use/Services.html @@ -0,0 +1,516 @@ + + + + + + +Uses of Class compbio.ws.client.Services + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
compbio.ws.client.Services

+
+ + + + + + + + + + + + + + + + + +
+Packages that use Services
compbio.data.msaWeb Service interfaces for JAva Bioinformatics Analysis Web Services. 
compbio.data.msa.jaxws  
compbio.ws.clientA command line client and web services testing client for + JAva Bioinformatics Analysis Web Services. 
+  +

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

+ + + + + + + + + + + + + +
Methods in compbio.data.msa that return types with arguments of type Services
+ java.util.Set<Services>Category.getServices() + +
+           
+ java.util.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.
+ java.util.DateRegistryWS.getLastTestedOn(Services service) + +
+          The date and time the service has been verified to work last time
+ java.lang.StringRegistryWS.getServiceDescription(Services service) + +
+          Gives the description of the service.
+ booleanRegistryWS.isOperating(Services service) + +
+          Check whether a particular web service is working on this server
+ java.lang.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() + +
+           
+ ServicesGetServiceDescription.getArg0() + +
+           
+ ServicesGetLastTestedOn.getArg0() + +
+           
+ ServicesGetLastTested.getArg0() + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in compbio.data.msa.jaxws with parameters of type Services
+ voidTestService.setArg0(Services arg0) + +
+           
+ voidIsOperating.setArg0(Services arg0) + +
+           
+ voidGetServiceDescription.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(java.util.Set<Services> _return) + +
+           
+  +

+ + + + + +
+Uses of Services in compbio.ws.client
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in compbio.ws.client that return Services
+static ServicesServices.getService(java.lang.String servName) + +
+           
+static ServicesServicesUtil.getServiceByJobDirectory(java.io.File jobdir) + +
+           
+static ServicesServicesUtil.getServiceByRunner(java.lang.Class<? extends compbio.engine.client.Executable> class1) + +
+           
+static ServicesServices.valueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static Services[]Services.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + +
Methods in compbio.ws.client that return types with arguments of type Services
+static java.util.Set<Services>Jws2Client.getServices(java.lang.String hostname) + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in compbio.ws.client with parameters of type Services
+ booleanWSTester.checkService(Services service) + +
+          Test JABA web service
+static JABAServiceJws2Client.connect(java.lang.String host, + Services service) + +
+          Connects to a web service by the host and the service name web service + type
+static java.lang.Class<? extends compbio.engine.client.Executable<?>>ServicesUtil.getServiceImpl(Services service) + +
+           
+static voidJws2Client.testService(java.lang.String hostname, + Services service, + java.io.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 java.lang.StringServices.toString(java.util.Set<Services> services) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +