Package com.jalios.jcms.analytics.agent
Class AdminReportAgent
- java.lang.Object
-
- com.jalios.jcms.analytics.AbstractStatisticAgent
-
- com.jalios.jcms.analytics.agent.AdminReportAgent
-
- All Implemented Interfaces:
java.lang.Cloneable,java.lang.Comparable<AbstractStatisticAgent>
public class AdminReportAgent extends AbstractStatisticAgent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.jalios.jcms.analytics.AbstractStatisticAgent
AbstractStatisticAgent.AbstractReportMetricComparator
-
-
Constructor Summary
Constructors Constructor Description AdminReportAgent()AdminReportAgent(AbstractStatisticAgent parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractStatisticAgentclone()voiddoProcess(EventData data, StatisticContext context)booleanendAnalyze(AbstractReportMetric abstractReportMetric, StatisticContext context)java.lang.Class<? extends AbstractReportMetric>getReportMetricClass()voidstartAnalyze(StatisticContext context)-
Methods inherited from class com.jalios.jcms.analytics.AbstractStatisticAgent
addElement, compareTo, getDisplayJSP, getLatestAnalyzeDate, getMetricObjectSet, getName, getOrder, getReportDay, getWorkspace, getWorkspacesMetricObjectSet, init, isPluginAgent, isReportDisplayed, process, setDisplayJSP, setOrder, setPluginAgent, setReportDay, setWorkspace
-
-
-
-
Constructor Detail
-
AdminReportAgent
public AdminReportAgent()
-
AdminReportAgent
public AdminReportAgent(AbstractStatisticAgent parent)
-
-
Method Detail
-
clone
public AbstractStatisticAgent clone()
- Specified by:
clonein classAbstractStatisticAgent
-
getReportMetricClass
public java.lang.Class<? extends AbstractReportMetric> getReportMetricClass()
- Specified by:
getReportMetricClassin classAbstractStatisticAgent
-
startAnalyze
public void startAnalyze(StatisticContext context)
- Specified by:
startAnalyzein classAbstractStatisticAgent
-
doProcess
public void doProcess(EventData data, StatisticContext context)
- Specified by:
doProcessin classAbstractStatisticAgent
-
endAnalyze
public boolean endAnalyze(AbstractReportMetric abstractReportMetric, StatisticContext context)
- Specified by:
endAnalyzein classAbstractStatisticAgent
-
-