com.jalios.jcms.analytics
Class AnalyzeJob
java.lang.Object
com.jalios.jcms.analytics.AnalyzeJob
- All Implemented Interfaces:
- Callable<Boolean>
public class AnalyzeJob
- extends Object
- implements Callable<Boolean>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnalyzeJob
public AnalyzeJob(File analyzeFile,
StatisticContext context,
List<AbstractStatisticAgent> agentList,
ProgressListener listener)
call
public Boolean call()
- Specified by:
call
in interface Callable<Boolean>
readEventFile
protected void readEventFile()
throws Exception
- Read
EventData
from a file and call every agent to process it
- Throws:
Exception
- Exception thrown when reading the file
getFileMonitoredStream
protected MonitoredInputStream getFileMonitoredStream(File file)
throws FileNotFoundException
- Throws:
FileNotFoundException
Copyright © 2001-2010 Jalios SA. All Rights Reserved.