Package com.day.cq.reporting
Interface RequestLogAnalyzer
public interface RequestLogAnalyzer
-
Method Summary
Modifier and TypeMethodDescriptionanalyze(int maxHours, int maxRequests, int maxResults, String hostName, List<InternetAddress> emailRecipients) voidvoidanalyzeScheduled(int maxHours, int maxRequests, int maxResults, String hostName, List<InternetAddress> emailRecipients, String runDailyAt) boolean
-
Method Details
-
getRequestLogPath
String getRequestLogPath() -
analyze
- Throws:
Exception
-
cancelScheduledJob
boolean cancelScheduledJob() -
analyze
String analyze(int maxHours, int maxRequests, int maxResults, String hostName, List<InternetAddress> emailRecipients) throws EmailException, Exception - Throws:
EmailExceptionException
-
analyzeScheduled
void analyzeScheduled(int maxHours, int maxRequests, int maxResults, String hostName, List<InternetAddress> emailRecipients, String runDailyAt) throws EmailException, Exception - Throws:
EmailExceptionException
-