Class PilotLocationClearService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.PilotLocationClearService
A Web Site Command to clear invalid Pilot Locations from the map.
- Since:
- 2.3
- Version:
- 7.0
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintexecute(ServiceContext ctx) Executes the Web Service.booleanisLogged()Returns if the Web Service invocation is logged.booleanisSecure()Returns whether this web service requires authentication.Methods inherited from class org.deltava.service.WebService
error, error, error, getCount
-
Constructor Details
-
PilotLocationClearService
public PilotLocationClearService()
-
-
Method Details
-
execute
Executes the Web Service.- Specified by:
executein classWebService- Parameters:
ctx- the Web Service context- Returns:
- the HTTP status code
- Throws:
ServiceException- if an error occurs
-
isLogged
public boolean isLogged()Returns if the Web Service invocation is logged.- Overrides:
isLoggedin classWebService- Returns:
- FALSE
-
isSecure
public boolean isSecure()Returns whether this web service requires authentication.- Overrides:
isSecurein classWebService- Returns:
- TRUE if authentication is required, otherwise FALSE
-