Uses of Class
com.jalios.jcms.analytics.StatisticContext

Packages that use StatisticContext
com.jalios.jcms.analytics   
com.jalios.jcms.analytics.agent   
 

Uses of StatisticContext in com.jalios.jcms.analytics
 

Methods in com.jalios.jcms.analytics that return StatisticContext
 StatisticContext AnalyzeListener.getContext()
           
 

Methods in com.jalios.jcms.analytics with parameters of type StatisticContext
abstract  void AbstractStatisticAgent.doProcess(EventData data, StatisticContext context)
           
abstract  boolean AbstractStatisticAgent.endAnalyze(AbstractReportMetric reportMetric, StatisticContext context)
           
 void AbstractStatisticAgent.init(StatisticContext context)
           
 void ProgressListener.onEndEvent(StatisticContext context, boolean withoutError)
           
 void AnalyzeListener.onEndEvent(StatisticContext context, boolean withoutError)
           
 void ProgressListener.onProgressEvent(MonitoredInputStream monitorInputStream, StatisticContext context)
           
 void AnalyzeListener.onProgressEvent(MonitoredInputStream monitorInputStream, StatisticContext context)
           
 void ProgressListener.onStartEvent(MonitoredInputStream monitorInputStream, StatisticContext context)
           
 void AnalyzeListener.onStartEvent(MonitoredInputStream monitorInputStream, StatisticContext context)
           
 void AbstractStatisticAgent.process(EventData data, StatisticContext context)
          process the current data Default implementation check : - if data is not null - if urid is not null in analyze configuration, canUse check if the evenData urid is the same - if workspaceId is not null in analyze configuration, canUse check if the evenData workspaceId is the same - if startDate or endDate in eventData is null it return false - if the startDate is in the same day than the agent report day
 void AnalyzeListener.setContext(StatisticContext context)
           
abstract  void AbstractStatisticAgent.startAnalyze(StatisticContext context)
           
 

Constructors in com.jalios.jcms.analytics with parameters of type StatisticContext
AnalyzeJob(File analyzeFile, StatisticContext context, List<AbstractStatisticAgent> agentList, ProgressListener listener)
           
AnalyzeListener(StatisticContext context, String id)
           
StatisticContext(StatisticContext context)
           
 

Uses of StatisticContext in com.jalios.jcms.analytics.agent
 

Methods in com.jalios.jcms.analytics.agent with parameters of type StatisticContext
 void WriteReportAgent.doProcess(EventData data, StatisticContext context)
           
 void TechnicalReportAgent.doProcess(EventData data, StatisticContext context)
           
 void SearchReportAgent.doProcess(EventData data, StatisticContext context)
           
 void DayAccessAgent.doProcess(EventData data, StatisticContext context)
           
 void AdminReportAgent.doProcess(EventData data, StatisticContext context)
           
 void AccountReportAgent.doProcess(EventData data, StatisticContext context)
           
 boolean WriteReportAgent.endAnalyze(AbstractReportMetric abstractReportMetric, StatisticContext context)
           
 boolean TechnicalReportAgent.endAnalyze(AbstractReportMetric abstractReportMetric, StatisticContext context)
           
 boolean SearchReportAgent.endAnalyze(AbstractReportMetric abstractReportMetric, StatisticContext context)
           
 boolean DayAccessAgent.endAnalyze(AbstractReportMetric abstractReportMetric, StatisticContext context)
           
 boolean AdminReportAgent.endAnalyze(AbstractReportMetric abstractReportMetric, StatisticContext context)
           
 boolean AccountReportAgent.endAnalyze(AbstractReportMetric reportMetric, StatisticContext context)
           
 void WriteReportAgent.startAnalyze(StatisticContext context)
           
 void TechnicalReportAgent.startAnalyze(StatisticContext context)
           
 void SearchReportAgent.startAnalyze(StatisticContext context)
           
 void DayAccessAgent.startAnalyze(StatisticContext context)
           
 void AdminReportAgent.startAnalyze(StatisticContext context)
           
 void AccountReportAgent.startAnalyze(StatisticContext context)
           
 



Copyright © 2001-2010 Jalios SA. All Rights Reserved.