public class LogFilesRpcServiceImpl extends SecuredRemoteServiceServlet implements LogFilesRpcService
Constructor and Description |
---|
LogFilesRpcServiceImpl(LogFilesService logFilesService) |
Modifier and Type | Method and Description |
---|---|
void |
emailFile(java.lang.String filename) |
java.util.List<java.lang.String> |
readLastLines(java.lang.String filename) |
getRequest
public LogFilesRpcServiceImpl(LogFilesService logFilesService)
public java.util.List<java.lang.String> readLastLines(java.lang.String filename) throws ServerCallFailedException
readLastLines
in interface LogFilesRpcService
ServerCallFailedException
public void emailFile(java.lang.String filename) throws ServerCallFailedException
emailFile
in interface LogFilesRpcService
ServerCallFailedException