Interface ServerActionsWebService
- All Superinterfaces:
WebService
- All Known Implementing Classes:
ServerActionsRetrofitWebService
Available methods for the Server Actions Web Service.
- Since:
- 1/13/15
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getLogsFromExxtractor
(String token, WebServiceResponseHandler<LogFile> handler) Method that will get the link for the current exxtractorvoid
getServerInfo
(WebServiceResponseHandler<ServerInfo> handler) Method that will get the server general informationvoid
rebootExxtractor
(String token, ServerState serverState, WebServiceResponseHandler handler) Method that will reboot the exxtractor remotely
-
Method Details
-
rebootExxtractor
Method that will reboot the exxtractor remotely- Parameters:
token
- the token used to authenticate the requesthandler
- the handler for the request status
-
getLogsFromExxtractor
Method that will get the link for the current exxtractor- Parameters:
token
- the token used to validate the requesthandler
- the handler to manage the request status
-
getServerInfo
Method that will get the server general information- Parameters:
handler
- the handler to manage the request status
-