public interface RegistryWS extends JABAService
JABAWS_VERSION, SERVICE_NAMESPACE, V2_SERVICE_NAMESPACE, V3_SERVICE_NAMESPACE| Modifier and Type | Method and Description |
|---|---|
int |
getLastTested(Services service)
Number of seconds since the last test.
|
java.util.Date |
getLastTestedOn(Services service)
The date and time the service has been verified to work last time
|
java.util.Set<Category> |
getServiceCategories()
Gets the list of services per category.
|
java.lang.String |
getServiceDescription(Services service)
Gives the description of the service.
|
java.util.Set<Services> |
getSupportedServices()
List of services that are functioning on the server.
|
boolean |
isOperating(Services service)
Check whether a particular web service is working on this server
|
java.lang.String |
testAllServices()
Test all JABAWS services on the server
|
java.lang.String |
testService(Services service)
Test a particular service
|
java.util.Set<Services> getSupportedServices()
testAllServices() or testService(Services) methods. The
time of last check can be obtained from
getLastTestedOn(Services) methodtestAllServices()int getLastTested(Services service)
service - java.util.Date getLastTestedOn(Services service)
service - java.lang.String testAllServices()
java.lang.String testService(Services service)
service - boolean isOperating(Services service)
service - java.lang.String getServiceDescription(Services service)
service - java.util.Set<Category> getServiceCategories()