|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Services | |
---|---|
compbio.data.msa | Web Service interfaces for JAva Bioinformatics Analysis Web Services. |
compbio.data.msa.jaxws | |
compbio.stat.collector | |
compbio.stat.servlet | |
compbio.stat.servlet.util | |
compbio.ws.client | A command line client and web services testing client for JAva Bioinformatics Analysis Web Services. |
compbio.ws.server |
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 | |
---|---|
int |
RegistryWS.getLastTested(Services service)
Number of seconds since the last test. |
java.util.Date |
RegistryWS.getLastTestedOn(Services service)
The date and time the service has been verified to work last time |
java.lang.String |
RegistryWS.getServiceDescription(Services service)
Gives the description of the service. |
boolean |
RegistryWS.isOperating(Services service)
Check whether a particular web service is working on this server |
java.lang.String |
RegistryWS.testService(Services service)
Test a particular service |
Uses of Services in compbio.data.msa.jaxws |
---|
Methods in compbio.data.msa.jaxws that return Services | |
---|---|
Services |
TestService.getArg0()
|
Services |
IsOperating.getArg0()
|
Services |
GetServiceDescription.getArg0()
|
Services |
GetLastTestedOn.getArg0()
|
Services |
GetLastTested.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 | |
---|---|
void |
TestService.setArg0(Services arg0)
|
void |
IsOperating.setArg0(Services arg0)
|
void |
GetServiceDescription.setArg0(Services arg0)
|
void |
GetLastTestedOn.setArg0(Services arg0)
|
void |
GetLastTested.setArg0(Services arg0)
|
Method parameters in compbio.data.msa.jaxws with type arguments of type Services | |
---|---|
void |
GetSupportedServicesResponse.setReturn(java.util.Set<Services> _return)
|
Uses of Services in compbio.stat.collector |
---|
Methods in compbio.stat.collector that return Services | |
---|---|
Services |
JobStat.getWebService()
|
Methods in compbio.stat.collector with parameters of type Services | |
---|---|
StatProcessor |
StatProcessor.getSingleWSStat(Services webService)
|
java.util.List<JobStat> |
StatDB.readData(java.sql.Timestamp from,
java.sql.Timestamp to,
Services wservice,
java.lang.Boolean clusterOnly)
|
Uses of Services in compbio.stat.servlet |
---|
Methods in compbio.stat.servlet that return Services | |
---|---|
Services |
ServiceTestResult.getService()
|
Constructors in compbio.stat.servlet with parameters of type Services | |
---|---|
ServiceTestResult(Services service)
|
Uses of Services in compbio.stat.servlet.util |
---|
Methods in compbio.stat.servlet.util that return types with arguments of type Services | |
---|---|
java.util.Map<Services,StatProcessor> |
StatCollection.getAllStat()
|
java.util.Map<Services,StatProcessor> |
StatCollection.getClusterStat()
|
java.util.Map<Services,StatProcessor> |
StatCollection.getLocalStat()
|
Method parameters in compbio.stat.servlet.util with type arguments of type Services | |
---|---|
static Totals |
Totals.sumStats(java.util.Map<Services,StatProcessor> stat)
|
Uses of Services in compbio.ws.client |
---|
Methods in compbio.ws.client that return Services | |
---|---|
static Services |
Services.getService(java.lang.String servName)
|
static Services |
ServicesUtil.getServiceByJobDirectory(java.io.File jobdir)
|
static Services |
ServicesUtil.getServiceByRunner(java.lang.Class<? extends Executable> class1)
|
static Services |
Services.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 | |
---|---|
boolean |
WSTester.checkService(Services service)
Test JABA web service |
static JABAService |
Jws2Client.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 Executable<?>> |
ServicesUtil.getServiceImpl(Services service)
|
static void |
Jws2Client.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.String |
Services.toString(java.util.Set<Services> services)
|
Uses of Services in compbio.ws.server |
---|
Methods in compbio.ws.server that return types with arguments of type Services | |
---|---|
java.util.Set<Services> |
RegistryWS.getSupportedServices()
|
Methods in compbio.ws.server with parameters of type Services | |
---|---|
int |
RegistryWS.getLastTested(Services service)
|
java.util.Date |
RegistryWS.getLastTestedOn(Services service)
Can potentially return null if the service has not been tested yet. |
java.lang.String |
RegistryWS.getServiceDescription(Services service)
|
boolean |
RegistryWS.isOperating(Services service)
|
java.lang.String |
RegistryWS.testService(Services service)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |