Interface ServerActionsWebService

All Superinterfaces:
WebService
All Known Implementing Classes:
ServerActionsRetrofitWebService

public interface ServerActionsWebService extends WebService
Available methods for the Server Actions Web Service.
Since:
1/13/15
  • Method Details

    • rebootExxtractor

      void rebootExxtractor(String token, ServerState serverState, WebServiceResponseHandler handler)
      Method that will reboot the exxtractor remotely
      Parameters:
      token - the token used to authenticate the request
      handler - the handler for the request status
    • getLogsFromExxtractor

      void getLogsFromExxtractor(String token, WebServiceResponseHandler<LogFile> handler)
      Method that will get the link for the current exxtractor
      Parameters:
      token - the token used to validate the request
      handler - the handler to manage the request status
    • getServerInfo

      void getServerInfo(WebServiceResponseHandler<ServerInfo> handler)
      Method that will get the server general information
      Parameters:
      handler - the handler to manage the request status