Class PilotLocationClearService

java.lang.Object
org.deltava.service.WebService
org.deltava.service.PilotLocationClearService

public class PilotLocationClearService extends WebService
A Web Site Command to clear invalid Pilot Locations from the map.
Since:
2.3
Version:
7.0
Author:
Luke
  • Constructor Details

    • PilotLocationClearService

      public PilotLocationClearService()
  • Method Details

    • execute

      public int execute(ServiceContext ctx) throws ServiceException
      Executes the Web Service.
      Specified by:
      execute in class WebService
      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:
      isLogged in class WebService
      Returns:
      FALSE
    • isSecure

      public boolean isSecure()
      Returns whether this web service requires authentication.
      Overrides:
      isSecure in class WebService
      Returns:
      TRUE if authentication is required, otherwise FALSE