| Modifier and Type | Method and Description |
|---|---|
GeoService |
get(String serviceName)
Retrieves information about the specified geo service.
|
com.google.common.collect.FluentIterable<String> |
list()
Lists all geo service names.
|
@Named(value="ListGeoServiceNames") @GET com.google.common.collect.FluentIterable<String> list() throws DynECTExceptions.JobStillRunningException
DynECTExceptions.JobStillRunningException - if a different job in the session is still running@Named(value="GetGeoService")
@GET
@Path(value="/{serviceName}")
@Nullable
GeoService get(@PathParam(value="serviceName")
String serviceName)
throws DynECTExceptions.JobStillRunningException
serviceName - name of the service to get information about. ex
api-prodDynECTExceptions.JobStillRunningException - if a different job in the session is still runningCopyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.