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) |
getRequestpublic LogFilesRpcServiceImpl(LogFilesService logFilesService)
public java.util.List<java.lang.String> readLastLines(java.lang.String filename)
throws ServerCallFailedException
readLastLines in interface LogFilesRpcServiceServerCallFailedExceptionpublic void emailFile(java.lang.String filename)
throws ServerCallFailedException
emailFile in interface LogFilesRpcServiceServerCallFailedException