public interface RequestLogAnalyzer
Modifier and Type | Method and Description |
---|---|
java.lang.String |
analyze(int maxHours,
int maxRequests,
int maxResults,
java.lang.String hostName,
java.util.List<InternetAddress> emailRecipients) |
void |
analyze(java.io.Writer out,
int maxHours,
int maxRequest,
int maxResults) |
void |
analyzeScheduled(int maxHours,
int maxRequests,
int maxResults,
java.lang.String hostName,
java.util.List<InternetAddress> emailRecipients,
java.lang.String runDailyAt) |
boolean |
cancelScheduledJob() |
java.lang.String |
getRequestLogPath() |
java.lang.String getRequestLogPath()
void analyze(java.io.Writer out, int maxHours, int maxRequest, int maxResults) throws java.lang.Exception
java.lang.Exception
boolean cancelScheduledJob()
java.lang.String analyze(int maxHours, int maxRequests, int maxResults, java.lang.String hostName, java.util.List<InternetAddress> emailRecipients) throws EmailException, java.lang.Exception
EmailException
java.lang.Exception
void analyzeScheduled(int maxHours, int maxRequests, int maxResults, java.lang.String hostName, java.util.List<InternetAddress> emailRecipients, java.lang.String runDailyAt) throws EmailException, java.lang.Exception
EmailException
java.lang.Exception
Copyright © 2010 - 2020 Adobe. All Rights Reserved